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!
Printable View
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!
Use vbModal to keep a form on top and disable other forms behind it.
Code:pwfrm.Show vbModal