![]() |
Re: Shell_NotifyIcon (Modify) funktioniert nicht!
Delphi-Quellcode:
NIM.hIcon := Icon.Handle;
Shell_NotifyIcon(NIM_Modify, @NIM); |
Re: Shell_NotifyIcon (Modify) funktioniert nicht!
Zitat:
Delphi-Quellcode:
NotifyIconData.hIcon := neueIconHandle;
Shell_NotifyIcon(NIM_MODIFY, @NotifyIconData); |
Re: Shell_NotifyIcon (Modify) funktioniert nicht!
Hey ich bedanke mich bei euch...
Habe es jetzt mit
Delphi-Quellcode:
hinbekommen.
NIM.hIcon := Application.Icon.Handle;
Shell_NotifyIcon(NIM_Modify, @NIM); Danke!! :kiss: |
Alle Zeitangaben in WEZ +1. Es ist jetzt 15:48 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz