6105 Posted September 30, 2010 Posted September 30, 2010 (edited) Hellow, need little help,i try to put System Shutdown message:And understand that i can't put message without buttons, and now i want to do GUI like this message.And can't add the critical image, also how i can put system button to be inactive?image is here: C:\WINDOWS\system32\user32.dll i try this: GUICtrlCreateIcon("user32.dll", 3, 25, 25, 32, 32)if i use shell32.dll that workThank you.Toader. Edited September 30, 2010 by toader [center][font=courier new,courier,monospace]Die die die my darling[/font][/center][center][font=courier new,courier,monospace]Don't utter a single word[/font][/center][center][font=courier new,courier,monospace]Die die die my darling[/font][/center][center][font=courier new,courier,monospace]Just shut your pretty mouth[/font][/center][center][font=courier new,courier,monospace]I'll be seeing you again[/font][/center][center][font=courier new,courier,monospace]I'll be seeing you[/font][/center][center][font=courier new,courier,monospace]In hell[/font][/center]
GEOSoft Posted September 30, 2010 Posted September 30, 2010 $sFile = "user32.dll" GUICreate("") GUICtrlCreateIcon($sFile, -4, 10, 10) GUISetState() While 1 If GUIGetMsg() = -3 Then Exit WEnd George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!"
iamtheky Posted September 30, 2010 Posted September 30, 2010 why not just call shutdown.exe with the proper reason code, rather than make your own? http://ss64.com/nt/shutdown.html ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__)
6105 Posted October 1, 2010 Author Posted October 1, 2010 How i will can block the close button like in image? [center][font=courier new,courier,monospace]Die die die my darling[/font][/center][center][font=courier new,courier,monospace]Don't utter a single word[/font][/center][center][font=courier new,courier,monospace]Die die die my darling[/font][/center][center][font=courier new,courier,monospace]Just shut your pretty mouth[/font][/center][center][font=courier new,courier,monospace]I'll be seeing you again[/font][/center][center][font=courier new,courier,monospace]I'll be seeing you[/font][/center][center][font=courier new,courier,monospace]In hell[/font][/center]
wraithdu Posted October 1, 2010 Posted October 1, 2010 A reasonable show of effort might encourage some help from others.
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