Hi Scripting guys,
I've created a gui for a scipt i've wrote and I need to lock down the form e.g. stop it being resized and to stay on top.
There are two last requests for the form that i can't seem to find a fix for...
1. stop users opening other programs before the message on the screen is actioned e.g. stop them clicking the start menu. I have made it so the form stays on top all the time already, just would like to disable all other user actions.
2. Stop users being able to move the window out of the way. Currently they cannot resize the form nor close it without clicking accept I need it to be fixed on the screen. I have set the start location of the form to random which needs to continue - once it has openen I need it to be fixed and not move.
As always any help would be welcome
Joe