[DllImport("user32.dll")]
static extern bool BringWindowToTop(IntPtr hWnd);
<DllImport("user32.dll", SetLastError:=True)> _
Private Shared Function BringWindowToTop(ByVal hwnd As IntPtr) As Boolean
End Function
None.
This does not work if the form.controlbox property is set to false (won't work if there isn't a titlebar)
Please add some!
Please add some!
Do you know one? Please contribute it!