Jump to content

Recommended Posts

Posted

Trying too make a lame email sender here just for education purpose but I stumbed upon a little problem.

Is it possible too read the Inputs data? Like:

$s_SmtpServer = GUICtrlCreateInput ("Type in smtp server here", 5, 5, 150, 20);Input for the Smtp server

Then I have a test button:

Case $msg = $Testbutton

Msgbox(4096, "test", $s_SmtpServer)

EndSelect

However, when I type in xx.xxx.com in the input box and press the test button the data I get is 8.

So, is it not possible too read data from an input box? Incase yes, how?

Thanks.

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...