Re: User interface and services.exe
- From: "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT com>
- Date: Mon, 21 Apr 2008 12:01:10 -0700
It might be physically possible by launching a new thread for a message
loop, etc., but you definitely *shouldn't* do it, even if it's theoretically
possible. Are you saying that you want the configuration program or
whatever for the service to be part of the service DLL itself? That's
definitely not the way it's intended to work; write a separate Control Panel
applet or configuration application. Or are you saying that you want to
have a program that acts as a background service and has some UI? If that's
it, you should consider not doing this as a service, but just as an
application.
Paul T.
"atomic928" <csmith1a@xxxxxxxxxxxxxx> wrote in message
news:d1b6c962-d3f4-4a65-b9c5-55d4b8cf4942@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Is there any reason I can not run a GUI from my dll that I load into
services.exe. I do not really want a client/server architecture, I am
trying to keep this as simple as possible with one app/dll for the
whole project.
Thanks for any help
.
- Follow-Ups:
- Re: User interface and services.exe
- From: atomic928
- Re: User interface and services.exe
- References:
- User interface and services.exe
- From: atomic928
- User interface and services.exe
- Prev by Date: User interface and services.exe
- Next by Date: Re: DirectSound
- Previous by thread: User interface and services.exe
- Next by thread: Re: User interface and services.exe
- Index(es):
Relevant Pages
|
|