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. Creating A Dialog Window from a Win32 Console program

Creating A Dialog Window from a Win32 Console program

Scheduled Pinned Locked Moved C / C++ / MFC
2 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.
  • D Offline
    D Offline
    Dave 1
    wrote on last edited by
    #1

    I would like to create a dialog window from a win32 console program, but i dont know how to go about doing this. Anyone know how? I created the CALLBACK procedure, and the resource template, but when i go to call CreateDialog(), i do know what to pass in for the current instance, and the parent window, and NULL does not work (it will compile, but it won't create the window). --Dave

    K 1 Reply Last reply
    0
    • D Dave 1

      I would like to create a dialog window from a win32 console program, but i dont know how to go about doing this. Anyone know how? I created the CALLBACK procedure, and the resource template, but when i go to call CreateDialog(), i do know what to pass in for the current instance, and the parent window, and NULL does not work (it will compile, but it won't create the window). --Dave

      K Offline
      K Offline
      Kurt 0
      wrote on last edited by
      #2

      Hi Dave I think what is missing is ShowWindow(SW_SHOW); NULL as a parent works fine, I tested it CTestDlg::CTestDlg(CWnd* pParent) : CDialog(CTestDlg::IDD, pParent) { Create(CTestDlg::IDD, pParent); ShowWindow(SW_SHOW); }

      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