Re: run client program when the system is on
- From: Joseph M. Newcomer <newcomer@xxxxxxxxxxxx>
- Date: Wed, 13 Dec 2006 11:11:07 -0500
Rewrite it so it has absolutely no GUI component at all, and conforms to the protocols for
being a service. A dialog-based app is remarkably ill-suited for being a service.
Fundamentally, there are so many things wrong here that it is essentially impossible for
it to make sense.
There are lots of articles, including MSDN articles, on creating a service. You have to
create a service, which has not a single GUI component anywhere in it. Then, if you want
a GUI interface, write an application that communicates to the service.
joe
On 13 Dec 2006 03:22:55 -0800, "Sanju" <mnair.lekshmi@xxxxxxxxx> wrote:
Dear I have no more knowledge about VC.......I did a client-serverJoseph M. Newcomer [MVP]
programming by using Dialog based application..
...It is working very well..But I need to run client part
when the system is on........That i want to run client as service....
But I dont know about the coding of service.Sir,plz help me.....If
there is any code to help run as service.I got some code.But I dont
know how to use in my project.
email: newcomer@xxxxxxxxxxxx
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
.
- References:
- run client program when the system is on
- From: Sanju
- run client program when the system is on
- Prev by Date: Re: COleDatabase + "System resource exceeded"
- Next by Date: Re: screen refreshing
- Previous by thread: run client program when the system is on
- Next by thread: Re: run client program when the system is on
- Index(es):
Relevant Pages
|