Click here to Skip to main content
15,889,877 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: child form minimizing Toplevel Form Pin
Atul Kharecha14-Aug-09 0:19
Atul Kharecha14-Aug-09 0:19 
GeneralRe: child form minimizing Toplevel Form Pin
εїзεїзεїз18-Aug-09 21:44
εїзεїзεїз18-Aug-09 21:44 
QuestionHow to keep form always active Pin
sri_009913-Aug-09 17:50
sri_009913-Aug-09 17:50 
GeneralRe: How to keep form always active Pin
mbhosle31-Aug-09 23:23
mbhosle31-Aug-09 23:23 
QuestionAny way to stop menu strip from 'capturing' alt-key? Pin
sri_009913-Aug-09 17:47
sri_009913-Aug-09 17:47 
AnswerRe: Any way to stop menu strip from 'capturing' alt-key? Pin
dan!sh 13-Aug-09 21:31
professional dan!sh 13-Aug-09 21:31 
GeneralRe: Any way to stop menu strip from 'capturing' alt-key? Pin
sri_009913-Aug-09 22:30
sri_009913-Aug-09 22:30 
GeneralRe: Any way to stop menu strip from 'capturing' alt-key? Pin
Eddy Vluggen14-Aug-09 0:22
professionalEddy Vluggen14-Aug-09 0:22 
Your key-combinations (where Alt and A are both pressed at the same time) work, even if a single keypress on the Alt prevents further input.

A keypress on Alt should give you the option to browse the menu. Windows doesn't capture the key, but the focus. The second keystroke then determines what menu to open. That's two seperate keystrokes.

Your key-combination is Alt-A, and the A is typed while the Alt-key is down. That gives different behaviour on Windows - it first checks if there's a shortcut-key defined (e.g., the letter right after the "&"-char in the caption of a button)

These two behaviors shouldn't bite each other. If your end-user is like me, he'll be using the Alt-key often enough to navigate the menu Smile | :)

I are Troll Smile | :)

Questiondrawing and highlighting chess board Pin
benstar11112-Aug-09 22:51
benstar11112-Aug-09 22:51 
AnswerRe: drawing and highlighting chess board Pin
dan!sh 13-Aug-09 20:30
professional dan!sh 13-Aug-09 20:30 
QuestionWindows Shutdown Process Pin
Member 389641410-Aug-09 6:49
Member 389641410-Aug-09 6:49 
AnswerRe: Windows Shutdown Process Pin
Alan N12-Aug-09 2:12
Alan N12-Aug-09 2:12 
GeneralRe: Windows Shutdown Process Pin
Member 389641416-Aug-09 21:39
Member 389641416-Aug-09 21:39 
NewsCode Pack released so you can support Windows 7 features from managed code Pin
brucedkyle9-Aug-09 18:28
brucedkyle9-Aug-09 18:28 
Questionwhere to get information about registry to shell? Pin
mr.dot9-Aug-09 7:52
mr.dot9-Aug-09 7:52 
Answercross-post; ignore! Pin
Luc Pattyn9-Aug-09 7:56
sitebuilderLuc Pattyn9-Aug-09 7:56 
NewsFree Developer Training Kit for Windows 7 RTM Pin
brucedkyle7-Aug-09 10:39
brucedkyle7-Aug-09 10:39 
QuestionClosing startup form in a windows application Pin
crazylad6-Aug-09 12:44
crazylad6-Aug-09 12:44 
AnswerRe: Closing startup form in a windows application Pin
Luc Pattyn6-Aug-09 14:09
sitebuilderLuc Pattyn6-Aug-09 14:09 
GeneralRe: Closing startup form in a windows application Pin
crazylad6-Aug-09 22:01
crazylad6-Aug-09 22:01 
GeneralRe: Closing startup form in a windows application Pin
Luc Pattyn6-Aug-09 23:55
sitebuilderLuc Pattyn6-Aug-09 23:55 
AnswerRe: Closing startup form in a windows application Pin
N a v a n e e t h7-Aug-09 18:49
N a v a n e e t h7-Aug-09 18:49 
GeneralRe: Closing startup form in a windows application Pin
crazylad9-Aug-09 11:57
crazylad9-Aug-09 11:57 
GeneralRe: Closing startup form in a windows application Pin
Luc Pattyn9-Aug-09 12:11
sitebuilderLuc Pattyn9-Aug-09 12:11 
GeneralRe: Closing startup form in a windows application Pin
N a v a n e e t h9-Aug-09 15:46
N a v a n e e t h9-Aug-09 15:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.