Click here to Skip to main content
15,902,112 members
Home / Discussions / C#
   

C#

 
GeneralRe: Plotting on a Map using latitudes/longitudes(GPS) - another thought Pin
Bryan White31-Mar-04 10:49
Bryan White31-Mar-04 10:49 
QuestionDouble Buffering on System controls? Pin
Snowjim31-Mar-04 4:46
Snowjim31-Mar-04 4:46 
AnswerRe: Double Buffering on System controls? Pin
Heath Stewart31-Mar-04 5:03
protectorHeath Stewart31-Mar-04 5:03 
GeneralRe: Double Buffering on System controls? Pin
Snowjim31-Mar-04 5:14
Snowjim31-Mar-04 5:14 
GeneralRe: Double Buffering on System controls? Pin
Heath Stewart31-Mar-04 5:30
protectorHeath Stewart31-Mar-04 5:30 
GeneralRe: Double Buffering on System controls? Pin
Snowjim31-Mar-04 5:36
Snowjim31-Mar-04 5:36 
GeneralRe: Double Buffering on System controls? Pin
Heath Stewart31-Mar-04 5:43
protectorHeath Stewart31-Mar-04 5:43 
GeneralAutoScrolling with a RichTextBox Pin
znize31-Mar-04 4:00
znize31-Mar-04 4:00 
I am trying to create a chat window (as a controller), and my problem is that i cant get the scroller to move to the bottom (follow the new strings that are added), is there any way to make it auto scroll to the bottom?


I have tryed this (when i recieve a new message) but it seems that it wont focus?:

rtxPublic.Focus();
rtxPublic.SelectionStart = rtxPublic.Text.Length;
rtxPublic.SelectionLength = 0;
rtxPublic.ScrollToCaret();
rtxPublic.Update();

When i do this in a form it works but not as a controller??

Please help!

Thanks
/Johan
GeneralRe: AutoScrolling with a RichTextBox Pin
leppie31-Mar-04 6:10
leppie31-Mar-04 6:10 
GeneralCryptografy in .NET Pin
dotnetdev@univ.kiev.ua31-Mar-04 3:36
dotnetdev@univ.kiev.ua31-Mar-04 3:36 
GeneralRe: Cryptografy in .NET Pin
Anonymous31-Mar-04 3:58
Anonymous31-Mar-04 3:58 
GeneralRe: Cryptography in .NET Pin
Heath Stewart31-Mar-04 5:12
protectorHeath Stewart31-Mar-04 5:12 
GeneralCompilation Time and Date Pin
JM_FL31-Mar-04 3:01
JM_FL31-Mar-04 3:01 
GeneralRe: Compilation Time and Date Pin
Dave Kreskowiak31-Mar-04 3:21
mveDave Kreskowiak31-Mar-04 3:21 
GeneralRe: Compilation Time and Date Pin
leppie31-Mar-04 6:16
leppie31-Mar-04 6:16 
GeneralRe: Compilation Time and Date Pin
JM_FL31-Mar-04 6:40
JM_FL31-Mar-04 6:40 
GeneralDataGrids and XML Pin
Skylo31-Mar-04 2:42
Skylo31-Mar-04 2:42 
GeneralRe: DataGrids and XML Pin
Charlie Williams31-Mar-04 4:09
Charlie Williams31-Mar-04 4:09 
GeneralPaste nodes Pin
bertcox31-Mar-04 1:53
bertcox31-Mar-04 1:53 
GeneralRe: Paste nodes Pin
partyganger31-Mar-04 4:44
partyganger31-Mar-04 4:44 
GeneralRe: Paste nodes Pin
partyganger31-Mar-04 4:44
partyganger31-Mar-04 4:44 
GeneralLoad Huge Data to SQL Server Pin
mhmoud rawas31-Mar-04 0:32
mhmoud rawas31-Mar-04 0:32 
GeneralRe: Load Huge Data to SQL Server Pin
Mazdak31-Mar-04 1:33
Mazdak31-Mar-04 1:33 
GeneralRe: Load Huge Data to SQL Server Pin
Heath Stewart31-Mar-04 4:54
protectorHeath Stewart31-Mar-04 4:54 
GeneralRe: Load Huge Data to SQL Server Pin
mhmoud rawas31-Mar-04 9:36
mhmoud rawas31-Mar-04 9:36 

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.