TheWizardofInt
Well-known member
I am trying to give the user a message box within a form
When I use the message box in any format but ServiceNotification or DefaultDesktopOnly, I get this message:
It is invalid to show a modal dialog or form when the application is not running in UserInteractive mode. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.
However, those formats show the msgbox at the server, not the application
What do I need to reset to use other messageboxes that the user can see?
When I use the message box in any format but ServiceNotification or DefaultDesktopOnly, I get this message:
It is invalid to show a modal dialog or form when the application is not running in UserInteractive mode. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.
However, those formats show the msgbox at the server, not the application
What do I need to reset to use other messageboxes that the user can see?