I was still having problems so I found this page:
Create a Form that Cannot Be Activated
From It I found this that seems to work better:
Private Declare Function BringWindowToTop _
Lib "user32" (ByVal hwnd As Long) As Long
I was still having problems so I found this page:
Create a Form that Cannot Be Activated
From It I found this that seems to work better:
Private Declare Function BringWindowToTop _
Lib "user32" (ByVal hwnd As Long) As Long