P
Patrick Jox
Hi,
I have my .NET application that is registered as as windows service. This
application exposes an interface to a third party library. During login to
the third party application I get a Messagebox when a wrong password is
used.
How does Windows handle such a messagebox? I heard, that messageboxes in
services are quit by the system and the message is stored in the event log.
This would be great, but as far as I experienced the application hangs.
How could I treat this?
Any suggestions?
Thanks a lot - Patrick
I have my .NET application that is registered as as windows service. This
application exposes an interface to a third party library. During login to
the third party application I get a Messagebox when a wrong password is
used.
How does Windows handle such a messagebox? I heard, that messageboxes in
services are quit by the system and the message is stored in the event log.
This would be great, but as far as I experienced the application hangs.
How could I treat this?
Any suggestions?
Thanks a lot - Patrick