dutCh Posted November 13, 2008 Posted November 13, 2008 Hi! What's the (best) way to Dialogboxes with AutoIt? [font="Courier New"]C rulez![/font]
weaponx Posted November 13, 2008 Posted November 13, 2008 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.
dutCh Posted November 13, 2008 Author Posted November 13, 2008 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]
cparadis Posted November 13, 2008 Posted November 13, 2008 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"
dutCh Posted November 13, 2008 Author Posted November 13, 2008 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]
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