My visio document executes a large amount of code at start up which causes a long load time. (30s-1m15s, depending on the system) and I was thinking it would be nice to add a splash screen to allow the user to see that the program is actually working and simply inform them that there is a long laod time.
The problem is, the only way I know to do this is by adding a form and calling it. The problem with that is that the visio code does not execute while the focus is set on this form.
Any ideas on what i can do?
The problem is, the only way I know to do this is by adding a form and calling it. The problem with that is that the visio code does not execute while the focus is set on this form.
Any ideas on what i can do?