Jump to content

Recommended Posts

Posted

If you just want to prompt the user with a Yes/No, Ok/Cancel, then you use the MsgBox. If you want to prompt the user to enter data into a field you use an InputBox. Its all in the help file.

Posted

If you just want to prompt the user with a Yes/No, Ok/Cancel, then you use the MsgBox. If you want to prompt the user to enter data into a field you use an InputBox. Its all in the help file.

Yes, i know this. But in the help files and the forum is nothing about Dlgs. I mean the famous DialogBoxParam and CreateDialog Procs.

I want realize an general but configurable dialog at the script start with some options. Choce install/deinstall; in W9x or W2k or Wxp etc.

[font="Courier New"]C rulez![/font]
Posted

Yes, i know this. But in the help files and the forum is nothing about Dlgs. I mean the famous DialogBoxParam and CreateDialog Procs.

I want realize an general but configurable dialog at the script start with some options. Choce install/deinstall; in W9x or W2k or Wxp etc.

The dialogs is called GUI.

Test the example and see. "AutoIt3\Examples\GUI\SampleControls.au3"

Posted

The dialogs is called GUI.

Test the example and see. "AutoIt3\Examples\GUI\SampleControls.au3"

Hey, i'm very impressed! More than i can expect. And that simple. The Win32 API with few lines. Super! Thanx!!

[font="Courier New"]C rulez![/font]

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