I need to open a MsgBox that closes itself automatically after a certain amount of milliseconds, regardless of user input.
How can I achieve this?
Using most recent version of VB.NET
Attempted to use a timer but the code executed on timer tick would not run as the MsgBox being open stopped the code from executing