Results 1 to 2 of 2

Thread: make a form (or input box)

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    13

    Arrow

    I was wondering how to make something stay on top so that you can't click on the main form and ignore the popup. It is for a change password box and I don't want the user to be able to just get out and ignore it.
    Thanks!
    Pie, I'm just going to go like this and if you get eaten, it's your own fault.- Homer Simpson

  2. #2
    Guest
    Use vbModal to keep a form on top and disable other forms behind it.

    Code:
    pwfrm.Show vbModal

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