B
Bails
Hi all, I just added an About form to my VB.NET EXPRESS application
and whilst it does show, it doesnt appear in front of my main form,
rather behind it.
So far I have tried the following with no success:
Private Declare Function SetForegroundWindow Lib "user32.dll" (ByVal
hWnd As IntPtr) As Boolean
then - SetForegroundWindow(Me.Handle)
Me.SetTopLevel(True)
Me.BringToFront()
Me.Refresh()
Me.Refresh()
ANY suggestions would be very welcome.
Cheers
bails
and whilst it does show, it doesnt appear in front of my main form,
rather behind it.
So far I have tried the following with no success:
Private Declare Function SetForegroundWindow Lib "user32.dll" (ByVal
hWnd As IntPtr) As Boolean
then - SetForegroundWindow(Me.Handle)
Me.SetTopLevel(True)
Me.BringToFront()
Me.Refresh()
Me.Refresh()
ANY suggestions would be very welcome.
Cheers
bails