Most voted "notifyicon" questions
6 questions
Sort by count of
-
7
votes3
answers2024
viewsKeep application (Windows Form) open in icon tray with C#
How to do that when closing the application (either by close button, ALT F4, or any method other than the process manager), the application continues running in the Windows icon tray: And it is very…
-
5
votes1
answer707
viewsNotification icon in Android 5.0
I’m creating a push notification system with firebase in my project. The code that generates the push is like this: notificationBuilder = new NotificationCompat.Builder(this)…
-
2
votes0
answers200
viewsHow to change the color of the notification icon?
I have an app with push notification. But the icon I assign to the notification gets the full gray color. I want to know how to have colored icons in the push notification, like these examples: The…
-
1
votes0
answers64
viewsUnwanted message when displaying notification on desktop
Hello, I am displaying a notification on desktop, but below the message appears "vshost32.exe". I would like to know how to remove this. Obg. My code: notifyIcon1.ShowBalloonTip(10, "Lembrete ", "…
-
0
votes0
answers393
viewsAndroid studio ERROR java.lang.Nullpointerexception
I’m developing a code in android studio and using bluetooth communication. I want to make that if a specific data received by bluetooth is greater than such value, automatically generates a…
-
0
votes0
answers62
viewsNotifyicon creates multiple icons that do not disappear with program shutdown
I have a Windows Form where I use the Notifyicon component. When running the software the software by Visual Studio and finish running with the stop debug button: the icon is not removed until I…