Re: Displaying Service From Sys Tray

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance




"Abhi" <akadam@xxxxxxxxxx> wrote in message
news:1156830726.939421.167260@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have'nt used the tool srvany. But if you cannot display UI from
service running under srvany and you dont want to use COM/DOM then you
can you simple TCP/IP channel.
This is what i have done for a service:
The service listens at some port say 1050 for setting change request in
a thread.

I have a control panel applet type of small app for changing settings
of service. Instead you can have a system tray application.

When you open the above application, from the dialog you can change the
settings and when you are done this application will communicate with
service at port 1050 and sends a request of all the change settings.

Now the listen thread on service side gets the request, parses the
string, changes the variables and notifies the other service threads of
the change in settings if required.You can you encryption for security.


Thanks


.



Relevant Pages

  • Re: Iphone bloccato
    ... terminal settings. ... The original activation state is Unactivated ... Configuration: iPod USB Interface ... request 4:, keys ...
    (it.comp.macintosh)
  • ANN: ISMRR: Request & Response - Update Notice - 1.0.1.47
    ... Request & Response Tracking that offers several new features as well as ... -Added option in SQL Repository to save to Login SQL in User Settings ... -Added Grid Font to Settings ... -Fixed problem with locations not resetting on reports on server change ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Strange net config - possible? Alternatives? (2 NICs per PC 2
    ... I have done as requested but no connections are made through the IE browser. ... is "Ping request could not find host www.google.com". ... > If you assign TCP/IP properties manually, make all of these settings. ...
    (microsoft.public.windowsxp.network_web)
  • Re: Problem sending email through gmail: the target machine actively refused it
    ...  change a few settings, and it should work. ... read the notes in the config file about the port number. ... then why is google refusing my request? ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Displaying Service From Sys Tray
    ... I have'nt used the tool srvany. ... I have a control panel applet type of small app for changing settings ... service at port 1050 and sends a request of all the change settings. ...
    (microsoft.public.vc.mfc)