HOWTO Place controls in taskbar??
-
Hello, I try to figure myself, but can't, so please help: I want to place a input box and a button in taskbar, which stay there all the time. When user have to search for a keyword, type it in input and hit the button. Which is the way to place windows controls in taskbar? But in system tray instead?? :mad: Thanks in advance.
-
Hello, I try to figure myself, but can't, so please help: I want to place a input box and a button in taskbar, which stay there all the time. When user have to search for a keyword, type it in input and hit the button. Which is the way to place windows controls in taskbar? But in system tray instead?? :mad: Thanks in advance.
You need to create either a application bar or a taskbar (band?) which contains your controls.
int x=1, y=5;
x^=y^=x^=y; // whats the content of x and y now?
ClickHereForHelp(); -
Hello, I try to figure myself, but can't, so please help: I want to place a input box and a button in taskbar, which stay there all the time. When user have to search for a keyword, type it in input and hit the button. Which is the way to place windows controls in taskbar? But in system tray instead?? :mad: Thanks in advance.
Objects in the taskbar are called "Desktop bands". Article here[^]
MS quote (http://www.microsoft.com/ddk) : As of September 30, 2002, the Microsoft® Windows® 2000 DDK, the Microsoft Windows 98 DDK, and the Microsoft Windows NT® 4.0 DDK will no longer be available for purchase or download on this site. Support for development will ship at the same time as the Windows XP Service Pack 1 (SP1) release.
-
Objects in the taskbar are called "Desktop bands". Article here[^]
MS quote (http://www.microsoft.com/ddk) : As of September 30, 2002, the Microsoft® Windows® 2000 DDK, the Microsoft Windows 98 DDK, and the Microsoft Windows NT® 4.0 DDK will no longer be available for purchase or download on this site. Support for development will ship at the same time as the Windows XP Service Pack 1 (SP1) release.
Thanks a lot, at least I know now what I'm searching. I really forgoted the term "Desktop band", and I did lot of searches after other keywords. :) Regards