Skip to main content
3 votes
1 answer
86 views

I am trying to add items to my NotifyIcon context menu like this: notifyIcon = new() { Icon = Resources.NotifyIcon, ContextMenuStrip = new() { Items = { { "Exit", ...
palapapa's user avatar
  • 1,051
0 votes
2 answers
121 views

I am trying to create a service with WPF where the service will communicate with WPF telling the WPF to display icon tray and ballontip. I have designed the following codes: App.xaml.cs namespace ...
user avatar
0 votes
0 answers
129 views

I have some experience with creating Windows services and WPF/Forms. However, what I am trying to do is to utilise either [hardcodet.notifyicon.wpf (for WPF)] or [System.Windows.Forms in Windows Form] ...
user avatar
0 votes
0 answers
88 views

My app: .NET 7.0 Windows GUI app uses WPF for some parts of the GUI uses WinForms for other parts of the GUI uses the NotifyIcon class that is a part of WinForms (System.Windows.Forms.NotifyIcon) to ...
scibile's user avatar
  • 37
-1 votes
0 answers
34 views

i found the code/library and all i needed on BasselItech https://www.youtube.com/watch?v=zzs2xnyCczo i tried modifying the code with using .Hide() and visible set to false but there is always the Form ...
NMET's user avatar
  • 1
0 votes
0 answers
172 views

I am trying to use NotifyIcon to show some information to the user in VB Net. It is working well, but when the Balloon Tip closes, I set the NotifyIcon visibility to false, the Notify Icon disappears ...
Poncho's user avatar
  • 31
0 votes
1 answer
118 views

I found this link from Microsoft on how to implement a Windows taskbar icon for a form which is different from the form's icon. I have one icon that fits to window and another one that fits the ...
IngoB's user avatar
  • 3,039
2 votes
1 answer
151 views

I'm creating a tray icon application with a context menu with 3 items in it. The tray icon is to control a service running, so the user can quickly start or stop it. Depending on the service status, I ...
Jonathan's user avatar
  • 726
0 votes
0 answers
236 views

I am using HardCodet notifyicon (http://www.hardcodet.net/wpf-notifyicon) as tray icon, in a wpf application. How can I add the field "Description", which shows the application name when ...
avr-girl's user avatar
  • 567
0 votes
2 answers
680 views

I am working on a winui3 project, and for notify icon, only good option I found is HavenDV/H.NotifyIcon For winui, it recommends H.NotifyIcon.WinUI, but it is having version issues and showing So, I ...
chirag goyal's user avatar
1 vote
1 answer
509 views

I have a Powershell script which takes care of launching a backup software and which is started by a scheduled task under the system user. I can't use the user session, because I need to have full ...
n.karlen's user avatar
1 vote
1 answer
1k views

So I have built an app in .NET 6, and I'm able to get it to show the NotifyIcon in the Tray Area but the context menu (right-click) on the NotifyIcon just will not show up. I built this code following ...
Barkermn01's user avatar
  • 6,859
0 votes
1 answer
172 views

I've created this little script running in tray. I've noticed that contex menu text is not placed completely to the left. After a little investigation I found out that it is because there is a space ...
Nawad-sama's user avatar
1 vote
1 answer
1k views

I'm facing an issue on my powershell script. I use a notifyIcon to display some error message for a monitoring script. This is work perfectly. But i want to open a log file when I click on the ...
Arendelle's user avatar
  • 127
0 votes
1 answer
186 views

i have WASM app to request api to localhost for manage file and folder ... beside this i have another web application that handle WASM request .... now I want add notifyIcon to localhost web ...
abbas-h's user avatar
  • 450

15 30 50 per page
1
2 3 4 5
25