Results 1 to 2 of 2

Thread: How to set the windows has no focus.

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2001
    Posts
    1
    How to set the windows has no focus.

  2. #2
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width