I am attempting to create a form that mimics the functionality of the msgbox command, but supports a time out as well. I want to be able to pass this form the message, buttons, title (as in the msgbox command), and a timeout. So far, everything is working, except that I can't get the form to resize itself to fit the text.
The msgbox command brings up a message box that is suitably wide to fit the text, and the OK button is centered. Is there any way that I can get a regular form to do this?
Thanks.
The msgbox command brings up a message box that is suitably wide to fit the text, and the OK button is centered. Is there any way that I can get a regular form to do this?
Thanks.