Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. flyingeagle855

    Rich Text Box Color by line

    Never mind I found the issue I needed to add \r\n to textBox1.SelectedText = text So it should be textBox1.SelectedText = text + "\r\n"; I think what happened was it was still trying to fomrat the selction since there was no new line, or somehting like that.
  2. flyingeagle855

    Rich Text Box Color by line

    I need to be able to change color by line as I add text to a RichTextBox here is the code I have so far. private void Updatetext_error(string text) { Font fBold = new Font("Tahoma", 8, FontStyle.Bold); textBox1.SelectionStart = textBox1.Text.Length...
  3. flyingeagle855

    vb Console application

    I have create a small console application in VS 2005 using VB. I run an extensive SQL query that takes some time. my question is there a way to loop and add a * to the console.write to show that the proccess is still going. I am using sqlclient.sqlcommand.executereader to run the query.
  4. flyingeagle855

    Client Issue After Install

    Installed Symantec Ssystem Center 10, Installed server, Installed report server, Installed LifeUpdate Manager. Then I rolled one client workstation using the built in client install tool, Now the DC server cannot access the workstation nore can the worstation see the DC. Any ideas on what's...
  5. flyingeagle855

    Windows 2003 AD over WAN

    Thanks guys for the responses. I figures a SOHO would probably be the way, but just wanted to make sure. at one site we already have a sonicwall device so sounds like I just need to get another one. Yes we have business class DSL with static IPs, Thank god.
  6. flyingeagle855

    Windows 2003 AD over WAN

    Here is my situation. I have a non profit client that I am doing some IT work for. They have two locations. We will call it Main Office and Remote Office. They only can afford DSL connections at this time for internet. I have a domain controller at the Main Office setup and running. They now...
  7. flyingeagle855

    Public Folder Autoreply

    If you are talking about Global Settings > Internet Message Formats > Default > Properties > Advanced tab and I checked the Allow atuomatic replies, then the answer is yes.
  8. flyingeagle855

    Public Folder Autoreply

    I have setup a public folder to recive e-mails from out side folks for jobs. I want to have and autoreply to confirm that we recived thier message. I setup the folder and the autoreply, Evey thing works from internal exhange. But when I send a test e-mail from internet. I recive the message in...

Part and Inventory Search

Back
Top