Jump to content

Errors


Jussip
 Share

Recommended Posts

Im getting error if there is WS_POPUP,WS_POPUPWINDOW,BiT0r,

,$WS_CLIPCHILDREN,$WS_MINIMIZE,$WS_POPUP,$WS_POPUPWINDOW,$WS_GROUP,$WS_TABSTOP,$WS_BORDER,$WS_CLIPSIBLINGS,$DS_MODALFRAME,$

DS_SETFOREGROUND,$DS_CONTEXTHELP

or other stuff in my script, and this is annoying.. how i can fix this?

Error;

C:\Users\käyttäjä\Desktop\Script\Autoit\.au3 (4) : ==> Variable used without being declared.:
$Form1 = GUICreate("Form1", 625, 445, 193, 125, BitOR($WS_MINIMIZEBOX,$WS_SYSMENU,$WS_CAPTION,$WS_POPUP,$WS_POPUPWINDOW,$WS_GROUP,$WS_BORDER,$WS_CLIPSIBLINGS,$DS_MODALFRAME,$DS_SETFOREGROUND,$DS_CONTEXTHELP))
$Form1 = GUICreate("Form1", 625, 445, 193, 125, BitOR(^ ERROR
Edited by Jussip
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...