Pieter Posted December 31, 2006 Posted December 31, 2006 I tried to embed a picture in a GUI, but it didn't work. I don't see the picture. $options_logobg = GUICtrlCreatePic("C:\WINDOWS\system32\ntimage.gif", 0, 0, 433, 65, BitOR($SS_NOTIFY,$WS_GROUP)) I have verified that the picture exists (this picture is available on every Windows XP installation). Any idea what else could be wrong? iPod + Online calendars = iPodCALsync
Zedna Posted December 31, 2006 Posted December 31, 2006 (edited) Try: - remove setting of styles - copy picture in @ScriptDir and use only picture name without path $options_logobg = GUICtrlCreatePic("ntimage.gif", 0, 0, 433, 65) Show your whole GUI code, maybe problem is somwhere else... Edited December 31, 2006 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
Pieter Posted December 31, 2006 Author Posted December 31, 2006 (edited) Darn. It appears to be an overlapping problem. I'll have to look into that myself. Edited December 31, 2006 by Pieter iPod + Online calendars = iPodCALsync
Zedna Posted December 31, 2006 Posted December 31, 2006 $options_logobg = GUICtrlCreatePic("img/iPodCALsync_hdr.png", 0, 0, 433, 65) $options_calswindow = GUICreate("iPodCALsync v" & $program_version & " - Settings", 434, 521, 193, 115) oÝ÷ Ù:ò¶¬¢·^«¢+ØÀÌØí½ÁÑ¥½¹Í}±ÍÝ¥¹½ÜôU% ÉÑ ÅÕ½Ðí¥A½ 1Í幨ÅÕ½ÐìµÀìÀÌØíÁɽɵ}ÙÉÍ¥½¸µÀìÅÕ½Ðì´MÑÑ¥¹ÌÅÕ½Ðì°ÐÌаÔÈİÄä̰ÄÄÔ¤(ÀÌØí½ÁÑ¥½¹Í}±½½ôU% Ñɱ ÉÑA¥ ÅÕ½Ðí¥µ½¥A½ 1Íå¹}¡È¹Á¹ÅÕ½Ðì°À°À°ÐḬ̀ØÔ¤( Resources UDF ResourcesEx UDF AutoIt Forum Search
Pieter Posted December 31, 2006 Author Posted December 31, 2006 You're absolutely right. Thanks! iPod + Online calendars = iPodCALsync
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