Form Focus

  • Thread starter Thread starter Jose Cintron
  • Start date Start date
J

Jose Cintron

Hello all

I have a program (with a timer) that runs in the background when the timer
expires I open a scond form and based on the user input here I either log
the user out or open a third form to add more time to the timer. Is there
any to preven the user from clicking on anything else on the desktop while
the second or third forms are visible.

TIA for any help
 
I guess opening your second form to full screen and making it not moveable
should help.. if you need to make ur form not moveable, you have to include
the code i have . and set the boolean variable accordingly..
Let me know, I can give you the code to set boolean for move..

VJ
 
I guess that may work, but it will look really silly to open a full screen
window to prompt a user for a password and if the password is correct a
number between 1 and 120.

In any event send me the code and I'll see if there is any way to modify
it...
 
Back
Top