vb.net - Send Keys to Different Window -


this question exact duplicate of:

i want send keys window followed enter key. have tried researching on google , have found no luck. help.

sendkeys(...) sends active window, can not use enter key.

you try p/invoking postmessage(...) wm_keydown , wm_keyup.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -