Click here to Skip to main content
15,896,348 members
Home / Discussions / C#
   

C#

 
AnswerRe: Check which line was clicked? Pin
Colin Angus Mackay4-Nov-07 1:23
Colin Angus Mackay4-Nov-07 1:23 
AnswerRe: Check which line was clicked? Pin
Anthony Mushrow4-Nov-07 1:45
professionalAnthony Mushrow4-Nov-07 1:45 
GeneralRe: Check which line was clicked? Pin
Kristian Sixhøj4-Nov-07 1:49
Kristian Sixhøj4-Nov-07 1:49 
GeneralRe: Check which line was clicked? Pin
Anthony Mushrow4-Nov-07 3:04
professionalAnthony Mushrow4-Nov-07 3:04 
GeneralRe: Check which line was clicked? [modified] Pin
Kristian Sixhøj4-Nov-07 3:07
Kristian Sixhøj4-Nov-07 3:07 
GeneralRe: Check which line was clicked? Pin
Gadjuka4-Nov-07 4:30
Gadjuka4-Nov-07 4:30 
GeneralRe: Check which line was clicked? Pin
Kristian Sixhøj4-Nov-07 4:44
Kristian Sixhøj4-Nov-07 4:44 
GeneralRe: Check which line was clicked? Pin
Daniel Grunwald4-Nov-07 5:03
Daniel Grunwald4-Nov-07 5:03 
That's not the cursor position, that's the hotspot position.
If you want the cursor position, textBox1.PointToClient(Control.MousePosition).

If you want the caret position, use textBox1.SelectionStart (when nothing is selected, this property returns the caret position).



AnswerRe: Check which line was clicked? Pin
Tamimi - Code4-Nov-07 1:49
Tamimi - Code4-Nov-07 1:49 
GeneralRe: Check which line was clicked? Pin
Gadjuka4-Nov-07 4:23
Gadjuka4-Nov-07 4:23 
QuestionElement is an invalid XMLNodeType Pin
jon-804-Nov-07 0:39
professionaljon-804-Nov-07 0:39 
AnswerRe: Element is an invalid XMLNodeType Pin
pmarfleet4-Nov-07 1:49
pmarfleet4-Nov-07 1:49 
QuestionHow to Catch the 2 or 3 first char in the begining of the string Pin
Assaf823-Nov-07 23:58
Assaf823-Nov-07 23:58 
AnswerRe: How to Catch the 2 or 3 first char in the begining of the string Pin
rao raja4-Nov-07 0:08
rao raja4-Nov-07 0:08 
AnswerRe: How to Catch the 2 or 3 first char in the begining of the string Pin
Guffa4-Nov-07 0:33
Guffa4-Nov-07 0:33 
GeneralRe: How to Catch the 2 or 3 first char in the begining of the string Pin
Assaf824-Nov-07 0:54
Assaf824-Nov-07 0:54 
Questionhow to use rss feeds in desktop applications in c# Pin
rao raja3-Nov-07 23:49
rao raja3-Nov-07 23:49 
AnswerRe: how to use rss feeds in desktop applications in c# Pin
Kristian Sixhøj4-Nov-07 1:22
Kristian Sixhøj4-Nov-07 1:22 
Questioncreating 2-dim array from 1 -dim array Pin
G.K.M.3-Nov-07 22:47
G.K.M.3-Nov-07 22:47 
AnswerRe: creating 2-dim array from 1 -dim array Pin
mav.northwind3-Nov-07 22:52
mav.northwind3-Nov-07 22:52 
GeneralRe: creating 2-dim array from 1 -dim array Pin
Paul Conrad4-Nov-07 4:47
professionalPaul Conrad4-Nov-07 4:47 
AnswerRe: creating 2-dim array from 1 -dim array Pin
Paul Conrad4-Nov-07 4:47
professionalPaul Conrad4-Nov-07 4:47 
GeneralRe: creating 2-dim array from 1 -dim array Pin
G.K.M.4-Nov-07 14:10
G.K.M.4-Nov-07 14:10 
QuestionUser control Pin
M. J. Jaya Chitra3-Nov-07 22:26
M. J. Jaya Chitra3-Nov-07 22:26 
AnswerRe: User control Pin
mav.northwind3-Nov-07 23:02
mav.northwind3-Nov-07 23:02 

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.