Dec 8, 2004 #1 stardv Technical User Joined May 27, 2004 Messages 33 Location US I found some articles that describe how to create windows services with VB.Net. Is there any that shows how to do it with C#?? Thank you
I found some articles that describe how to create windows services with VB.Net. Is there any that shows how to do it with C#?? Thank you
Dec 8, 2004 #2 chiph Programmer Joined Jun 9, 1999 Messages 9,878 Location US There is a tutorial in the samples directory of your VS.NET installation. Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first Upvote 0 Downvote
There is a tutorial in the samples directory of your VS.NET installation. Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first
Dec 8, 2004 #3 lestatdelioncourt Programmer Joined Aug 29, 2002 Messages 52 Location BN Simple. File new Visual C# Projects Select Windows Service Click Ok Click Switch to code view then add your code where required Upvote 0 Downvote
Simple. File new Visual C# Projects Select Windows Service Click Ok Click Switch to code view then add your code where required