Results 1 to 7 of 7

Thread: How to block CTRL+ESC to open Start Menu

Hybrid View

  1. #1
    Frenzied Member wiz126's Avatar
    Join Date
    Jul 2005
    Location
    Mars,Milky Way... Chit Chat Posts: 5,733
    Posts
    1,080

    Re: How to block CTRL+ESC to open Start Menu

    i just tested with sortcut keys and unless you diable windows shortcut YOU CAN'T

    KeyCode:
    vbKeyEscape = Escape Key
    vbKeyControl = Control Key
    KeyAscii:
    27 = Escape Key
    1) If your post has been adequately answered please click in your post on "Mark Thread Resolved".
    2) If someone has been useful to you please show your respect by rating their posts.
    3) Please use [highlight="VB"] 'your code goes in here [/highlight] tags when posting code.
    4) Before posting your question, make sure you checked this links:
    MICROSOFT MSDN -- VB FORUMS SEARCH

    5)Support Classic VB - A PETITION TO MICROSOFT

    ___________________________________________________________________________________
    THINGS TO KNOW ABOUT VB: || VB Examples/Demos
    What are Classes?
    || -
    Where to place a sub/function?(global) || Webbrowser control

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: How to block CTRL+ESC to open Start Menu

    I don't think it's possible, either.

  3. #3
    Lively Member
    Join Date
    Aug 2005
    Posts
    126

    Re: How to block CTRL+ESC to open Start Menu

    In a previous thread of mine, Hack gave me this link. It allows you to block Ctrl-Esc, Alt-Esc and Alt-Tab, so that Window's menu won't show

    Might be of some help

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