How to set the windows has no focus.
Every single visible window will be SetFocus when it turn come. Unless you hide it. Hoppe what I wrote is correct. Or else you kill the Focus when the form get focus. Code: Private Sub Form_Load() Me.Hide End Sub
Private Sub Form_Load() Me.Hide End Sub
My Virtual Home - My Blog
Forum Rules