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. How to convert Modal dialog to modeless dialog?

How to convert Modal dialog to modeless dialog?

Scheduled Pinned Locked Moved C / C++ / MFC
tutorialquestion
3 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.
  • S Offline
    S Offline
    svkotireddy
    wrote on last edited by
    #1

    Hi, Can any one send code to convert Modal dialog to modeless dialog & converting modeless dialog to modal dialog. Thanks, Venkat

    N L 2 Replies Last reply
    0
    • S svkotireddy

      Hi, Can any one send code to convert Modal dialog to modeless dialog & converting modeless dialog to modal dialog. Thanks, Venkat

      N Offline
      N Offline
      Naveen
      wrote on last edited by
      #2

      Instead of the DoModal function, Call Create(), ShowWindow() function. Remeber, the CDialog object should not be local variable if you are calling Create() function. Other wise, the window will be destroyed when the object goes out of scope.

      nave [My Articles] [My Blog]

      1 Reply Last reply
      0
      • S svkotireddy

        Hi, Can any one send code to convert Modal dialog to modeless dialog & converting modeless dialog to modal dialog. Thanks, Venkat

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        It's all described here[^].

        It's time for a new signature.

        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