Is there anyone who has a program to create msgboxes the easy way?
Greetz Matje
how about this Code: call msgbox("This is a simple messagebox", vbCritical + vbYesNo + vbDefaultButton2, "Test Program")
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.
Forum Rules