Hello
Need some help here, i don't know the best way to do what i want.
I need that my application have a splash screen, this splash must update a label with messages that i sent from the main form constructor, in the end of the constructor i need to close the splash, the splash must accept key presses, so if the user press some keys I'll show the login screen, by default the login it's the same of the machine, and this is useful for debugging/tests purposes...
Basically i need to send text to another thread, and get a boolean value from the same thread to know if the user pressed the correct combination of keys to show the login form.
How can i do this?




Rate People That Helped You
Reply With Quote