Board index » delphi » MSN-like window

MSN-like window


2003-11-27 04:34:10 PM
delphi187
Hi All,
Does any one know how to create a window that looks and behaves like the
small prompt windows MSN shows to the user whenever a message arrives or
somebody comes online? This should be for Delphi6, but even low API
programming will do.
TIA
Ivo Ivanov
Modest Automatisering BV
Holland
 
 

Re:MSN-like window

Ivo Ivanov writes:
Quote
Does any one know how to create a window that looks and behaves like the
small prompt windows MSN shows to the user whenever a message arrives or
somebody comes online? This should be for Delphi6, but even low API
programming will do.
Depends on what you need. Basically, such window can be created from
some panel with custom background and an HTMLLabel placed over that
panel. Both such panel and HTML Label are available in ElPack (
www.lmdinnovative.com/products/lmdelpack/)
--
Eugene Mayevski
EldoS Corp., CTO
Security and networking solutions
www.eldos.com
 

Re:MSN-like window

What I need is a prompt window, that will pop up when an event is triggered
and inform the user about it.
I don't want a button on the task bar, while the window is visible.
Ivo
"Eugene Mayevski [SecureBlackbox]" <XXXX@XXXXX.COM>schreef in bericht
Quote
Ivo Ivanov writes:

>Does any one know how to create a window that looks and behaves like the
>small prompt windows MSN shows to the user whenever a message arrives or
>somebody comes online? This should be for Delphi6, but even low API
>programming will do.

Depends on what you need. Basically, such window can be created from
some panel with custom background and an HTMLLabel placed over that
panel. Both such panel and HTML Label are available in ElPack (
www.lmdinnovative.com/products/lmdelpack/)

--
Eugene Mayevski
EldoS Corp., CTO
Security and networking solutions
www.eldos.com

 

Re:MSN-like window

"Ivo Ivanov" <XXXX@XXXXX.COM>writes
Quote
Hi All,

Does any one know how to create a window that looks and behaves like the
small prompt windows MSN shows to the user whenever a message arrives or
somebody comes online? This should be for Delphi6, but even low API
programming will do.

TIA
Ivo Ivanov
Modest Automatisering BV
Holland


people.zeelandnet.nl/famboek/delphi/
Andy
 

Re:MSN-like window

Hi Andy,
Thank you for the help!
So the magic is in TCustomForm.CreateParams(var Params: TCreateParams) and
all these WS_XXX and WS_EX_XXX cosntants.
Ivo
"Andy Vines" <XXXX@XXXXX.COM>schreef in bericht
Quote

"Ivo Ivanov" <XXXX@XXXXX.COM>writes
news:3fc5b7a5$XXXX@XXXXX.COM...
>Hi All,
>
>Does any one know how to create a window that looks and behaves like the
>small prompt windows MSN shows to the user whenever a message arrives or
>somebody comes online? This should be for Delphi6, but even low API
>programming will do.
>
>TIA
>Ivo Ivanov
>Modest Automatisering BV
>Holland
>
>

people.zeelandnet.nl/famboek/delphi/

Andy