Link to home
Start Free TrialLog in
Avatar of potpourrigroup
potpourrigroup

asked on

VB.NET | Convert EXE to Service

I have a vb.net exe program that stays minimized all day and moves files every 15 minutes. Would it be more efficient converting it to a Windows Service, and if so, how do I go about it? It is currently a Windows Form that uses the Timer fuction in Visual Studio.

Thanks!!!
ASKER CERTIFIED SOLUTION
Avatar of broadbent
broadbent
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of doobdave
doobdave

potpourrigroup / broadbent,

You may also need to set the service to "interact with the desktop", by going to its properties under SERVICES, and going to the "Log On" tab.

David
Avatar of potpourrigroup

ASKER

I have Visual Studio Express and I don't see the Windows Service template. Can I download it or do I need the "real" version of studio? This is a company project so purchasing VS wouldn't be OK if I really need it. I'm sure I could do a lot more with the full version anyway.
Oops... Meant it WOULD be OK.
And I can't find how to "interact with the desktop"
I have VS 2003, and 2005 Express
As I meantioned above, go to SERVICES (control panel>administrative tools), "log On" tab, and it's there