Click here to Skip to main content
16,011,608 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to Insert Row in winform Datagrid ? Pin
Tushar Bhatt20-Jul-05 19:07
Tushar Bhatt20-Jul-05 19:07 
GeneralCommunication between windows and web application. Pin
Navees Ahmed19-Jul-05 19:57
Navees Ahmed19-Jul-05 19:57 
GeneralRe: Communication between windows and web application. Pin
Gavin Jeffrey19-Jul-05 22:00
Gavin Jeffrey19-Jul-05 22:00 
Generalsort information in a listbox by name Pin
nidhelp19-Jul-05 19:36
nidhelp19-Jul-05 19:36 
GeneralRe: sort information in a listbox by name Pin
Kodanda Pani19-Jul-05 21:03
Kodanda Pani19-Jul-05 21:03 
Generalnid codes for project Pin
nidhelp19-Jul-05 19:23
nidhelp19-Jul-05 19:23 
GeneralVirtual Keyboard help plz Pin
arun_appu19-Jul-05 18:22
arun_appu19-Jul-05 18:22 
GeneralRe: Virtual Keyboard help plz Pin
Nick Parker19-Jul-05 18:32
protectorNick Parker19-Jul-05 18:32 
That isn't enough, you need to get the handle to the textbox you want to send text to. You might try EnumChildWindows where you pass it the handle to the browser control. You might also consider calling SendMessage and passing it WM_SETTEXT (0x000C) with the handle to the textbox instead of using SendKeys.


[DllImport("user32.dll")]
static extern bool EnumChildWindows(IntPtr hwndParent, EnumWindowsProc lpEnumFunc, ref IntPtr lParam);




- Nick Parker
Microsoft MVP - Visual C#
My Blog | My Articles

GeneralListView Item Selection Pin
takkung19-Jul-05 18:05
takkung19-Jul-05 18:05 
GeneralRe: ListView Item Selection Pin
Nick Parker19-Jul-05 18:16
protectorNick Parker19-Jul-05 18:16 
GeneralRe: ListView Item Selection Pin
takkung19-Jul-05 21:43
takkung19-Jul-05 21:43 
GeneralRe: ListView Item Selection Pin
takkung19-Jul-05 22:19
takkung19-Jul-05 22:19 
GeneralRe: ListView Item Selection Pin
Nick Parker20-Jul-05 1:50
protectorNick Parker20-Jul-05 1:50 
GeneralFlicker-free Refesh Pin
Justin Clayden19-Jul-05 16:56
Justin Clayden19-Jul-05 16:56 
GeneralRe: Flicker-free Refesh Pin
Alomgir Miah19-Jul-05 17:36
Alomgir Miah19-Jul-05 17:36 
Questionnetworking questions ? Pin
snouto19-Jul-05 15:51
snouto19-Jul-05 15:51 
GeneralEvents Pin
noneformenoneforme19-Jul-05 15:08
noneformenoneforme19-Jul-05 15:08 
GeneralRe: Events Pin
Christian Graus19-Jul-05 15:17
protectorChristian Graus19-Jul-05 15:17 
GeneralRe: Events Pin
Nick Parker19-Jul-05 15:23
protectorNick Parker19-Jul-05 15:23 
GeneralRe: Events Pin
Christian Graus21-Aug-05 15:29
protectorChristian Graus21-Aug-05 15:29 
GeneralVisual Studio style options dialog Pin
Rob Tomson19-Jul-05 13:27
Rob Tomson19-Jul-05 13:27 
GeneralRe: Visual Studio style options dialog Pin
Luis Alonso Ramos19-Jul-05 14:57
Luis Alonso Ramos19-Jul-05 14:57 
GeneralRe: Visual Studio style options dialog Pin
Nick Parker19-Jul-05 15:25
protectorNick Parker19-Jul-05 15:25 
QuestionRemoting - should I keep remote objects alive? Pin
Judah Gabriel Himango19-Jul-05 11:21
sponsorJudah Gabriel Himango19-Jul-05 11:21 
AnswerRe: Remoting - should I keep remote objects alive? Pin
KaptinKrunch19-Jul-05 13:07
KaptinKrunch19-Jul-05 13:07 

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.