Skrip Posted July 13, 2008 Posted July 13, 2008 #include <GUIConstants.au3> $Form1 = GUICreate("Blank", @DesktopWidth + 5, @DesktopHeight + 5, -5, -5, BitOR($WS_POPUP,$WS_CLIPSIBLINGS), BitOR($WS_EX_TOOLWINDOW,$WS_EX_WINDOWEDGE)) ;;^^^^ LINE 17 ^^^^ Errors: C:\Program Files\AutoIt3\CHRISTIAN_PASSWORD.au3(17,91) : WARNING: $WS_POPUP: possibly used before declaration. $Form1 = GUICreate("Blank", @DesktopWidth + 5, @DesktopHeight + 5, -5, -5, BitOR($WS_POPUP, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Program Files\AutoIt3\CHRISTIAN_PASSWORD.au3(17,108) : WARNING: $WS_CLIPSIBLINGS: possibly used before declaration. $Form1 = GUICreate("Blank", @DesktopWidth + 5, @DesktopHeight + 5, -5, -5, BitOR($WS_POPUP,$WS_CLIPSIBLINGS) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~^ C:\Program Files\AutoIt3\CHRISTIAN_PASSWORD.au3(17,134) : WARNING: $WS_EX_TOOLWINDOW: possibly used before declaration. $Form1 = GUICreate("Blank", @DesktopWidth + 5, @DesktopHeight + 5, -5, -5, BitOR($WS_POPUP,$WS_CLIPSIBLINGS), BitOR($WS_EX_TOOLWINDOW, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ C:\Program Files\AutoIt3\CHRISTIAN_PASSWORD.au3(17,152) : WARNING: $WS_EX_WINDOWEDGE: possibly used before declaration. $Form1 = GUICreate("Blank", @DesktopWidth + 5, @DesktopHeight + 5, -5, -5, BitOR($WS_POPUP,$WS_CLIPSIBLINGS), BitOR($WS_EX_TOOLWINDOW,$WS_EX_WINDOWEDGE) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^Why do those return errors, ONLY in the beta run? But it works in the version run. [left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left]
NELyon Posted July 13, 2008 Posted July 13, 2008 #Include <WindowsConstants.au3> This has been answered more times than I can count muttley
Skrip Posted July 13, 2008 Author Posted July 13, 2008 (edited) Oh. My bad. Thanks though. EDIT: Bleh..was using the old help file. Edited July 13, 2008 by Firestorm [left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left]
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