|
-
Aug 23rd, 2004, 05:22 PM
#1
Thread Starter
Hyperactive Member
how to send keys to application?
How to send keys to application in VB .NET? in VB6, we can key_event. How to do it in VB .NET? Just found we can not use many APIs in .NET, which is not good.
-
Aug 24th, 2004, 12:08 AM
#2
New Member
u can use Send Keys and Application activate which is a part of vb.net. no need to use API
-
Aug 24th, 2004, 12:11 AM
#3
Thread Starter
Hyperactive Member
Originally posted by anitb
u can use Send Keys and Application activate which is a part of vb.net. no need to use API
but I want to sendkeys to background window. if use application activate, will set the background window to beforeground.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|