Why is that when my form is loaded as visible and it displays a msgbox then msgbox pops up on top of other windows, when my form is loaded as NOT visible then msgbox pops up not on top of other windows....how can I fix that??
Thank You
Printable View
Why is that when my form is loaded as visible and it displays a msgbox then msgbox pops up on top of other windows, when my form is loaded as NOT visible then msgbox pops up not on top of other windows....how can I fix that??
Thank You
Try to play with the ShowInTaskbar Property of the form.
Hope that helps
Best wishes,
Matthias Steinbart