L
Lore Leuneog
Hello
I' invoing a windows form from within a console application. I'm using:
Form1 frm = new Form1();
frm.ShowDialog;
The only problem I can't solve is how can I make the form to the top most
window of the screen. By now it's hidden behind the console and frm.Focus()
doesn't work. Does anyone have a hint or a link for me?
Thank you
Sincerely
Lore
I' invoing a windows form from within a console application. I'm using:
Form1 frm = new Form1();
frm.ShowDialog;
The only problem I can't solve is how can I make the form to the top most
window of the screen. By now it's hidden behind the console and frm.Focus()
doesn't work. Does anyone have a hint or a link for me?
Thank you
Sincerely
Lore