P
Prozon
Hi!
I want to make a form i vb.net wish will lay as a little window on the
side of the main window of an extern program. Pretty much like a
tool-window or something to photoshop.
When the extern program is minimized I want also the form to be
minimized and when the extrern app is bringed to front again I want my
form to do the same. Is this possible? With a win-api or something?
I want the functionallity to be pretty much like this code in .net.
Dim fOwnedForm As New OwnedForm()
Me.AddOwnedForm(fOwnedForm)
fOwnedForm.Show()
Best Regards
/ Steve
I want to make a form i vb.net wish will lay as a little window on the
side of the main window of an extern program. Pretty much like a
tool-window or something to photoshop.
When the extern program is minimized I want also the form to be
minimized and when the extrern app is bringed to front again I want my
form to do the same. Is this possible? With a win-api or something?
I want the functionallity to be pretty much like this code in .net.
Dim fOwnedForm As New OwnedForm()
Me.AddOwnedForm(fOwnedForm)
fOwnedForm.Show()
Best Regards
/ Steve