notifyicon Questions

2

Solved

First, the standard info: VS2010 Ultimate Win7 Ultimate x64 WPF app The WPF context menu: <ContextMenu x:Key="RightClickSystemTray" Placement="MousePoint"> <MenuItem Header="Exit" Cli...
Gouty asked 4/4, 2011 at 3:9

5

Solved

I have an application that is mostly operated through NotifyIcon's ContextMenuStrip There are multiple levels of ToolStripMenuItems and the user can go through them. The problem is, that when the u...

2

Solved

I'd like to know the easiest way to show notification toast in windows 10 from VBA. I didn't found a good answer to this. I found a really simple way to create notifications from PowerShell here. B...
Anhwei asked 11/5, 2021 at 18:53

3

Solved

I am using Visual Studio 2010, C#, on Windows 7. I have added a notify control to my project and set it to an icon I have imported to the project. The icon image is really good looking if I just p...
Hebdomadary asked 20/9, 2011 at 19:50

7

On Windows 10, the ShowBalloonTip method of NotifyIcon NEVER shows the balloon tip. This would appear to have something to do with Windows itself. If I go to Settings > System > Notification...
Theodoratheodore asked 24/2, 2017 at 17:14

15

Solved

There are many questions on SO asking same doubt. Solution for this is to set notifyIcon.icon = null and calling Dispose for it in FormClosing event. In my application, there is no such form but...
Burglarize asked 6/2, 2013 at 7:36

7

I've got a .Net 3.5 C# Winforms app. It's got no GUI as such, just a NotifyIcon with a ContextMenu. I've tried to set the NotifyIcon to visible=false and dispose of it in the Application_Exit even...
Afford asked 1/7, 2009 at 8:0

3

Solved

I want to make an Application that only has a NotifyIcon. It doesn't need to have at all a "Main" Form. When I want to achieve something like this, I just create an invisible form and run it, but w...
Zandrazandt asked 7/5, 2010 at 12:51

6

Solved

I'm trying to use the below code to show a Balloon notification. I've verified that it's being executed by using breakpoints. It's also showing no errors. What should I do to debug this since it's...
Washtub asked 14/11, 2012 at 4:30

3

Solved

I am finished making my application and now I want to incorporate " minimizing into the system tray feature " for it . I read up a good article minimize app to system tray . I realized that these m...
Hemelytron asked 5/2, 2013 at 5:13

7

Solved

I want to change the notification icon of my application but don't know what is the size so as to make it properly displayed. Currently it is automatically resized and break my pixels! Please...
Colombo asked 20/8, 2010 at 13:27

4

Solved

I am trying to implement a notifyicon (http://www.hardcodet.net/projects/wpf-notifyicon) in MVVM project. I understand this control is meant to be used in a regular WPF project. I am wondering how...
Khalid asked 19/9, 2012 at 19:12

4

Solved

I want to minimize a C# WinForms app to system tray. I've tried this: Having the application minimize to the system tray when button is clicked?. The first time I minimize it, it's nowhere to be f...
Ethelred asked 11/6, 2011 at 16:13

5

How I can I set a NotifyIcon to be always visible in the right tray: http://screensnapr.com/v/qKWHe2.png because it shifts it over into the inactive icon window: http://screensnapr.com/v/jjtuK0.pn...
Freespoken asked 24/10, 2011 at 14:44

2

We are using a NotifyIcon to alert the user when they receive a new message that needs their attention. In the event that someone else gets to the message first, the notify icon should get hidden a...
Flier asked 16/12, 2013 at 15:57

3

Solved

I want to minimizing application to system tray using WPF. Is "NotifyIcon" is the only way to achieve this result? If yes, which namespace is required for using "NotifyIcon" in WPF? If possible wi...
Fluviatile asked 16/7, 2013 at 10:59

1

Solved

I am trying to display 2-3 updatable characters in the system tray rather than display an .ico file - similar to what CoreTemp does when they display the temperature in the system try: I am usin...
Macdermot asked 2/4, 2016 at 22:43

1

I have WPF desktop application which is pushing some notifications using: NotifyIcon.ShowBalloonTip(,,,ToolTipIcon.None). The problem is: Windows 10 uses new "Windows 10 rectangle with image an...
Corell asked 13/1, 2016 at 7:37

3

Solved

Update: Issue appears to be introduced with .NET 4.5.2. Problem does not occur with either 4.5.1 or 4.5. I have a strange issue I am having difficulty debugging. We have a WPF application built on...
Frost asked 3/3, 2015 at 14:0

1

I have an application which runs only from the System Tray, it's only purpose is to provide the user with information via Ballon Tips. It's running well, apart from one minor annoyance. When the a...
Bedcover asked 11/6, 2012 at 12:22

2

Solved

I am using WPF NotifyIcon to create a System Tray service. When I show a messagebox, it shows up for half a second and then disappears immediately without waiting for input. This kind of situation...
Loreeloreen asked 14/3, 2014 at 10:57

4

Solved

I want to have it such that left clicking on the NotifyIcon also causes the context menu (set with the ContextMenuStrip property) to open as well. How would I achieve this? Do I have to handle Clic...
Madison asked 5/2, 2010 at 16:37

3

Solved

I am totally stumped by this issue and I do not know what to do. I have created a simple C# Windows Form application using Visual Studio 2012 Premium. I have a small program that starts up and crea...
Chablis asked 2/4, 2014 at 0:44

2

Solved

Is there a way to position a form just above the clicked Notify Icon in windows 7 and windows Vista?
Sketch asked 3/9, 2011 at 18:0

2

Solved

I am trying to get the Icon of a NotifyIcon in WPF. So I have added a .ico file to my solution in a Resources folder and set the build action to Resource. I am trying to grab this resource in cod...
Grounder asked 4/12, 2013 at 11:24

© 2022 - 2024 — McMap. All rights reserved.