PROTECTED] [mailto:[EMAIL PROTECTED]]On
>>Behalf Of Ross Levis
>>Sent: Wednesday, 5 September 2001 16:45
>>To: Multiple recipients of list delphi
>>Subject: RE: [DUG]: System Tray app
>>
>>
>>Well I downloaded & installed RXLIB and setup a basic tray app.
>
ent: Wednesday, 5 September 2001 16:45
> To: Multiple recipients of list delphi
> Subject: RE: [DUG]: System Tray app
>
>
> Well I downloaded & installed RXLIB and setup a basic tray app.
> The EXE is
> 299k - 12k larger than an empty form. Doesn't seem too bad. I
Well I downloaded & installed RXLIB and setup a basic tray app. The EXE is
299k - 12k larger than an empty form. Doesn't seem too bad. I'll keep an
eye on that if I use other controls.
Thanks for the info, however.
Cheers,
Ross.
[EMAIL PROTECTED] wrote:
> You already have source on your pc
You already have source on your pc that puts an icon into the tray area.
Look at the source for the socket server (it's in the source\vcl
directory). Watch out using RXLib. Last time I used it, it added
tremendous bloat to the application because everything is so closely
coupled. That may have
or you could do it the good old WinAPI way and write the code
which is not any effort at all. Read more on NOTIFYICONDATA.
regards,
NIRAV KAKU
On 4 Sep 01, at 18:54, Ben Taylor wrote:
> hi! the easy drag/drop way:
>
> - get rxlib, drop the trayicon component onto the main form
> - set the icon
Sounds good Ben, thanks.
Ross.
Ben Taylor wrote:
> hi! the easy drag/drop way:
>
> - get rxlib, drop the trayicon component onto the main form
> - set the icon etc if you want
> - setup a popupmenu with items for 'exit' etc.
> (exit.onclick should just need form.close)
> - edit project sourc
hi! the easy drag/drop way:
- get rxlib, drop the trayicon component onto the main form
- set the icon etc if you want
- setup a popupmenu with items for 'exit' etc.
(exit.onclick should just need form.close)
- edit project source(menu is project/view source').
before the form create stuff
Performing a search on a couple of Delphi component sites should reveal some
good, free including source, system tray components.
http://www.delphipages.com
http://www.torry.net
Nahum.
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Ross Levis
>