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. ATL / WTL / STL
  4. Dlg's;

Dlg's;

Scheduled Pinned Locked Moved ATL / WTL / STL
helpquestion
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.
  • B Offline
    B Offline
    Bo Hunter
    wrote on last edited by
    #1

    How come this code fails with the ATLASSERT( ::IsWindow(m_hWnd) );? This code is in my CMainFrame and I'm tring to show a dialog. CPrintDialog dlg(FALSE); ... TCHAR sTitle[_MAX_FNAME] = {0}; AtlLoadString( IDR_MAINFRAME, sTitle, _MAX_FNAME ); dlg.SetWindowText( sTitle );error here // Show it Thank You Bo Hunter

    M 1 Reply Last reply
    0
    • B Bo Hunter

      How come this code fails with the ATLASSERT( ::IsWindow(m_hWnd) );? This code is in my CMainFrame and I'm tring to show a dialog. CPrintDialog dlg(FALSE); ... TCHAR sTitle[_MAX_FNAME] = {0}; AtlLoadString( IDR_MAINFRAME, sTitle, _MAX_FNAME ); dlg.SetWindowText( sTitle );error here // Show it Thank You Bo Hunter

      M Offline
      M Offline
      Michael Dunn
      wrote on last edited by
      #2

      The dialog (and thus its controls) aren't created until you call DoModal(). You need to set the text in OnInitDialog(). --Mike-- Ericahist [updated Oct 26] | CP SearchBar v2.0.2 | Homepage | RightClick-Encrypt | 1ClickPicGrabber Pinky, are you pondering what I'm pondering? I think so Brain, but if we shaved our heads, we'd look like weasels!

      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