System tray class

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
AngusL
Forum Contributor
Posts: 155
Joined: Fri Aug 20, 2004 4:28 am
Location: Falkirk, Scotland

System tray class

Post by AngusL »

Yup, me again :oops:

I've been playing around with my GUI again, and have got it a way that I find more productive, the only thing that's missing is the system tray (don't ask :lol:). I know it's possible to somehow grab a window class and run it inside another application. Basically, all I'm looking for is the name of this so that I can write a program to replace the system tray. :P If anyone is willing to offer more information, it's very welcome but I know you all have lives.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

name of which?
AngusL
Forum Contributor
Posts: 155
Joined: Fri Aug 20, 2004 4:28 am
Location: Falkirk, Scotland

Post by AngusL »

The name which would be given to programatically using a class from another application and/or the name of the system tray class (eg: CabinetWClass for My Computer).
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

AngusL
Forum Contributor
Posts: 155
Joined: Fri Aug 20, 2004 4:28 am
Location: Falkirk, Scotland

Post by AngusL »

That looks like it, thanks. :) I didn't really know enough to ask the right question, let alone search Google or MSDN for it.
Post Reply