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. Show dialog in taskbar?

Show dialog in taskbar?

Scheduled Pinned Locked Moved C / C++ / MFC
questionhelp
5 Posts 4 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
    Dominik Reichl
    wrote on last edited by
    #1

    Hello! I have a dialog-based application. The main dialogs shows another dialog before showing itself (think of a login dialog before the main dialog). Now my problem is that the login dialog isn't shown in the taskbar, only the main window shows up when you have logged in. Now the question: how do I show up the first dialog in the taskbar?? :confused: Dominik


    _outp(0x64, 0xAD); and __asm mov al, 0xAD __asm out 0x64, al do the same... but what do they do?? ;) (doesn't work on NT)

    G 1 Reply Last reply
    0
    • D Dominik Reichl

      Hello! I have a dialog-based application. The main dialogs shows another dialog before showing itself (think of a login dialog before the main dialog). Now my problem is that the login dialog isn't shown in the taskbar, only the main window shows up when you have logged in. Now the question: how do I show up the first dialog in the taskbar?? :confused: Dominik


      _outp(0x64, 0xAD); and __asm mov al, 0xAD __asm out 0x64, al do the same... but what do they do?? ;) (doesn't work on NT)

      G Offline
      G Offline
      Gary R Wheeler
      wrote on last edited by
      #2

      If the login dialog doesn't have a caption, it won't show in the taskbar. Could that be the problem?


      Software Zen: delete this;

      D 1 Reply Last reply
      0
      • G Gary R Wheeler

        If the login dialog doesn't have a caption, it won't show in the taskbar. Could that be the problem?


        Software Zen: delete this;

        D Offline
        D Offline
        Dominik Reichl
        wrote on last edited by
        #3

        The dialog actually has a caption... It has the following flags: title, system menu, format: context menu, border: dialog border, 3D view, visible, no fail create, centered. Any more ideas?? Thanks for your reply and best regards, Dominik


        _outp(0x64, 0xAD); and __asm mov al, 0xAD __asm out 0x64, al do the same... but what do they do?? ;) (doesn't work on NT)

        M 1 Reply Last reply
        0
        • D Dominik Reichl

          The dialog actually has a caption... It has the following flags: title, system menu, format: context menu, border: dialog border, 3D view, visible, no fail create, centered. Any more ideas?? Thanks for your reply and best regards, Dominik


          _outp(0x64, 0xAD); and __asm mov al, 0xAD __asm out 0x64, al do the same... but what do they do?? ;) (doesn't work on NT)

          M Offline
          M Offline
          mirex
          wrote on last edited by
          #4

          I have same problem, all subdialogs of my dialog don't show in taskbar ... they are all normal CDialogs. Maybe it could be solved by creating them with parent NULL, or DesktopWindow

          N 1 Reply Last reply
          0
          • M mirex

            I have same problem, all subdialogs of my dialog don't show in taskbar ... they are all normal CDialogs. Maybe it could be solved by creating them with parent NULL, or DesktopWindow

            N Offline
            N Offline
            Niklas L
            wrote on last edited by
            #5

            Try a system menu. (Properties dialog of your dialog recource)

            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