Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Title says it all, I want to create taskbar application that would work in windows 10 and 11, preferably in C++, but I can also do C# and C if that's what it takes to make on. Visually it would be just bunch of text in taskbar that would update time to time, kinda like 'News and Interests' toolbar built in windows 10.

I know there is windows Deskband, but as far as I know, that is no longer supported and don't work at all in Windows 11 and regular Notification/Toolbar Icon is too small for what I need.

It's for my personal project, so if nobody can provide the answer, I won't gonna go extinct.

What I have tried:

I did tried to google for solution, but couldn't find anything solid. Found few projects that seem like they could do that, but am horrible at reading other people code.
Posted

1 solution

Quote:
Found few projects that seem like they could do that, but am horrible at reading other people code


If you cannot read other peoples code that contains a solution you are on a downward spiral as nobody is going to supply a 'copy and paste' solution here, you will have to dig in and start at scratch -

MS Learn | Create a Visual Studio C++ project[^]

Once you have created your project, using the newest version of VS which in turn will guide you towards an app that will run on WIN10/11, you can read more on creating a taskbar application -

The tool to use will be EverythingToolbar which replaced Deskband - see more at -EverythingToolbar improves Taskbar search now on Windows 11 too[^]

As alternative, the following might help as well - How does Windows 11 implement the search input in the taskbar? | SEE the bottom for links[^]
 
Share this answer
 
Comments
Member 12251575 9-Mar-24 15:50pm    
"Go learn C++, when you're done with that, figure out what you need to do from this C# project."
I don't see connection, but ok.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900