Jump to content

TaskDialog UDF


ProgAndy
 Share

Recommended Posts

I don't expect ProgAndy to make a correction, because he has passed to other challenges, but for those who read this thread, I found one error:

In TaskDialog.au3:

was:

Func _TaskDialog($hwndParent, $hInstance, $szWindowTitle, $szMainInstruction, $szContent = "", $dwCommonButtons = 1, $szIcon = "")

should be:

Func _TaskDialog($hwndParent, $hInstance, $szWindowTitle, $szMainInstruction, $szContent = "", $dwCommonButtons = 1, $szIcon = 0)

 

Spoiler

CDebug Dumps values of variables including arrays and DLL structs, to a GUI, to the Console, and to the Clipboard

 

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