Click here to Skip to main content
15,891,976 members
Home / Discussions / C#
   

C#

 
GeneralRe: RegionMaster Controls Pin
J. Dunlap19-Apr-03 17:13
J. Dunlap19-Apr-03 17:13 
GeneralRe: RegionMaster Controls Pin
David Stone19-Apr-03 18:03
sitebuilderDavid Stone19-Apr-03 18:03 
GeneralRe: RegionMaster Controls Pin
James T. Johnson19-Apr-03 18:58
James T. Johnson19-Apr-03 18:58 
GeneralRe: RegionMaster Controls Pin
David Stone19-Apr-03 19:24
sitebuilderDavid Stone19-Apr-03 19:24 
GeneralRe: RegionMaster Controls Pin
James T. Johnson19-Apr-03 19:42
James T. Johnson19-Apr-03 19:42 
GeneralRe: RegionMaster Controls Pin
leppie20-Apr-03 2:33
leppie20-Apr-03 2:33 
GeneralUDP broadcast problem Pin
smartnose19-Apr-03 15:34
smartnose19-Apr-03 15:34 
GeneralDynamically move ScrollBar to bottom in a TextBox or a RichTextBox Pin
krisp19-Apr-03 14:00
krisp19-Apr-03 14:00 
Hey, I append text to a textbox in a c# web form, and i just want the scroll bar in the text box to automatically jump to the bottom so the user can see the new text. Similar to Windows Messenger which moves to the bottom as text is appended to the textbox from what u type in the send text box and send or what is received from your friend your chatting with.
Any suggestions??

I'm using myTextBox.Text += "\n\rHello There!";
Is it any different if i were to use myTextBox.AppendText( "\n\rHello There!" );
It states they are the same in the .net class library.

Can I set the position of the caret, so that i can call SetFocus() and then call ScrollToCaret()?? If this would work, how can i set the position of the caret??
GeneralRe: Dynamically move ScrollBar to bottom in a TextBox or a RichTextBox Pin
J. Dunlap19-Apr-03 14:12
J. Dunlap19-Apr-03 14:12 
GeneralRe: Dynamically move ScrollBar to bottom in a TextBox or a RichTextBox Pin
krisp19-Apr-03 16:11
krisp19-Apr-03 16:11 
GeneralRe: Dynamically move ScrollBar to bottom in a TextBox or a RichTextBox Pin
J. Dunlap19-Apr-03 17:03
J. Dunlap19-Apr-03 17:03 
GeneralGC - again Pin
peterchen19-Apr-03 12:58
peterchen19-Apr-03 12:58 
GeneralRe: GC - again Pin
Paul Ingles19-Apr-03 14:00
Paul Ingles19-Apr-03 14:00 
GeneralRe: GC - again Pin
James T. Johnson19-Apr-03 14:02
James T. Johnson19-Apr-03 14:02 
GeneralMaking class properties editable Pin
peterchen19-Apr-03 12:19
peterchen19-Apr-03 12:19 
GeneralRe: Making class properties editable Pin
James T. Johnson19-Apr-03 12:56
James T. Johnson19-Apr-03 12:56 
GeneralRe: Making class properties editable Pin
peterchen19-Apr-03 13:10
peterchen19-Apr-03 13:10 
GeneralPrefixing Classes and Interfaces Pin
J. Dunlap19-Apr-03 11:47
J. Dunlap19-Apr-03 11:47 
GeneralRe: Prefixing Classes and Interfaces Pin
dog_spawn19-Apr-03 12:11
dog_spawn19-Apr-03 12:11 
GeneralRe: Prefixing Classes and Interfaces Pin
J. Dunlap19-Apr-03 12:32
J. Dunlap19-Apr-03 12:32 
GeneralRe: Prefixing Classes and Interfaces Pin
James T. Johnson19-Apr-03 13:00
James T. Johnson19-Apr-03 13:00 
GeneralRe: Prefixing Classes and Interfaces Pin
J. Dunlap19-Apr-03 14:04
J. Dunlap19-Apr-03 14:04 
GeneralRe: Prefixing Classes and Interfaces Pin
Arun Bhalla19-Apr-03 13:32
Arun Bhalla19-Apr-03 13:32 
GeneralRe: Prefixing Classes and Interfaces Pin
J. Dunlap19-Apr-03 14:02
J. Dunlap19-Apr-03 14:02 
GeneralWrappers for P/Invoke Pin
Alex Korchemniy19-Apr-03 8:27
Alex Korchemniy19-Apr-03 8:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.