|
-
Jul 20th, 2007, 04:31 AM
#1
Thread Starter
Addicted Member
Is it possible to create a service with visual basic express 2005
I've found some sites on how to create a 'service' in visual studio, it starts with 'create new project' and select 'service'.
here; http://www.developerfusion.co.uk/show/3441/2/
But in visual studio express there are not many options to choose from, a 'service' is not there.
So, is it possible to create a service with visual basic express 2005?
Thanks in advance!
-
Jul 20th, 2007, 04:42 AM
#2
Re: Is it possible to create a service with visual basic express 2005
It's quite possible to create a Windows service with VB Express, but what's lacking is the project template to do the ground work for you. You can create your own project templates or import other existing templates. You could start with a blank project, set up the basic classes and the like and then export that as a template to be used again later. Alternatively you could download one that someone else created that way.
http://www.google.com/custom?cx=0022...nel=1972798655
-
Jul 20th, 2007, 05:36 AM
#3
Thread Starter
Addicted Member
Re: Is it possible to create a service with visual basic express 2005
Jmchillhinney
Once again: thanks a lot!,
So if I understand it correctly, I could use the templete from a full version of visual studio?
-
Jul 20th, 2007, 06:29 AM
#4
Re: Is it possible to create a service with visual basic express 2005
Quite possibly so. The file would be 'C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ProjectTemplates\VisualBasic\Windows\1033\WindowsService.zip' and you'd copy it to '[My Documents]\Visual Studio 2005\Templates\ProjectTemplates\Visual Basic', assuming everything is in its default location.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|