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

    I need some coding help on making a keyboard event

    I am very new to coding and I don't know if this belongs here but i'd appreciate it if you could help me

    I'm trying to make a a key board event to hold down alt key and press tab once
    then i run another code like a vbs file for right left or up down navigation and finally i'll give the key for pressing enter

    But my problem is the hold atl tab and release alt.
    I even don't know weather if this is to be written in a vbs or which file extension

    I'd appreciate it if you could give the code and the file extension to be saved and if any software to be used
    plz give detail since i'm a noob

    Thanks in advance

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: I need some coding help on making a keyboard event

    What are you trying to do? It could call anything in the task list!
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Oct 2014
    Posts
    2

    Re: I need some coding help on making a keyboard event

    Quote Originally Posted by dglienna View Post
    What are you trying to do? It could call anything in the task list!
    I just want to hold alt down to do any other commands like tab for window toggle, space for menu etc

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