The text of this article is not in this database — only its details are. Read it on the old site: Create a Windows Service using VB.NET
10 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Create a Windows Service using VB.NET
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
shahab chubinehPosted Feb 13, 2011, 2:52 AM
hi I am living in IRAN I have a problem in read data from registry in windows service that "getvalue" dose not work in service. please help me thanks
Mitesh AgrawalPosted Dec 14, 2009, 12:07 PM
Hi Mahesh, I am developing a website monitoring tool, it basically reads all the web URL from app.config file and checks if they are working fine or not, if the application finds any error the it sends an email message and text message (SMS) to appropriate person.
shailesh darjiPosted Sep 29, 2008, 1:18 AM
I was trying to create a Windows Services that pops up a msgbox whenever the DB table updated! But for testing purpose I just created a Windows service to pop up a msgbox, it doesn't work! And I just wanted a call an application through it, that also didnt work! How can I call a Windows application through a services? and msgbox? Do we have any other way to call these? Advanced Thanks Shailesh Darji
Sunderam KirrubananthanPosted Jan 13, 2008, 1:47 AM
I was trying to create a Windows Services that pops up a msgbox whenever the DB table updated! But for testing purpose I just created a Windows service to pop up a msgbox, it doesn't work! And I just wanted a call an application through it, that also didnt work! How can I call a Windows application through a services? and msgbox? Do we have any other way to call these? Advanced Thanks Kirubaa
karthick babuPosted Nov 20, 2007, 3:15 AM
Hello Mahesh. I create a windows service. I install it through command line. Its properly installed. But my Service name is not shown in windows service
karthick babuPosted Nov 20, 2007, 3:15 AM
Hello Mahesh. I create a windows service. I install it through command line. Its properly installed. But my Service name is not shown in windows service
chetna batraPosted Apr 20, 2007, 8:32 AM
Hi, I am working in VB.NET.Is there a VB version of above code you can pass on.I am actually trying to make a Windows service which will query SQL databse using a SQL procedure.This service will keep runing until it is manually shut down.This is my first Windows Service I am writing in vb.net.So all and any help is highly appreciated. Thanks Chetna
chetna batraPosted Apr 20, 2007, 8:32 AM
Hi, I am working in VB.NET.Is there a VB version of above code you can pass on.I am actually trying to make a Windows service which will query SQL databse using a SQL procedure.This service will keep runing until it is manually shut down.This is my first Windows Service I am writing in vb.net.So all and any help is highly appreciated. Thanks Chetna
radhika deviPosted Jun 22, 2006, 8:41 AM
Hello Mahesh I am RadhikaDevi. I have created an application in vb.net, so that it does a particular work when the timer is elapsed. But it needs the application to be in running state. When i close the application, the event doesnot occur. I have to create an application and run the application. But the condition is i have to select the time and date using datetimepicker. I want to make the application alive even after the system is shutdown. Is it possible?