ShadowElf Posted February 13, 2010 Posted February 13, 2010 Can I display a picture from a web server on a form? This don't work $Form1 = GUICreate("Form1", 633, 447, 192, 124) $Pic1 = GUICtrlCreatePic("http://localhost/b.jpg", 40, 72, 289, 233, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS)) GUISetState(@SW_SHOW) any help? I like IT: php, mysql, codeingiter, css, jquery and AUTOIT
ShadowElf Posted February 13, 2010 Author Posted February 13, 2010 thx I like IT: php, mysql, codeingiter, css, jquery and AUTOIT
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