Re: User interface and services.exe
- From: atomic928 <csmith1a@xxxxxxxxxxxxxx>
- Date: Mon, 21 Apr 2008 15:43:12 -0700 (PDT)
On Apr 21, 12:01 pm, "Paul G. Tobey [eMVP]" <p space tobey no spam AT
no instrument no spam DOT com> wrote:
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" <csmit...@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- Hide quoted text -
- Show quoted text -
This project is ultimately for windows mobile 5 devices and as you
know wm devices are limited to 32 processes. I want to make sure I am
loaded and not bumped out of the startup if I am process 33. My
understanding is that services.exe is a process that will run the dll
as a thread thusly assuring loading of the dll. Now if I run the app
as a separate or stand alone client I am back to the '33' process
dilemma. Or is there some architecture procedure I am missing that I
can assure that I am started as one of the 32 processes?
Thanks
.
- Follow-Ups:
- Re: User interface and services.exe
- From: Paul G. Tobey [eMVP]
- Re: User interface and services.exe
- References:
- User interface and services.exe
- From: atomic928
- Re: User interface and services.exe
- From: Paul G. Tobey [eMVP]
- User interface and services.exe
- Prev by Date: Re: DirectSound
- Next by Date: Re: CopyFile is failing after some time ???
- Previous by thread: Re: User interface and services.exe
- Next by thread: Re: User interface and services.exe
- Index(es):
Relevant Pages
|
|