sisu Posted January 5, 2009 Posted January 5, 2009 I greet and I question how can I put a picture on the background to the program will not be gray ... not know English so well .. I hope that's right ms ramin dator
Achilles Posted January 5, 2009 Posted January 5, 2009 GUICtrlCreatePic($youPicture, ...) GUICtrlSetState(-1, $GUI_DISABLE) My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Achilles Posted January 5, 2009 Posted January 5, 2009 See a GUICtrlCreatePic function.If it weren't for the blue you would of won My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
BJJ Posted January 7, 2009 Posted January 7, 2009 I write GUICtrlCreatePic(tlo.gif,top[,300 [,300]]) what is wrong ?
iHonda Posted January 7, 2009 Posted January 7, 2009 u dont need the [ and ] just GuictrlCreatePic(tlo.gif, top, 300, 300) A great place to start Autoit 1-2-3
martin Posted January 7, 2009 Posted January 7, 2009 ..but don't do it like you were shown in case you might try because the file name has to be a string so it's GuictrlCreatePic("tlo.gif", top, 300, 300);with quotation marks, or with inverted commas 'tlo.gif' Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
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