How to set the windows has no focus.
Printable View
How to set the windows has no focus.
:confused: 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