Click here to Skip to main content
16,005,066 members
Home / Discussions / C#
   

C#

 
Questionsend SMS Pin
onlybabla22-Oct-06 23:50
onlybabla22-Oct-06 23:50 
AnswerRe: send SMS Pin
JacquesDP23-Oct-06 1:03
JacquesDP23-Oct-06 1:03 
GeneralRe: send SMS Pin
onlybabla23-Oct-06 1:13
onlybabla23-Oct-06 1:13 
AnswerRe: send SMS Pin
JacquesDP23-Oct-06 1:32
JacquesDP23-Oct-06 1:32 
QuestionSave the keystrokes Pin
CodeItWell22-Oct-06 23:12
CodeItWell22-Oct-06 23:12 
AnswerRe: Save the keystrokes Pin
Stefan Troschuetz22-Oct-06 23:48
Stefan Troschuetz22-Oct-06 23:48 
Questionhow to handle the click event in main menu? Pin
ASysSolvers22-Oct-06 21:13
ASysSolvers22-Oct-06 21:13 
AnswerRe: how to handle the click event in main menu? Pin
LongRange.Shooter23-Oct-06 4:15
LongRange.Shooter23-Oct-06 4:15 
I assume your cloning of the menu was an attempt to take the events of the menu???

Wrong. Frown | :(

In the main form you will have to make a public accessor to your menu.

Then in your application:
frmMain mainMenu = new frmMain();
mainMenu.Menu.MyMenuOption.Click += new ClickEventHandler(MyEventHandler);


BTW: I see you are still using very old naming conventions in your code. To make it more usable you may want to read up on the Microsoft Naming Standards for .NET.
QuestionPlease help: C# mini dump Pin
raskar22-Oct-06 21:10
raskar22-Oct-06 21:10 
AnswerRe: Please help: C# mini dump Pin
Ed.Poore23-Oct-06 4:05
Ed.Poore23-Oct-06 4:05 
AnswerRe: Please help: C# mini dump Pin
S. Senthil Kumar23-Oct-06 8:34
S. Senthil Kumar23-Oct-06 8:34 
Questionmessenger application Pin
dtraooo22-Oct-06 20:53
dtraooo22-Oct-06 20:53 
AnswerRe: messenger application Pin
Guffa22-Oct-06 22:37
Guffa22-Oct-06 22:37 
AnswerRe: messenger application Pin
V.23-Oct-06 1:08
professionalV.23-Oct-06 1:08 
AnswerRe: messenger application Pin
Niiiissssshhhhhuuuuu23-Oct-06 1:45
Niiiissssshhhhhuuuuu23-Oct-06 1:45 
Questionpicture box Pin
sathishtl00722-Oct-06 20:50
sathishtl00722-Oct-06 20:50 
AnswerRe: picture box Pin
Tamimi - Code22-Oct-06 21:01
Tamimi - Code22-Oct-06 21:01 
GeneralRe: picture box Pin
sathishtl00722-Oct-06 21:07
sathishtl00722-Oct-06 21:07 
GeneralRe: picture box Pin
Amar Chaudhary22-Oct-06 22:00
Amar Chaudhary22-Oct-06 22:00 
QuestionTripleDES Pin
intersoln22-Oct-06 20:49
intersoln22-Oct-06 20:49 
QuestionHELP - Sort DataGrid Pin
Wargamon22-Oct-06 20:20
Wargamon22-Oct-06 20:20 
AnswerRe: HELP - Sort DataGrid Pin
Tamimi - Code22-Oct-06 20:26
Tamimi - Code22-Oct-06 20:26 
GeneralRe: HELP - Sort DataGrid Pin
Wargamon23-Oct-06 1:05
Wargamon23-Oct-06 1:05 
GeneralRe: HELP - Sort DataGrid Pin
Tamimi - Code23-Oct-06 1:22
Tamimi - Code23-Oct-06 1:22 
QuestionReverse order of XmlNodeList Pin
eggie522-Oct-06 19:01
eggie522-Oct-06 19:01 

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.