08-28-2007 06:52 AM
08-28-2007 08:21 AM
08-28-2007 08:59 AM
08-28-2007 10:17 AM
Hello JR,
this works great! This only leaves me the problem that I would like my server program to be "invisible". Is there any way to hide an application's task bar icon?
08-28-2007 10:30 AM
There was some discussion on this topic a short while ago. Although I haven't tried it myself, it seems that:
SetSystemAttribute (ATTR_TASKBAR_BUTTON_VISIBLE, 0);
should do what you need, although it's effect may depend on your other panel (if any) settings.
JR
08-28-2007 10:43 AM