Click here to Skip to main content
15,917,005 members
Home / Discussions / C#
   

C#

 
AnswerRe: Dodger Game in C# Pin
Eddy Vluggen23-Apr-12 11:09
professionalEddy Vluggen23-Apr-12 11:09 
GeneralRe: Dodger Game in C# Pin
Qobacha24-Apr-12 2:41
Qobacha24-Apr-12 2:41 
AnswerRe: Dodger Game in C# Pin
Eddy Vluggen24-Apr-12 4:55
professionalEddy Vluggen24-Apr-12 4:55 
GeneralRe: Dodger Game in C# Pin
Qobacha26-Apr-12 9:44
Qobacha26-Apr-12 9:44 
AnswerRe: Dodger Game in C# Pin
Eddy Vluggen26-Apr-12 9:54
professionalEddy Vluggen26-Apr-12 9:54 
GeneralRe: Dodger Game in C# Pin
Qobacha27-Apr-12 7:48
Qobacha27-Apr-12 7:48 
GeneralRe: Dodger Game in C# Pin
Eddy Vluggen27-Apr-12 7:57
professionalEddy Vluggen27-Apr-12 7:57 
GeneralRe: Dodger Game in C# Pin
Qobacha26-Apr-12 13:17
Qobacha26-Apr-12 13:17 
GeneralRe: Dodger Game in C# Pin
Eddy Vluggen27-Apr-12 7:54
professionalEddy Vluggen27-Apr-12 7:54 
GeneralRe: Dodger Game in C# Pin
Qobacha27-Apr-12 9:26
Qobacha27-Apr-12 9:26 
GeneralRe: Dodger Game in C# Pin
Eddy Vluggen27-Apr-12 9:45
professionalEddy Vluggen27-Apr-12 9:45 
GeneralGame in C# Pin
Qobacha29-Apr-12 9:26
Qobacha29-Apr-12 9:26 
AnswerRe: Game in C# Pin
Eddy Vluggen30-Apr-12 0:59
professionalEddy Vluggen30-Apr-12 0:59 
GeneralRe: Game in C# Pin
Qobacha30-Apr-12 20:38
Qobacha30-Apr-12 20:38 
GeneralRe: Game in C# Pin
Qobacha1-May-12 2:16
Qobacha1-May-12 2:16 
AnswerRe: Game in C# Pin
Eddy Vluggen1-May-12 8:45
professionalEddy Vluggen1-May-12 8:45 
GeneralRe: Game in C# Pin
Qobacha1-May-12 12:50
Qobacha1-May-12 12:50 
GeneralRe: Game in C# Pin
Eddy Vluggen2-May-12 6:47
professionalEddy Vluggen2-May-12 6:47 
AnswerRe: Dodger Game in C# Pin
Abhinav S19-Apr-12 16:28
Abhinav S19-Apr-12 16:28 
GeneralRe: Dodger Game in C# Pin
CDP180220-Apr-12 4:03
CDP180220-Apr-12 4:03 
GeneralRe: Dodger Game in C# Pin
Qobacha20-Apr-12 10:52
Qobacha20-Apr-12 10:52 
GeneralRe: Dodger Game in C# Pin
Qobacha20-Apr-12 10:51
Qobacha20-Apr-12 10:51 
QuestionMenuStrip Erroneously Closing Pin
Skippums19-Apr-12 7:27
Skippums19-Apr-12 7:27 
AnswerRe: MenuStrip Erroneously Closing Pin
Alan N19-Apr-12 10:05
Alan N19-Apr-12 10:05 
I can't say I've seen this exact issue but the mention of shortcut keys and disabled menu items made me recall something similar.

I had a contextmenustrip where items were enabled or disabled dynamically in the Opening event. The shortcut keys were a bit erratic and eventually I discovered my mistake.

What I hadn't understood was that a shortcut calls the item's click event handler directly but only if the item is enabled. The shortcut did NOT trigger the menu Opening event which I was relying on to set the item enabled states correctly.

Is your problem caused by some logical fault related to assumed enable states of menu items?

Alan.
GeneralRe: MenuStrip Erroneously Closing Pin
Skippums19-Apr-12 10:46
Skippums19-Apr-12 10: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.