iamtheky Posted August 25, 2010 Posted August 25, 2010 (edited) so something like $GUI = GUICreate("OPTIONS", 215, 200, -1, -1, -1, $WS_EX_TOPMOST) creates a small gui with an au3 icon in the top left, is there a way to remove or specify another icon? Thank you. Edited August 25, 2010 by iamtheky ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__)
kaotkbliss Posted August 25, 2010 Posted August 25, 2010 GuiSetIcon 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy!
iamtheky Posted August 25, 2010 Author Posted August 25, 2010 thanks, made me realize I actually have to fileinstall that icon to use it in my GUIs. ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__)
wakillon Posted August 25, 2010 Posted August 25, 2010 You can use windows icon too GUISetIcon ( "Shell32.dll", -129 ) AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts
zorphnog Posted August 25, 2010 Posted August 25, 2010 If you compile, you can use #AutoIt3Wrapper_icon.
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