Madza91 Posted October 15, 2007 Posted October 15, 2007 (edited) Hi everybody, I want to know how to put bitmap from some DLL file in to my gui ???example picture from dll: Edited October 30, 2007 by n3nE [quote name='dbzfanatic' post='609696' date='Nov 26 2008, 08:46 AM']This is a help forum not a "write this for me" forum.[/quote](Sorry for bad English) :)
DjDeep00 Posted October 15, 2007 Posted October 15, 2007 Nice picture btw... Anyway try making a label and use GUICtrlSetImage (-1, "shell32.dll",22).
Madza91 Posted October 15, 2007 Author Posted October 15, 2007 (edited) How?I am noob for this :/.. make that label in next code pls #include <GuiConstants.au3>GuiCreate("MyGUI", 634, 471,-1, -1 , BitOR($WS_OVERLAPPEDWINDOW, $WS_CLIPSIBLINGS))$Pic_1 = GuiCtrlCreatePic("Pic1", 110, 150, 280, 190)GuiSetState()While 1 $msg = GuiGetMsg() Select Case $msg = $GUI_EVENT_CLOSE ExitLoop Case Else ;;; EndSelectWEndExit Edited October 15, 2007 by n3nE [quote name='dbzfanatic' post='609696' date='Nov 26 2008, 08:46 AM']This is a help forum not a "write this for me" forum.[/quote](Sorry for bad English) :)
Moderators SmOke_N Posted October 15, 2007 Moderators Posted October 15, 2007 I don't know how much of this you'll understand being as you say a "noob".But Zedna probably has the answer for you here: http://www.autoitscript.com/forum/index.ph...c=51103&hl=You'll just have to figure out how to manipulate the source to do what you want. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Madza91 Posted October 15, 2007 Author Posted October 15, 2007 very cimplicated btw tnx you [quote name='dbzfanatic' post='609696' date='Nov 26 2008, 08:46 AM']This is a help forum not a "write this for me" forum.[/quote](Sorry for bad English) :)
LarryDalooza Posted October 16, 2007 Posted October 16, 2007 (edited) http://www.autoitscript.com/forum/index.ph...st&p=243320Lar. Edited October 16, 2007 by LarryDalooza AutoIt has helped make me wealthy
Madza91 Posted October 18, 2007 Author Posted October 18, 2007 (edited) tnx very much,that works Edited October 18, 2007 by n3nE [quote name='dbzfanatic' post='609696' date='Nov 26 2008, 08:46 AM']This is a help forum not a "write this for me" forum.[/quote](Sorry for bad English) :)
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