Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. HOWTO Place controls in taskbar??

HOWTO Place controls in taskbar??

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Don Miguel
    wrote on last edited by
    #1

    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.

    A S 2 Replies Last reply
    0
    • D Don Miguel

      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.

      A Offline
      A Offline
      Andreas Saurwein
      wrote on last edited by
      #2

      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();

      1 Reply Last reply
      0
      • D Don Miguel

        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.

        S Offline
        S Offline
        Stephane Rodriguez
        wrote on last edited by
        #3

        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.

        D 1 Reply Last reply
        0
        • S Stephane Rodriguez

          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.

          D Offline
          D Offline
          Don Miguel
          wrote on last edited by
          #4

          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

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups