Jump to content

Recommended Posts

Posted

$password = GUICtrlCreateInput ("", 70, 35, 100, 20, $ES_PASSWORD)

when i run this code i get

C:\temp\client.au3 (10) : ==> Variable used without being declared.:

$password = GUICtrlCreateInput ("", 70, 35, 100, 20, $ES_PASSWORD)

$password = GUICtrlCreateInput ("", 70, 35, 100, 20, ^ ERROR

why is that ?

Posted

$password = GUICtrlCreateInput ("", 70, 35, 100, 20, $ES_PASSWORD)

when i run this code i get

C:\temp\client.au3 (10) : ==> Variable used without being declared.:

$password = GUICtrlCreateInput ("", 70, 35, 100, 20, $ES_PASSWORD)

$password = GUICtrlCreateInput ("", 70, 35, 100, 20, ^ ERROR

why is that ?

#include <GUIConstants.au3>

or $ES_PASSWORD = 0x0020

Posted (edited)

$ES_PASSWORD = 0x0020

hmm thx(A) i dont know why it ist working anymore but it is fixed now:)

you realy know alot abouth gui or not?muttley

Edited by yucatan
Posted

hmm thx(A) i dont know why it ist working anymore but it is fixed now:)

you realy know alot abouth gui or not?muttley

I write scripts every day, I spend very much time with my programs and usually things like $ES_PASSWORD, are very simple. :)

Posted

hmm thx(A) i dont know why it ist working anymore but it is fixed now:)

you realy know alot abouth gui or not? :)

Well I write a lot of scripts, at the moment. What do you think of this GUI? It's not finished yet muttley

I write scripts every day, I spend very much time with my programs and usually things like $ES_PASSWORD, are very simple. :(

Same here, although I did ask for $ES_PASSWORD myself the other day :\
Posted (edited)

Well I write a lot of scripts, at the moment. What do you think of this GUI? It's not finished yet muttley

Same here, although I did ask for $ES_PASSWORD myself the other day :\

Your GUI is amazing, I like it. I use WinXP :) .

Edited by Andreik

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
×
×
  • Create New...