Search results for query: *

  • Users: pparker
  • Content: Threads
  • Order by date
  1. P

    What happens to WinService when logged off?

    Hi,I have a Windows Service that connects to remote drives using UNC paths (no drive letters). I make the connection with the remote drive in my OnStart procedure. I run the service with my username so that the service can have enough privelege to do its job. My questions are:1. What happens...
  2. P

    How to map network drive in Windows Service

    I am coding a Windows Service application in VB.NET that needs to map/mount multiple network drives using UNC path in its OnStart procedure so I can access the drives later. Normally I use NET USE to map the network drives to be used in my Win32 application and it works. But when I tried the...
  3. P

    How to verify other program on network is running

    Hello, I would like my application to verify if another one of my application is currently running or not. Both programs are Win32 applications. The two applications are running on two different computers on the network. Please point me to a direction so I can start reading/researching more...
Back
Top