Results 1 to 3 of 3

Thread: how to send keys to application?

  1. #1

    Thread Starter
    Hyperactive Member temp_12000's Avatar
    Join Date
    Jan 2004
    Location
    LA, USA
    Posts
    411

    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.



  2. #2
    New Member
    Join Date
    Aug 2004
    Location
    Near You
    Posts
    11
    u can use Send Keys and Application activate which is a part of vb.net. no need to use API
    Regards

    Anit Bhatnagar

  3. #3

    Thread Starter
    Hyperactive Member temp_12000's Avatar
    Join Date
    Jan 2004
    Location
    LA, USA
    Posts
    411
    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
  •  



Click Here to Expand Forum to Full Width