E
Eric Goforth
Hello,
I have an MDI VB.NET app that is called from a VB6 app,
and it basically lives on top of the VB App. When the
user clicks on controls on the VB6 app I do an
MDIParentForm.WindowState = FormWindowState.Minimized
After the user has clicked on a particular menu item then
I want to bring my VB.NET MDI app back on top. I've tried
doing a:
MDIParentForm.WindowState = FormWindowState.Maximized
and I've tried doing a:
MDIParentForm.BringtoFront
MDIParentForm.WindowState = FormWindowState.Maximized
But my MDI application still stays put and I have to click
on the icon in the system task bar to bring it back up.
I don't want to make this modal or anything. I just want
to pop it on top of the VB6 app. Any idea how to do
this? I guess that maybe I could use some API calls to do
sort of the equivalent to an Alt+Tab, but that seems
cumbersome.
-Eric
I have an MDI VB.NET app that is called from a VB6 app,
and it basically lives on top of the VB App. When the
user clicks on controls on the VB6 app I do an
MDIParentForm.WindowState = FormWindowState.Minimized
After the user has clicked on a particular menu item then
I want to bring my VB.NET MDI app back on top. I've tried
doing a:
MDIParentForm.WindowState = FormWindowState.Maximized
and I've tried doing a:
MDIParentForm.BringtoFront
MDIParentForm.WindowState = FormWindowState.Maximized
But my MDI application still stays put and I have to click
on the icon in the system task bar to bring it back up.
I don't want to make this modal or anything. I just want
to pop it on top of the VB6 app. Any idea how to do
this? I guess that maybe I could use some API calls to do
sort of the equivalent to an Alt+Tab, but that seems
cumbersome.
-Eric