1. ICQ Icon
- Posted by Flaminio <newpow at TIN.IT>
Aug 26, 1999
-
Last edited Aug 27, 1999
Do u know ICQ ? Well, u know that when u are
disconnected from internet ICQ simply launch "ICQ detect
agent" and u can see the ICQ detect agent icon at the left
of the time ( in the bottom-right of the screen).
How can i show a little icon in this way (of course
in that place) using win32api functions ?
Thanks, Flaminio, Italy
2. Re: ICQ Icon
On Thu, 26 Aug 1999 22:01:19 +0200, Flaminio <newpow at TIN.IT> wrote:
> Do u know ICQ ? Well, u know that when u are
>disconnected from internet ICQ simply launch "ICQ detect
>agent" and u can see the ICQ detect agent icon at the left
>of the time ( in the bottom-right of the screen).
> How can i show a little icon in this way (of course
>in that place) using win32api functions ?
>
> Thanks, Flaminio, Italy
The bottom right corner is called the SYSTEM TRAY.
If you look at this location at the borland WEB site.
http://www.borland.com/devsupport/delphi/faq/FAQ2911D.html
You will find an example in DELPHI ( pascal ).
Also search the WEB for other SYSTEM TRAY examples.
Bernie
3. Re: ICQ Icon
- Posted by Flaminio <newpow at TIN.IT>
Aug 27, 1999
-
Last edited Aug 28, 1999
Thanks once again for your help...
Flaminio,
Italy
Bernie Ryan wrote:
>
> On Thu, 26 Aug 1999 22:01:19 +0200, Flaminio <newpow at TIN.IT> wrote:
>
> > Do u know ICQ ? Well, u know that when u are
> >disconnected from internet ICQ simply launch "ICQ detect
> >agent" and u can see the ICQ detect agent icon at the left
> >of the time ( in the bottom-right of the screen).
> > How can i show a little icon in this way (of course
> >in that place) using win32api functions ?
> >
> > Thanks, Flaminio, Italy
>
> The bottom right corner is called the SYSTEM TRAY.
>
> If you look at this location at the borland WEB site.
> http://www.borland.com/devsupport/delphi/faq/FAQ2911D.html
>
> You will find an example in DELPHI ( pascal ).
>
> Also search the WEB for other SYSTEM TRAY examples.
>
> Bernie