Click here to Skip to main content
15,891,788 members
Home / Discussions / C#
   

C#

 
Questionuse matlab functions in c# Pin
s4_sabahatf30-Oct-06 20:16
s4_sabahatf30-Oct-06 20:16 
AnswerRe: use matlab functions in c# Pin
J4amieC30-Oct-06 21:46
J4amieC30-Oct-06 21:46 
AnswerRe: use matlab functions in c# Pin
Christian Graus31-Oct-06 1:25
protectorChristian Graus31-Oct-06 1:25 
QuestionHow Matlab funtin work in C# Pin
signimage30-Oct-06 20:07
signimage30-Oct-06 20:07 
AnswerRe: How Matlab funtin work in C# Pin
J4amieC30-Oct-06 21:46
J4amieC30-Oct-06 21:46 
GeneralRe: How Matlab funtin work in C# Pin
Martin#30-Oct-06 23:48
Martin#30-Oct-06 23:48 
AnswerRe: How Matlab funtin work in C# Pin
Christian Graus31-Oct-06 1:25
protectorChristian Graus31-Oct-06 1:25 
QuestionDynamically add ToolStripMenuItem ... Pin
IamHuM30-Oct-06 19:36
IamHuM30-Oct-06 19:36 
Hi...

I want to add 'ToolStripMenuItem' dynamically...
In my application i am getting port names with this statement

foreach (string s in SerialPort.GetPortNames())
{
}


now for each port name 's' i want to add a ToolStripMenuItem & a click event for each ToolStripMenuItem (i.e. for all available ports on PC). That click event will open a form with a textbox.

Is it possible to do these things dynamically in c#. Mainly dynamically adding click events for ToolStripMenuItem & open a form for each ToolStripMenuItem click event.

Regards,
Vinay
AnswerRe: Dynamically add ToolStripMenuItem ... Pin
sam#30-Oct-06 22:55
sam#30-Oct-06 22:55 
GeneralRe: Dynamically add ToolStripMenuItem ... Pin
IamHuM31-Oct-06 1:23
IamHuM31-Oct-06 1:23 
GeneralRe: Dynamically add ToolStripMenuItem ... Pin
sam#31-Oct-06 1:46
sam#31-Oct-06 1:46 
GeneralRe: Dynamically add ToolStripMenuItem ... Pin
IamHuM31-Oct-06 2:38
IamHuM31-Oct-06 2:38 
GeneralRe: Dynamically add ToolStripMenuItem ... Pin
sam#31-Oct-06 5:22
sam#31-Oct-06 5:22 
GeneralRe: Dynamically add ToolStripMenuItem ... Pin
IamHuM1-Nov-06 2:02
IamHuM1-Nov-06 2:02 
QuestionHow to make exe? Pin
Irfan Kothari30-Oct-06 19:19
Irfan Kothari30-Oct-06 19:19 
AnswerRe: How to make exe? Pin
subrata.jana30-Oct-06 22:07
subrata.jana30-Oct-06 22:07 
AnswerRe: How to make exe? Pin
Christian Graus31-Oct-06 1:26
protectorChristian Graus31-Oct-06 1:26 
GeneralRe: How to make exe? Pin
Irfan Kothari1-Nov-06 18:20
Irfan Kothari1-Nov-06 18:20 
QuestionHow to make Association/Registration of our own file extension Pin
Irfan Kothari30-Oct-06 19:15
Irfan Kothari30-Oct-06 19:15 
AnswerRe: How to make Association/Registration of our own file extension Pin
subrata.jana30-Oct-06 22:19
subrata.jana30-Oct-06 22:19 
GeneralRe: How to make Association/Registration of our own file extension Pin
Irfan Kothari1-Nov-06 17:56
Irfan Kothari1-Nov-06 17:56 
Questionhow to incorporate OCR functionality in web application Pin
sribachana30-Oct-06 18:55
sribachana30-Oct-06 18:55 
QuestionNeed help its urgent please please help Pin
Kunal Sagwaria30-Oct-06 18:46
Kunal Sagwaria30-Oct-06 18:46 
AnswerRe: Need help its urgent please please help Pin
Haseeb Mukhtar30-Oct-06 20:14
Haseeb Mukhtar30-Oct-06 20:14 
GeneralRe: Need help its urgent please please help Pin
Kunal Sagwaria30-Oct-06 20:24
Kunal Sagwaria30-Oct-06 20:24 

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.