mesale0077 Posted February 23, 2013 Posted February 23, 2013 hi .wba skin use on guı interface, how to use wba skin. USkin dont work thank you nowConcave Dark.rar
water Posted February 23, 2013 Posted February 23, 2013 What do you mean by "use on gui"? Can you please describe what you want to do and how it is related to AutoIt? My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
UEZ Posted February 23, 2013 Posted February 23, 2013 (edited) WBA is a WindowBlinds skin which cannot be used without the needed DLLs.How about Br,UEZ Edited February 23, 2013 by UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ
Kyan Posted February 23, 2013 Posted February 23, 2013 WBA is a WindowBlinds skin which cannot be used without the needed DLLs.How about Br,UEZUEZ, anyway to do the same for qt GUIs? Heroes, there is no such thing One day I'll discover what IE.au3 has of special for so many users using it.C'mon there's InetRead and WinHTTP, way better
mesale0077 Posted February 23, 2013 Author Posted February 23, 2013 #include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("[#] Form1 [#]", 623, 442, 192, 124) ;.wba skin use skin ;http://www.autoitscript.com/forum/index.php?app=core&module=attach§ion=attach&attach_id=39660 $Button1 = GUICtrlCreateButton("Button1", 88, 272, 153, 41) $Button2 = GUICtrlCreateButton("Button2", 304, 280, 169, 49) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd
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