Schlumpf Posted December 14, 2006 Posted December 14, 2006 Hi, it's impossible to create an icon (size128x128) on a GUI, isn't it? [CENTER]Sorry for my bad English... ;)[/CENTER]
GaryFrost Posted December 14, 2006 Posted December 14, 2006 (edited) Hi, it's impossible to create an icon (size128x128) on a GUI, isn't it? No it's not impossible. Edited December 14, 2006 by gafrost SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
Schlumpf Posted December 15, 2006 Author Posted December 15, 2006 No it's not impossible.how can i do that? [CENTER]Sorry for my bad English... ;)[/CENTER]
Schlumpf Posted December 17, 2006 Author Posted December 17, 2006 Hey gafrost, what's with an answer? [CENTER]Sorry for my bad English... ;)[/CENTER]
BigDod Posted December 17, 2006 Posted December 17, 2006 Try reading the help file #include <GUIConstants.au3> GUICreate(" My GUI Icons") $icon = GUICtrlCreateIcon ("shell32.dll",10, 20,20,128,128) $icon1=GUICtrlCreateIcon ("shell32.dll",7 ,20,170,128,128) GUISetState () While 1 $msg = GUIGetMsg() If $msg = $GUI_EVENT_CLOSE Then ExitLoop Wend Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
Schlumpf Posted December 17, 2006 Author Posted December 17, 2006 OK, i said nothing... please delete this silly topic... [CENTER]Sorry for my bad English... ;)[/CENTER]
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