|
-
Nov 5th, 2005, 01:46 PM
#1
Thread Starter
Fanatic Member
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
-
Nov 5th, 2005, 06:48 PM
#2
Re: How to block CTRL+ESC to open Start Menu
Perhaps there is some way - that's NOT the point... You should design your application so it will not interfere with Windows.
-
Nov 5th, 2005, 06:52 PM
#3
Frenzied Member
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.
-
Nov 5th, 2005, 07:14 PM
#4
-
Nov 5th, 2005, 07:20 PM
#5
Frenzied Member
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
-
Nov 5th, 2005, 07:22 PM
#6
Re: How to block CTRL+ESC to open Start Menu
I don't think it's possible, either.
-
Nov 6th, 2005, 01:57 AM
#7
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|