viper79 0 Posted November 16, 2010 Hello,Ive been trying to get a scipt working today (http://www2.truman.edu/~whowd/blog/files/JoinDomain.au3) but I just cant seem to understand why it wont work. The first part works fine when it ask for the domain user name and password (i have edited the varibles in the script to match my domain) but then it just gives me the error: variable used without being declared. Below is the troublesome line:$joinDomainGUI = GUICreate($guiWindowTitle,$guiWidth,$guiHeight,-1,-1,BitOr($WS_MINIMIZEBOX,$WS_MAXIMIZEBOX,$WS_GROUP,$WS_CAPTION,$WS_POPUP,$WS_SYSMENU))Can anyone point me in the right direction?I did at first think it was the BitOr that should have been BitOR but that didnt make a difference...........Can anyone point me in the right direction?Many Thanks Share this post Link to post Share on other sites
water 2,391 Posted November 16, 2010 Wrong forum ... I posted my reply My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2020-10-10 - Version 1.5.2.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2020-12-15 - Version 1.6.3.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (2020-06-27 - Version 1.3.2.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites