application without the graphic inteface

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how can I run an application without a graphic interface , I mean an
application that works in the background licke the msn messenger , I know
that I can hide the window form , but that makes the program very slow !!
 
how can I run an application without a graphic interface , I mean an
application that works in the background licke the msn messenger , I know
that I can hide the window form , but that makes the program very slow !!

When you refer to MSN Messenger, do you simply mean the ability to reduce
the application to a tray icon? If so, then do a Google search for
NotifyIcon...
 
Mark Rae said:
When you refer to MSN Messenger, do you simply mean the ability to reduce
the application to a tray icon? If so, then do a Google search for
NotifyIcon...




Thank u , I don't mean that . that very easy .
 
Mark Rae said:
When you refer to MSN Messenger, do you simply mean the ability to reduce
the application to a tray icon? If so, then do a Google search for
NotifyIcon...


I mean , for exemple ,use the task manager and looke at some programs that
are running without an interface , SVCHOST.EXE , CTFMON.EXE
all of these programs are runnig without window .
 
Thank u , I don't mean that . that very easy .

So what do you mean by "an app without a graphic interface...?" Do you mean
a console app? Or maybe a Windows service...?
 
Mark Rae said:
So what do you mean by "an app without a graphic interface...?" Do you mean
a console app? Or maybe a Windows service...?


yes I think a windows service
 
Back
Top