回答編集履歴
2
リンク追加
test
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
NotifyIconの機能だけでは無理だと思います。
|
2
2
|
|
3
|
-
NotifyIcon.ShowBalloonTipは、内部的にWinAPIの Shell_NotifyIcon を呼び出しているので、Shell_NotifyIconを自力で呼び出して無音でバルーン表示を行い、SoundPlayerクラス辺りで自分用のサウンドを再生すれば出来そうな気がします。(試してはいません)
|
3
|
+
NotifyIcon.ShowBalloonTipは、内部的にWinAPIの [Shell_NotifyIcon](https://docs.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-shell_notifyiconw) を呼び出しているので、Shell_NotifyIconを自力で呼び出して無音でバルーン表示を行い、[SoundPlayerクラス](https://docs.microsoft.com/ja-jp/dotnet/api/system.media.soundplayer?view=dotnet-plat-ext-3.1) 辺りで自分用のサウンドを再生すれば出来そうな気がします。(試してはいません)
|
1
修正
test
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
NotifyIconの機能だけでは無理だと思います。
|
2
2
|
|
3
|
-
NotifyIcon.ShowBalloonTipは、内部的にWinAPIの Shell_NotifyIcon を呼び出しているので、Shell_NotifyIconを自力で呼び出して無音でバルーン表示を行い、SoundPlayerで自分用のサウンドを再生すれば
|
3
|
+
NotifyIcon.ShowBalloonTipは、内部的にWinAPIの Shell_NotifyIcon を呼び出しているので、Shell_NotifyIconを自力で呼び出して無音でバルーン表示を行い、SoundPlayerクラス辺りで自分用のサウンドを再生すれば出来そうな気がします。(試してはいません)
|