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

dialog not in taskbar

Scheduled Pinned Locked Moved C / C++ / MFC
c++question
4 Posts 2 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.
  • V Offline
    V Offline
    viperlogic
    wrote on last edited by
    #1

    I have a vc++6 MFC app, i have a main dialog that shows in the taskbar, the dialog can call a login dialog which also shows in the taskbar but i have the main callin another dialog but that doesnt show in the task bar. what is causing this what part of the code actually makes a dialog show in the taskbar? thx

    V T 2 Replies Last reply
    0
    • V viperlogic

      I have a vc++6 MFC app, i have a main dialog that shows in the taskbar, the dialog can call a login dialog which also shows in the taskbar but i have the main callin another dialog but that doesnt show in the task bar. what is causing this what part of the code actually makes a dialog show in the taskbar? thx

      V Offline
      V Offline
      viperlogic
      wrote on last edited by
      #2

      i just found the line that does it in the .rc file EXSTYLE WS_EX_APPWINDOW i have added the above lines to the correct sections in the .rc file using notepad but how is this ment to be added when using visual studio 6 as the above way im sure isnt the right way

      1 Reply Last reply
      0
      • V viperlogic

        I have a vc++6 MFC app, i have a main dialog that shows in the taskbar, the dialog can call a login dialog which also shows in the taskbar but i have the main callin another dialog but that doesnt show in the task bar. what is causing this what part of the code actually makes a dialog show in the taskbar? thx

        T Offline
        T Offline
        toxcct
        wrote on last edited by
        #3

        i'm quite sure you're calling that login dialog as modal from the Main dialog's OnInitDialog() function... aren't you ?! :cool:

        V 1 Reply Last reply
        0
        • T toxcct

          i'm quite sure you're calling that login dialog as modal from the Main dialog's OnInitDialog() function... aren't you ?! :cool:

          V Offline
          V Offline
          viperlogic
          wrote on last edited by
          #4

          yes, that is correct, while the other dialog is called once a button is click in the main dialog is this having an effect?

          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