Process, Threads main window visible in client machine, but not in production serve
First I want to say thank you for helping me......
http://www.vbforums.com/showthread.p...33#post2493333
I have a new problem. The main window of the app does not show in our production server when I'm remote desktoped into it.
I decided to install the service on my client machine, and wordpad.exe is visible, but again not visible on a windows 2000 server.
fyi- I'm connected to the server via remote desktop.
Re: Process, Threads main window visible in client machine, but not in production serve
Is your app running as an actual service or running under another users profile?
If its a service the there is no GUI associated with services.
Re: Process, Threads main window visible in client machine, but not in production serve
Quote:
Originally Posted by RobDog888
Is your app running as an actual service or running under another users profile?
I tried it first using the local system account, and checking "Allow service to interact with desktop"
- did not work
Then I tried it using my account which does have rights on that server.
- did not work either.
Quote:
Originally Posted by RobDog888
If its a service the there is no GUI associated with services.
Even if it's lauching a program that does have a UI? In this case, wordpad.exe.