CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2006
    Posts
    6

    Urgently SendKeys isn't working

    Everyone Please help me, I develope DLL to plug in with other application before I use VB6 develope and using SendsKey ("{Enter}") is working but now I use VB.Net, Develope DLL and using SendKeys.Send ("{Enter}") but It's not working now , I don't know how to sendkeys in DLL Please Help me

  2. #2
    Join Date
    Jun 2004
    Location
    NH
    Posts
    678

    Re: Urgently SendKeys isn't working

    You should be able to find something here:
    SendKeysMSDNSearch


    Looks like you need this:
    Microsoft.VisualBasic.Compatibility.VB6
    Support
    Last edited by TT(n); January 10th, 2007 at 02:07 AM.

  3. #3
    Join Date
    Nov 2006
    Posts
    6

    Re: Urgently SendKeys isn't working

    TT(n) , Thanks you for your recommendation ,it's very useful for me , If you would like for Sendkeys Sample code in Compatible VB6 Please

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

Featured