Hi! I'm new on the forum here so don't be to hard on me
Im busy with a schoolproject. Im making a Visual OS in VB.Net.
My problem is that i want to make a Form TopMost but only when a specific othe Form is opened.
Screen 1,2,3 are Form1,2,3
I've made an app: Form 4
When I open the app on Screen 2(Form2) it needs to stay on that form, even when i switch to the other screen.
I use this code for Form4(The app):
Me.TopMost = True
But Im looking fore something like:
If Form2.Show = True Then
Me.TopMost = True
Can anybody help me with this?
thanks in advance
Im busy with a schoolproject. Im making a Visual OS in VB.Net.
My problem is that i want to make a Form TopMost but only when a specific othe Form is opened.
Screen 1,2,3 are Form1,2,3
I've made an app: Form 4
When I open the app on Screen 2(Form2) it needs to stay on that form, even when i switch to the other screen.
I use this code for Form4(The app):
Me.TopMost = True
But Im looking fore something like:
If Form2.Show = True Then
Me.TopMost = True
Can anybody help me with this?
thanks in advance