Click here to Skip to main content
15,908,274 members
Home / Discussions / C#
   

C#

 
QuestionPrinting a TabPage from a TabControl Pin
Mate68-Jun-06 8:04
Mate68-Jun-06 8:04 
AnswerRe: Printing a TabPage from a TabControl Pin
Thomas Stockwell8-Jun-06 14:13
professionalThomas Stockwell8-Jun-06 14:13 
QuestionIs it possible to force the KeyDown Event of a TextBox? Pin
Martin#8-Jun-06 7:50
Martin#8-Jun-06 7:50 
AnswerRe: Is it possible to force the KeyDown Event of a TextBox? Pin
Josh Smith8-Jun-06 8:07
Josh Smith8-Jun-06 8:07 
GeneralRe: Is it possible to force the KeyDown Event of a TextBox? Pin
Martin#8-Jun-06 8:43
Martin#8-Jun-06 8:43 
GeneralRe: Is it possible to force the KeyDown Event of a TextBox? Pin
Josh Smith8-Jun-06 14:23
Josh Smith8-Jun-06 14:23 
GeneralRe: Is it possible to force the KeyDown Event of a TextBox? Pin
Martin#8-Jun-06 20:00
Martin#8-Jun-06 20:00 
GeneralRe: Is it possible to force the KeyDown Event of a TextBox? [modified] Pin
Josh Smith9-Jun-06 1:57
Josh Smith9-Jun-06 1:57 
What you are referring to is called the "caret" - the "cursor" is what the mouse moves. Outside of setting the SelectionStart property, I am not aware of any managed API which moves the caret. If SelectionStart does not do what you need, there might be some Win32 function that you can PInvoke. Check out www.pinvoke.net[^] for info about that.

Josh

-- modified at 7:58 Friday 9th June, 2006
Perhaps you can call SendKeys.Send and pass in a symbol representing one of the Arrow keys. That might move the caret, too.
AnswerRe: Is it possible to force the KeyDown Event of a TextBox? Pin
Martin#9-Jun-06 9:42
Martin#9-Jun-06 9:42 
QuestionHow to install ? Pin
Mohammadreza Heidari8-Jun-06 7:37
Mohammadreza Heidari8-Jun-06 7:37 
AnswerRe: How to install ? Pin
Ed.Poore8-Jun-06 8:13
Ed.Poore8-Jun-06 8:13 
QuestionHow To Setup MSDE With My Setup Project Pin
AhmedElbaz8-Jun-06 6:57
AhmedElbaz8-Jun-06 6:57 
QuestionSkyWave Sample Application Pin
Majid Shahabfar8-Jun-06 6:02
Majid Shahabfar8-Jun-06 6:02 
QuestionConnection Status Changes Pin
ventomito8-Jun-06 6:00
ventomito8-Jun-06 6:00 
AnswerRe: Connection Status Changes Pin
Ravi Bhavnani8-Jun-06 7:00
professionalRavi Bhavnani8-Jun-06 7:00 
GeneralRe: Connection Status Changes Pin
ventomito8-Jun-06 7:18
ventomito8-Jun-06 7:18 
AnswerRe: Connection Status Changes Pin
Ravi Bhavnani8-Jun-06 7:24
professionalRavi Bhavnani8-Jun-06 7:24 
QuestionDataRow inaccessible... Pin
reshsilk8-Jun-06 5:55
reshsilk8-Jun-06 5:55 
AnswerRe: DataRow inaccessible... Pin
Wjousts8-Jun-06 8:03
Wjousts8-Jun-06 8:03 
GeneralRe: DataRow inaccessible... Pin
reshsilk9-Jun-06 4:29
reshsilk9-Jun-06 4:29 
GeneralRe: DataRow inaccessible... Pin
Member 1022280921-Aug-13 20:18
Member 1022280921-Aug-13 20:18 
AnswerRe: DataRow inaccessible... Pin
mohammed syam18-May-10 23:23
mohammed syam18-May-10 23:23 
GeneralRe: DataRow inaccessible... Pin
Member 465727130-Nov-10 9:37
Member 465727130-Nov-10 9:37 
QuestionCodec DirectShow Net Pin
zarmin8-Jun-06 5:51
zarmin8-Jun-06 5:51 
QuestionType casting classes with different namespaces Pin
James Poulose8-Jun-06 5:09
James Poulose8-Jun-06 5:09 

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.