Board index » delphi » MSN-like window
|
Ivo Ivanov
Delphi Developer |
|
Ivo Ivanov
Delphi Developer |
MSN-like window2003-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 |
| Eugene Mayevski [SecureBlackbox]
Delphi Developer |
2003-11-27 06:54:30 PM
Re:MSN-like window
Ivo Ivanov writes:
QuoteDoes any one know how to create a window that looks and behaves like the 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 |
| Ivo Ivanov
Delphi Developer |
2003-11-27 07:04:40 PM
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 QuoteIvo Ivanov writes: |
| Andy Vines
Delphi Developer |
2003-11-27 07:53:52 PM
Re:MSN-like window
"Ivo Ivanov" <XXXX@XXXXX.COM>writes
QuoteHi All, |
| Ivo Ivanov
Delphi Developer |
2003-11-28 12:19:29 AM
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
|
