invisible program 
Author Message
 invisible program

    Hello,

How I could make my program not to show in taskbar and system tray? I want
to write a tunnelling service, and I don't want to give an opportunity to
shut down this service accidentally. I am using Visual C++ 6.0

    Thanks



Tue, 14 Oct 2003 18:44:58 GMT  
 invisible program

Quote:

>How I could make my program not to show in taskbar and system tray? I want
>to write a tunnelling service, and I don't want to give an opportunity to
>shut down this service accidentally. I am using Visual C++ 6.0

Well, I don't know what a "tunnelling service" is, but if it's for
WindowsNT, you can write a service. There's an example that ships with VC,
called something like "simple" or some such.  A service starts when the
system is powered-on rather than when the user logs in.  This is appropriate
for things that you want to do to extend the operating system. It's also
usual for a service not to interact with the user, though it can.

Dan Evens



Fri, 17 Oct 2003 23:33:52 GMT  
 invisible program


Quote:

> >How I could make my program not to show in taskbar and system tray? I
want
> >to write a tunnelling service, and I don't want to give an opportunity to
> >shut down this service accidentally. I am using Visual C++ 6.0

> Well, I don't know what a "tunnelling service" is, but if it's for
> WindowsNT, you can write a service. There's an example that ships with VC,
> called something like "simple" or some such.  A service starts when the
> system is powered-on rather than when the user logs in.  This is
appropriate
> for things that you want to do to extend the operating system. It's also
> usual for a service not to interact with the user, though it can.

well, tunneling service is just a program, that helps email users to access
their mailboxes through proxy. Anyway, thanks  for your answer, it really
helped me.

    Bye



Sat, 18 Oct 2003 01:03:24 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Making an invisible program

2. Making an invisible program

3. Invisible Program

4. Windows, dialogs is invisible program is slowing down...

5. Invisible at Runtime or Not Invisible at Runtime ?

6. How to make called program invisible?

7. make a service invisible

8. Invisible selection i RichTextBox

9. CTreeCtrl (almost) becomes invisible

10. Invisible files on W95 ?

11. Invisible Coding problem.

12. invisible source lines????

 

 
Powered by phpBB® Forum Software