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. subclassing a CFileDialog

subclassing a CFileDialog

Scheduled Pinned Locked Moved C / C++ / MFC
questionannouncement
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
    Davide Pizzolato
    wrote on last edited by
    #1

    I'm trying to subclass a CFileDialog window. I have all the functions and the notifications to see what's happening, but I can't find the way to update the dialog, like with UpdateData(0). Any suggestions ? :confused:

    N 1 Reply Last reply
    0
    • D Davide Pizzolato

      I'm trying to subclass a CFileDialog window. I have all the functions and the notifications to see what's happening, but I can't find the way to update the dialog, like with UpdateData(0). Any suggestions ? :confused:

      N Offline
      N Offline
      Nish Nishant
      wrote on last edited by
      #2

      CFileDialog is derived from CCommonDialog which is derived from CDialog which is derived from CWnd which has an UpdateData method. So you should be able to call UpdateData from your CFileDialog derived class. Or am I missing something here? :~ Nish


      Author of the romantic comedy Summer Love and Some more Cricket [New Win] Review by Shog9 Click here for review[NW]

      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