Click here to Skip to main content
15,905,232 members
Home / Discussions / C#
   

C#

 
Questionprnadmin.dll Pin
arkiboys2-Oct-08 21:09
arkiboys2-Oct-08 21:09 
QuestionHelp me to creating Phone Answering Machine Pin
aeranginkaman2-Oct-08 20:28
aeranginkaman2-Oct-08 20:28 
AnswerRe: Help me to creating Phone Answering Machine Pin
Harvey Saayman2-Oct-08 20:42
Harvey Saayman2-Oct-08 20:42 
GeneralRe: Help me to creating Phone Answering Machine Pin
J4amieC2-Oct-08 21:57
J4amieC2-Oct-08 21:57 
AnswerRe: Help me to creating Phone Answering Machine Pin
Ashfield2-Oct-08 21:08
Ashfield2-Oct-08 21:08 
AnswerRe: Help me to creating Phone Answering Machine Pin
darkelv2-Oct-08 22:33
darkelv2-Oct-08 22:33 
AnswerRe: Help me to creating Phone Answering Machine Pin
MumbleB2-Oct-08 23:15
MumbleB2-Oct-08 23:15 
QuestionTriggering TAB key programmatically? Pin
Sandeep Kalra2-Oct-08 18:56
Sandeep Kalra2-Oct-08 18:56 
Hi All

**********Programmin Challenge**************

I am developing a desktop application in C#.Net which opens
another form of an unmanaged application. The WinForm(of unmanaged application) has number of controls on it .Textbox has a focus when application starts.I just want to focus on the third control which is a button by programmatically pressing the tab key

SendKeys.SendWait(Keys.Tab.ToString()); //for taking focus on second control
SendKeys.SendWait(Keys.Tab.ToString());
//for taking focus on the desired button which has a tabindex=2(0,1,2)ie third control

It is not taking the focus from the textbox to the button but instead typing in the textbox "Tab".


Thanks in advance

Sandeep Kalra
I am the ONE
AnswerRe: Triggering TAB key programmatically? Pin
TheCardinal2-Oct-08 19:12
TheCardinal2-Oct-08 19:12 
Questionupgrading databse issue Pin
Yulianto.2-Oct-08 17:11
Yulianto.2-Oct-08 17:11 
AnswerRe: upgrading databse issue Pin
Judah Gabriel Himango2-Oct-08 17:29
sponsorJudah Gabriel Himango2-Oct-08 17:29 
GeneralRe: upgrading databse issue Pin
Yulianto.2-Oct-08 20:07
Yulianto.2-Oct-08 20:07 
QuestionMonte carlo Rabin_Karp implementation Pin
Angelinna2-Oct-08 17:02
Angelinna2-Oct-08 17:02 
AnswerRe: Monte carlo Rabin_Karp implementation Pin
Judah Gabriel Himango2-Oct-08 17:24
sponsorJudah Gabriel Himango2-Oct-08 17:24 
GeneralRe: Monte carlo Rabin_Karp implementation Pin
Angelinna2-Oct-08 18:09
Angelinna2-Oct-08 18:09 
GeneralRe: Monte carlo Rabin_Karp implementation Pin
MumbleB2-Oct-08 19:30
MumbleB2-Oct-08 19:30 
GeneralRe: Monte carlo Rabin_Karp implementation Pin
#realJSOP2-Oct-08 23:50
professional#realJSOP2-Oct-08 23:50 
GeneralRe: Monte carlo Rabin_Karp implementation Pin
Pete O'Hanlon3-Oct-08 0:33
mvePete O'Hanlon3-Oct-08 0:33 
GeneralRe: Monte carlo Rabin_Karp implementation Pin
blackjack21503-Oct-08 3:09
blackjack21503-Oct-08 3:09 
QuestionConsole Telnet App help Pin
nit1152-Oct-08 13:05
nit1152-Oct-08 13:05 
AnswerRe: Console Telnet App help Pin
PIEBALDconsult2-Oct-08 17:38
mvePIEBALDconsult2-Oct-08 17:38 
GeneralRe: Console Telnet App help Pin
GerosDS22-Oct-08 6:31
GerosDS22-Oct-08 6:31 
QuestionUser Control Tutorial Pin
baranils2-Oct-08 8:35
baranils2-Oct-08 8:35 
AnswerRe: User Control Tutorial Pin
Spacix One2-Oct-08 8:56
Spacix One2-Oct-08 8:56 
GeneralRe: User Control Tutorial Pin
baranils2-Oct-08 10:55
baranils2-Oct-08 10:55 

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.