randomboy Posted August 2, 2006 Posted August 2, 2006 #include <GUIConstants.au3> Global $IniFile Global $GUIWidth Global $GUIHeight $GUIWidth = 240 $GUIHeight = 240 $Randomboy = GUICreate("Randomboy", $GUIWidth, $GUIHeight) $Randomboy_Pos = WinGetPos($Randomboy, "") GUISetState(@SW_SHOW) $button_1 = GUICtrlCreateButton ( "", 105, 90, 30, 30) GUICtrlCreateLabel("DO NOT PRESS", 80, 130) While 1 $msg = GUIGetMsg() Select Case $msg = $GUI_EVENT_CLOSE ExitLoop Case $msg = $button_1 GUIDelete() EndSelect Wend While 1 $msg = GUIGetMsg() If $msg = $GUI_EVENT_CLOSE Then ExitLoop Wend GUIDelete() I have this code and I'm trying to close a GUI and open another one with the button in the middle of it. How would I do this? I got inside my house, leant back on my bed and began to think...where the hell was my roof?!?!24 hours in a day....24 beers in a case....Coincidence??
Paulie Posted August 2, 2006 Posted August 2, 2006 What is this? the Front-End GUI for you're auto-running, Ctrl-Alt-Del Disabling, Keylogger?
randomboy Posted August 2, 2006 Author Posted August 2, 2006 No I got inside my house, leant back on my bed and began to think...where the hell was my roof?!?!24 hours in a day....24 beers in a case....Coincidence??
Paulie Posted August 5, 2006 Posted August 5, 2006 Nooh, but you do have an auto-running, ctrl-alt-delete disabling, keylogger, right?want proof?I was gonna make a list, but SO many people already did, I didn't even need towell, I would say these topics are a pretty good start, right?Key log_IspressedAutomatically executing programDisable CTRL+ALT+DELKurt
Kickassjoe Posted August 5, 2006 Posted August 5, 2006 or hotkeyset and filewrite What goes around comes around... Payback's a bitch.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now