Re: User interface and services.exe



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


.



Relevant Pages

  • Re: Why segfault and no NULL match in for loop?
    ... loop in search.c, the for loop never exits, even if ... If the header file is included by a single translation unit, ... Saying a ".h file is NOT a place for headers" is like saying a "house ...
    (comp.lang.c)
  • Re: Office 2003 Installation Problem
    ... Requests for assistance by email can not and will not be acknowledged. ... to install" followed by a box saying "please wait while Windows configures MS ... then goes through the same "install/configure" loop. ...
    (microsoft.public.office.setup)
  • Re: Performance: Iterating a vector in a loop..
    ... > But he was saying its slow because .beginand .endare called every ... > loop. ... > I know that the function is called every iteration, ... > any speed hits when doing that, or, if it would be better to re-write the ...
    (microsoft.public.vc.language)
  • Re: OT: Stuff that just works
    ... > Try saying "it just works" when you have ... > ya trainers tied with too big a loop in the laces and it hooks round the ...
    (uk.comp.sys.mac)
  • Re: Looping to find status
    ... Are you saying that you have 7 fields in your table, each field holding a 1, ... This might be handled in a query, using IIF() statements (untested ... a loop, but not sure how I could loop through them. ...
    (microsoft.public.access.modulesdaovba)