Greetings!
I have had several attempts to use the dialog editor but unsuccessful thus far.
I have been reduced to reading the instructions (I know I know!) and trying to implement the simple sample script shown in Scripting > Scripting Dialogs > The Dialog Message Loop
Thx @Ixp
Quotes fixed I think but still got an error around Dlg.Show.
Noticed from another working script that I have parenthesis after i.e. Dlg.Show()
Getting this error now see below.
Any ideas...?
I think brackets are needed in VBScript when the function returns a value. But using JScript is a lot easier and avoids having to think about VBScript's ridiculous syntax entirely.
Did you type your Resources tab by hand? It's malformed in at least two ways I can see.
Delete all of that and use the dialog editor (Dialogs > New Dialog, when on the Resources tab) to generate the resources. You don't need to type anything by hand there.