Is there anyway i can make it so my window stays ontop or i cant exit out of it for x seconds
what im trying to do is make an alarm cloke so i want to like freeze the screen well the music plays so i cant turn it off and the unfreez it after....
Printable View
Is there anyway i can make it so my window stays ontop or i cant exit out of it for x seconds
what im trying to do is make an alarm cloke so i want to like freeze the screen well the music plays so i cant turn it off and the unfreez it after....
Yes and yes.Quote:
Is there anyway i can make it so my window stays ontop or i cant exit out of it for x seconds
What have you tried?
you can use windows API function setWindowPos()
but you must learn about window handles and some related things.