Click here to Skip to main content
15,888,610 members
Home / Discussions / C#
   

C#

 
QuestionCursor position Pin
Agyeman7-Oct-05 6:33
Agyeman7-Oct-05 6:33 
AnswerRe: Cursor position Pin
Daniel Grunwald7-Oct-05 6:38
Daniel Grunwald7-Oct-05 6:38 
GeneralRe: Cursor position Pin
XRaheemX7-Oct-05 7:00
XRaheemX7-Oct-05 7:00 
GeneralRe: Cursor position Pin
Agyeman7-Oct-05 8:28
Agyeman7-Oct-05 8:28 
GeneralRe: Cursor position Pin
XRaheemX7-Oct-05 8:47
XRaheemX7-Oct-05 8:47 
GeneralRe: Cursor position Pin
Agyeman7-Oct-05 9:01
Agyeman7-Oct-05 9:01 
GeneralRe: Cursor position Pin
XRaheemX7-Oct-05 9:05
XRaheemX7-Oct-05 9:05 
GeneralRe: Cursor position Pin
XRaheemX7-Oct-05 9:06
XRaheemX7-Oct-05 9:06 
To be even more specific you should use this to insert text where the cursor exists:

<br />
this.textBox1.Text = this.textBox1.Text.Insert(this.textBox1.SelectionStart,"test");<br />

GeneralRe: Cursor position Pin
Agyeman7-Oct-05 9:11
Agyeman7-Oct-05 9:11 
GeneralRe: Cursor position Pin
XRaheemX7-Oct-05 9:13
XRaheemX7-Oct-05 9:13 
GeneralRe: Cursor position Pin
Agyeman7-Oct-05 9:28
Agyeman7-Oct-05 9:28 
GeneralRe: Cursor position Pin
XRaheemX7-Oct-05 9:31
XRaheemX7-Oct-05 9:31 
GeneralRe: Cursor position Pin
XRaheemX7-Oct-05 10:14
XRaheemX7-Oct-05 10:14 
AnswerRe: Cursor position Pin
Wjousts7-Oct-05 7:07
Wjousts7-Oct-05 7:07 
GeneralRe: Cursor position Pin
XRaheemX7-Oct-05 7:21
XRaheemX7-Oct-05 7:21 
QuestionCustom Controls and events Pin
Red_Wizard_Shot_The_Food7-Oct-05 3:46
Red_Wizard_Shot_The_Food7-Oct-05 3:46 
AnswerRe: Custom Controls and events Pin
XRaheemX7-Oct-05 5:37
XRaheemX7-Oct-05 5:37 
GeneralRe: Custom Controls and events Pin
Red_Wizard_Shot_The_Food7-Oct-05 5:56
Red_Wizard_Shot_The_Food7-Oct-05 5:56 
GeneralRe: Custom Controls and events Pin
XRaheemX7-Oct-05 6:55
XRaheemX7-Oct-05 6:55 
GeneralRe: Custom Controls and events Pin
therealmccoy7-Oct-05 5:50
therealmccoy7-Oct-05 5:50 
QuestionSystem.Diagnostic.Process question/problem Pin
XRaheemX7-Oct-05 3:28
XRaheemX7-Oct-05 3:28 
AnswerRe: System.Diagnostic.Process question/problem Pin
therealmccoy7-Oct-05 7:59
therealmccoy7-Oct-05 7:59 
GeneralRe: System.Diagnostic.Process question/problem Pin
XRaheemX7-Oct-05 8:02
XRaheemX7-Oct-05 8:02 
GeneralRe: System.Diagnostic.Process question/problem Pin
therealmccoy7-Oct-05 8:57
therealmccoy7-Oct-05 8:57 
Questionaccessing a C DLL with C# Long/Int problem Pin
CalvinB7-Oct-05 3:26
CalvinB7-Oct-05 3:26 

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.