Click here to Skip to main content
15,910,211 members
Home / Discussions / C#
   

C#

 
GeneralRe: dynamic assigning of class properties Pin
TyronX22-Dec-04 10:43
TyronX22-Dec-04 10:43 
Generalget row number after datagrid sort Pin
jagberg2322-Dec-04 2:15
jagberg2322-Dec-04 2:15 
GeneralRe: get row number after datagrid sort Pin
aplope23-Dec-04 5:44
aplope23-Dec-04 5:44 
GeneralRe: get row number after datagrid sort Pin
jagberg2324-Dec-04 20:18
jagberg2324-Dec-04 20:18 
GeneralDesigning a data decisional application based-on grids and graphics Pin
guim722-Dec-04 2:09
guim722-Dec-04 2:09 
GeneralServiceController.WaitForStatus() method query Pin
ipsoftware22-Dec-04 2:06
ipsoftware22-Dec-04 2:06 
GeneralRe: ServiceController.WaitForStatus() method query Pin
Dave Kreskowiak22-Dec-04 6:17
mveDave Kreskowiak22-Dec-04 6:17 
GeneralTextBox caret jump Pin
Aviv Halperin22-Dec-04 1:18
Aviv Halperin22-Dec-04 1:18 
Hi,
I'm writing a smart device application for a pocket PC using C#.

I need to make a terminal for the outside communication and I'm using a TextBox for this terminal.
Problem is: every time I try to add text to the terminal I do the following:

textBoxTerminal.Text += (string)TextToAdd; //1
textBoxTerminal.Select(textBoxTerminal.Text.Length,0); //2
textBoxTerminal.ScrollToCaret(); //3

I have to do 2 and 3 since after 1 the caret jumps to the beginning of the text.

Is there anyway to stop the caret from jumping to the beginning of the text every time text is added?

Thanks.


avivhal
Generalon prepared statement in sql Pin
ting66822-Dec-04 0:11
ting66822-Dec-04 0:11 
GeneralRe: on prepared statement in sql Pin
David Salter22-Dec-04 0:24
David Salter22-Dec-04 0:24 
Generalhelp me shut dow xp white c# cod Pin
mehdidj21-Dec-04 20:56
mehdidj21-Dec-04 20:56 
GeneralRe: help me shut dow xp white c# cod Pin
J4amieC21-Dec-04 22:35
J4amieC21-Dec-04 22:35 
GeneralRe: help me shut dow xp white c# cod Pin
benjymous21-Dec-04 23:38
benjymous21-Dec-04 23:38 
GeneralRe: help me shut dow xp white c# cod Pin
Judah Gabriel Himango22-Dec-04 6:43
sponsorJudah Gabriel Himango22-Dec-04 6:43 
GeneralRe: help me shut dow xp white c# cod Pin
Matt Gerrans22-Dec-04 12:48
Matt Gerrans22-Dec-04 12:48 
GeneralI tried to set labe control property visible to true Pin
Mohammed Aijaz Mohiuddin21-Dec-04 19:23
Mohammed Aijaz Mohiuddin21-Dec-04 19:23 
GeneralRe: I tried to set labe control property visible to true Pin
Skynyrd21-Dec-04 22:32
Skynyrd21-Dec-04 22:32 
GeneralRe: I tried to set labe control property visible to true Pin
Mohammed Aijaz Mohiuddin23-Dec-04 1:08
Mohammed Aijaz Mohiuddin23-Dec-04 1:08 
GeneralRe: I tried to set labe control property visible to true Pin
Skynyrd23-Dec-04 5:36
Skynyrd23-Dec-04 5:36 
GeneralGetArray and SetArray Pin
SudeepPradhan21-Dec-04 18:30
SudeepPradhan21-Dec-04 18:30 
GeneralRe: GetArray and SetArray Pin
spif200121-Dec-04 19:56
spif200121-Dec-04 19:56 
GeneralRe: GetArray and SetArray Pin
SudeepPradhan21-Dec-04 20:24
SudeepPradhan21-Dec-04 20:24 
QuestionHow to AutoFit Text in a Windows Richtextbox control? Pin
AVaka21-Dec-04 17:51
AVaka21-Dec-04 17:51 
AnswerRe: How to AutoFit Text in a Windows Richtextbox control? Pin
AVaka22-Dec-04 23:13
AVaka22-Dec-04 23:13 
GeneralBetter Iteration Pin
sreejith ss nair21-Dec-04 16:47
sreejith ss nair21-Dec-04 16:47 

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.