icn_close-2 tooltip got stuck on screen
Since yesterday icn_close-2 tooltip got stuck on screen with somehow
I searched on google but all of the results were something related to ‘Minimal’
I tried switching off all the tabs, rebut but nothing worked
I’m using window 10
Replies (4)
Thank you for participating in the Microsoft Community. My name is Sid, a Microsoft user like you and an Independent Advisor. Thank you for sharing your concern. I’ll be glad to help you.
I found a thread that might help you get rid of this display on your screen. This may not be the exact issue but let’s see if this helps.
I hope to hear from you soon.
6 people found this reply helpful
Was this reply helpful?
Sorry this didn’t help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps us improve the site.
How satisfied are you with this reply?
Thanks for your feedback.
Was this reply helpful?
Sorry this didn’t help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps us improve the site.
How satisfied are you with this reply?
Thanks for your feedback.
I had that issue today again too. By any chance do you have Microsoft Teams installed?
If you do, then MS Teams notifications are the ones that I have observed that have the behavior, but it is an issue on the computer/OS itself and not on Teams and for what I see, it is very random. The message goes away when you receive a new message from somebody on Teams and the notification pops up clearing the message away. To reproduce you can do this:
1. Receive a message on MS Teams and if you have desktop notifications enabled, a notification will appear on the corner of your screen.
2. Hover over the «X» (closing button) of the notification and you will see the little message show up.
3. The notification goes away, and somehow the message stays there, stuck on the desktop. (Again, this doesn’t happen all the time for me and it seems to be random).
The «icn_close-2» will disappear when you receive a new message in Teams that triggers the desktop notification.
Also, if you right click on the Teams window > then hit ‘Minimize’ or ‘Close .. ALT+F4’ (which minimizes Teams to the tray) seems to work too. A more drastic solution is to stop Teams from running on the background, from the Windows Task Manager, or simply hit «Quit» from the Teams icon on the notification area of the taskbar.
Close All Windows v4.8 + Repack
Маленькая утилита от известного разработчика NTWind Software, которая позволит вам всего одним кликом закрыть все запущенные программы в вашей системе, скачать Close All Windows можно ниже. Установка проходит максимально быстро, особых настроек нет при этом, можно указать только желаемые ярлыки и для всех пользователей устанавливать программу или нет.
После запуска перед вами будет окно со списком запущенных приложений в системе. Можно поставить галочки только напротив тех продуктов, которые нужно закрыть, а можно не снимать их и закрыть все сразу. Close All Windows почти не имеет настроек, при выборе вкладки View вы сможете указать там сортировку программ по группам, рекомендую выбрать этот пункт, удобнее ориентироваться.
Там же можно настроить какие иконки использовать в главном окне, большие или маленькие. В целом ничего полезного, поэтому можно после запуска сразу закрывать нужные вам программы и все. Close All Windows будет полезна тем, кто работает сразу с несколькими программами и после вам надо их сразу закрыть.
Разработчик: NTWind Software
Лицензия: FreeWare
Язык: English
Размер: 5 MB
ОС: Windows
Скачать: Close All Windows v4.8 / 4.8 — Repack elchupacabra
[/not-group]
—>
Close All Windows или как закрыть все запущенные программы одним кликом
Нередко при работе в Windows мы открываем столько приложений, что бывает не так легко закрыть их все одновременно. Уточним, мы рассматриваем именно операцию закрытия запущенных программ, а не их свёртывания в Панель задач (свернуть все окна можно комбинацией клавиш Win + M). Крошечная утилита Close All Windows позволяет выполнить закрытие всех открытых приложений одним кликом.
Close All Windows не требует установки, так что просто подготовим этот удобный инструмент для дальнейшего использования. Распакуем архив в любую папку, лучше всего создать папку под названием Close All Windows где-нибудь в Program Files. Отметим, в архиве имеется как версия для 32-разрядной Windows, так и версия для 64-разрядной винды в подпапке x64.
Помещаем ярлык программы в панели быстрого запуска или создаём ярлык на Рабочем столе. Владельцам Windows 7 достаточно будет прикрепить исполняемый файл Close All Windows к панели задач.
Вот и всё! Теперь, когда потребуется быстро закрыть все активные приложения, кликаем по ярлыку Close All Windows. В случае, если в каких-то программах к этому моменту останутся несохранённые данные, появится запрос для сохранения их перед закрытием.
Появляется вопрос, а как исключить некоторые приложения из процесса одновременного закрытия? Например, необходимо, чтобы любимый браузер при использовании Close All Windows оставался открытым. В этом случае добавляем следующую команду в свойствах ярлыка:
CloseAll.exe -x=«explorer.exe|firefox.exe|Totalcmd.exe»
Здесь в кавычках перечисляем названия исполнимых файлов именно тех приложений, закрытие которых нежелательно. Разделяем названия символом «|». Сохраняем внесённые изменения и проверяем.
Здесь же, в свойствах ярлыка можно добавить сочетание клавиш, и тогда закрывать окна можно будет также быстро и легко, как и сворачивать.
Характеристики:
Язык интерфейса: английский
ОС: Windows XP, Vista, 7
Размер файла: 36 Кб
Лицензия: бесплатная
Using Icons
The following topics describe how to perform certain tasks related to icons:
Creating an Icon
To use an icon, your application must get a handle to the icon. The following example shows how to create two different icon handles: one for the standard question icon and one for a custom icon included as a resource in the application’s resource-definition file.
An application should implement custom icons as resources and should use the LoadIcon or LoadImage function, rather than create the icons at run-time. This approach avoids device dependence, simplifies localization, and enables applications to share icon bitmaps. However, the following example uses CreateIcon to create a custom icon at run-time, based on bitmap bitmasks; it is included to illustrate how the system interprets icon bitmap bitmasks.
To create the icon, CreateIcon applies the following truth table to the AND and XOR bitmasks.
AND bitmask | XOR bitmask | Display |
---|---|---|
0 | 0 | Black |
0 | 1 | White |
1 | 0 | Screen |
1 | 1 | Reverse screen |
Before closing, your application must use DestroyIcon to destroy any icon it created by using CreateIconIndirect. It is not necessary to destroy icons created by other functions.
Displaying an Icon
Your application can load and create icons to display in the application’s client area or child windows. The following example demonstrates how to draw an icon in the client area of the window whose device context (DC) is identified by the hdc parameter.
The system automatically displays the class icon(s) for a window. Your application can assign class icons while registering a window class. Your application can replace a class icon by using the SetClassLong function. This function changes the default window settings for all windows of a given class. The following example replaces a class icon with the icon whose resource identifier is 480.
For more information about window classes, see Window Classes.
Sharing Icon Resources
The following code uses the functions CreateIconFromResourceEx, DrawIcon, and LookupIconIdFromDirectoryEx, and several of the resource functions, to create an icon handle based on icon data from another executable file. Then, it displays the icon in a window.
Security Warning: Using LoadLibrary incorrectly can compromise the security of your application by loading the wrong DLL. Refer to the LoadLibrary documentation for information on how to correctly load DLLs with different versions of Windows.
Close All Windows 4.8
|