Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
AnswerRe: Gateway port forwarding Pin
harold aptroot6-May-09 11:59
harold aptroot6-May-09 11:59 
GeneralRe: Gateway port forwarding Pin
evangile6-May-09 12:05
evangile6-May-09 12:05 
QuestionRe: Gateway port forwarding Pin
harold aptroot6-May-09 12:10
harold aptroot6-May-09 12:10 
AnswerRe: Gateway port forwarding Pin
evangile6-May-09 12:17
evangile6-May-09 12:17 
GeneralRe: Gateway port forwarding Pin
harold aptroot6-May-09 22:08
harold aptroot6-May-09 22:08 
GeneralRe: Gateway port forwarding Pin
evangile6-May-09 23:05
evangile6-May-09 23:05 
GeneralRe: Gateway port forwarding Pin
harold aptroot6-May-09 23:36
harold aptroot6-May-09 23:36 
QuestionFind out if a class is initialized with reflection. Pin
belzer6-May-09 11:26
belzer6-May-09 11:26 
Hello Forum.

I am building an application where menu to call the forms are table driven,

I can call the forms by using reflection as follows, however I need to verify first if this form is not open yet, and if it is just set the focus on this form.

My question is, how can I find out if the form is already open?

Thank you very much for your help

Assembly myAssembly = Assembly.GetExecutingAssembly();
Form myForm = myAssembly.CreateInstance(this.GetType().Namespace+".Form2") as Form;
myForm.Show();

QuestionProcess.Kill() problem Pin
Mel Feik6-May-09 10:42
Mel Feik6-May-09 10:42 
GeneralI made a T9 Dictianary [modified] Pin
emrah19826-May-09 10:26
emrah19826-May-09 10:26 
GeneralRe: I made a T9 Dictianary Pin
Henry Minute6-May-09 10:32
Henry Minute6-May-09 10:32 
GeneralRe: I made a T9 Dictianary Pin
emrah19826-May-09 10:48
emrah19826-May-09 10:48 
GeneralRe: I made a T9 Dictianary Pin
led mike6-May-09 10:36
led mike6-May-09 10:36 
QuestionConditional ?: Pin
Jammer6-May-09 10:18
Jammer6-May-09 10:18 
AnswerRe: Conditional ?: Pin
Ian McCaul6-May-09 10:28
Ian McCaul6-May-09 10:28 
GeneralRe: Conditional ?: Pin
Mel Feik6-May-09 10:30
Mel Feik6-May-09 10:30 
GeneralRe: Conditional ?: Pin
Ian McCaul6-May-09 10:33
Ian McCaul6-May-09 10:33 
AnswerRe: Conditional ?: Pin
S. Senthil Kumar6-May-09 10:30
S. Senthil Kumar6-May-09 10:30 
GeneralRe: Conditional ?: Pin
Vikram A Punathambekar6-May-09 18:00
Vikram A Punathambekar6-May-09 18:00 
GeneralRe: Conditional ?: Pin
Jammer7-May-09 10:54
Jammer7-May-09 10:54 
GeneralRe: Conditional ?: Pin
S. Senthil Kumar7-May-09 20:40
S. Senthil Kumar7-May-09 20:40 
AnswerRe: Conditional ?: Pin
Abhijit Jana6-May-09 10:46
professionalAbhijit Jana6-May-09 10:46 
GeneralRe: Conditional ?: Pin
S. Senthil Kumar6-May-09 10:55
S. Senthil Kumar6-May-09 10:55 
GeneralRe: Conditional ?: Pin
Ian McCaul6-May-09 11:06
Ian McCaul6-May-09 11:06 
GeneralRe: Conditional ?: Pin
Mel Feik6-May-09 12:09
Mel Feik6-May-09 12:09 

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.