I'm looking for a flexible alternative to the standard Windows (VB) message box for us in VB6.
I'd like features such as: 1. Non-modal (but always on top) 2. Timer (so that it disappears after X seconds) 3. Custom button names. (Instead of saying "do you want to quit? Click Yes" I can have "Quit" and "Continue" on the button names.
I've found a few options, which I'll list as answers.