Is there anyone who has a program to create msgboxes the easy way?
Printable View
Is there anyone who has a program to create msgboxes the easy way?
how about this :D
Code:call msgbox("This is a simple messagebox", vbCritical + vbYesNo + vbDefaultButton2, "Test Program")
That's a nice example buddy...
But I'm searching for a program where you have a visual method to create a messagebox.
I once had a program like this but I can't find it back.