Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Win32/Win64 API (native code) (https://www.delphipraxis.net/17-win32-win64-api-native-code/)
-   -   Delphi Intercept and replace Win Ballon popups? (https://www.delphipraxis.net/128087-intercept-replace-win-ballon-popups.html)

Razor 23. Jan 2009 20:48


Intercept and replace Win Ballon popups?
 
Is there any specal winapi for this?

Razor 24. Jan 2009 20:48

Re: Intercept and replace Win Ballon popups?
 
Liste der Anhänge anzeigen (Anzahl: 1)
I mean this kind of baloons >

xaromz 24. Jan 2009 21:10

Re: Intercept and replace Win Ballon popups?
 
Hello,

first of all, there is no API for this, nor should there be any. Second, go buy Windows.

The reason is simple: If there were such an API it would be used (almost) exclusivly for the wrong purpose. To be honest I can't think of even one valid use.
(If you want to do anything else than to disable pirate warnings please elaborate your plans)

Cheers
xaromz

Razor 24. Jan 2009 21:12

Re: Intercept and replace Win Ballon popups?
 
Its been made Ave's glass toasts

you hook into the shell and catch the WM_COPYDATA message send to the tray
the WM_COPYDATA holds a marshalled pointer to the ShellNotificationIcon() structure, which you can use to show your own balloon


Alle Zeitangaben in WEZ +1. Es ist jetzt 14:11 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz