Results 1 to 7 of 7

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

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2004
    Location
    Quetta-Pakistan
    Posts
    852

    How to block CTRL+ESC to open Start Menu

    Hello,
    If we press Crtl+Esc , Start menu appears OR there are many keyboards having a button between CTRL and ALT which open Start Menu.

    I want that when i run my porject press Ctrl+Esc or button between CTRL and ALT , my menu appear instead of Windows.

    Actually i have designed my software Desktop like windows desktop having the same start button on the actual Start button place.

    Please help me.

    Farooq

  2. #2

  3. #3
    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

    Ctrl + Esc is an odd sortcut for an app. you shuld try making a more command shortcut. Perhaps you shuld make a shortcut that doesn't interfere with other apps shortcut as well as windows.
    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

  4. #4
    New Member mwpickle's Avatar
    Join Date
    Nov 2005
    Location
    Australia
    Posts
    15

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

    I think he want's to have a custom menu like windows with his own shortcuts ect... with special features, this would be a handy program and would be good for people that want to skin it. Sorry I don't have a answer for this one but I found this exapmle which you might be able to use
    Attached Files Attached Files

  5. #5
    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

  6. #6
    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.

  7. #7
    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