How slow is MessageBox function if use create completely new app with NO code at all but this code in its Open event?
// NOTE: Time between first and second dialog tells how fast MessageBox opens
MessageBox("Intro", "Press [OK] to close this dialog and begin the test.")
MessageBox("Test!" "How long did it take from you hit [OK] until this message displays?")
You will sometimes see slow behavior when:
1) User runs app via some terminal services where local printers are shared with terminal app.
2) Your app hasn't deployed the UI Theme files.
RE (2): This happens even when your app doesn't use UI themes. Presence of these files may have tremendous performance impact.
HTH /Michael
Yes, Citrix can be a real slow down on any App if not configured properly. Please contact your Citrix Administrator for change your session settings.
Regards ... Chris
I have an example here:
https://www.topwizprogramming.com/freecode_messagebox.html