Hello all.
I am needing to display a constant message during an installation.
So far, I have only been able to create message box that displays with an OK button using the line below.
MsgBox("Do not cancel installation")
How would I create a message that runs at start and ends when the installation is complete?
Thank you for any assistance.
I am needing to display a constant message during an installation.
So far, I have only been able to create message box that displays with an OK button using the line below.
MsgBox("Do not cancel installation")
How would I create a message that runs at start and ends when the installation is complete?
Thank you for any assistance.