E
Ed White
If I have, say, Microsoft Excel open on the left screen, and Microsoft Word
open at the same time on the right screen, then I can move the mouse cursor
over Excel and click on it, and Excel gets activated, and I can then move the
mouse cursor over the Word screen, click on it, and Word gets activated.
I'm writing a program using two Windows Forms in VB.Net (VS 2008), and I'd
like to do the same thing. That is, I'd like to have two windows open next
to each other, and each one of them would be modal/activated when I click on
it. (What doesn't work is, for example, is if I open one form with Fm1.Show
and the 2nd with Fm2.ShowDialog, then I can't activate Fm1.) Is there a way
to do this?
open at the same time on the right screen, then I can move the mouse cursor
over Excel and click on it, and Excel gets activated, and I can then move the
mouse cursor over the Word screen, click on it, and Word gets activated.
I'm writing a program using two Windows Forms in VB.Net (VS 2008), and I'd
like to do the same thing. That is, I'd like to have two windows open next
to each other, and each one of them would be modal/activated when I click on
it. (What doesn't work is, for example, is if I open one form with Fm1.Show
and the 2nd with Fm2.ShowDialog, then I can't activate Fm1.) Is there a way
to do this?