Hi,
How can I create a message box that is similar one in old InstallShield programs -- with no title bar or buttons. There's no way for a user to close it. I just want to display a text in it for a few seconds.
Thanks
Printable View
Hi,
How can I create a message box that is similar one in old InstallShield programs -- with no title bar or buttons. There's no way for a user to close it. I just want to display a text in it for a few seconds.
Thanks
Never mind! I played with Form's properties and keyboard event handlers and achieved what I wanted.
Thanks for reading.