Window Service Application
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, How to open form window from window service application...... I can try for that by using following code, Dim UM As UserFindingMessage = New UserFindingMessage() UM.Show() but it is not open window of UserFIndingMessage Nimit Patel
-
Hi, How to open form window from window service application...... I can try for that by using following code, Dim UM As UserFindingMessage = New UserFindingMessage() UM.Show() but it is not open window of UserFIndingMessage Nimit Patel
Go to Administrative Tools/Services. Select your service and go to properties. On the Log On tab, check the "Allow service to interact with the desktop" checkbox. Be aware, this is usually considered a BadIdeaTM