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. Insert or embed File Dialog in a CPropertyPage

Insert or embed File Dialog in a CPropertyPage

Scheduled Pinned Locked Moved C / C++ / MFC
c++questioncomdiscussion
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.
  • M Offline
    M Offline
    Maximilien
    wrote on last edited by
    #1

    I'm trying to see if I can embed a CFileDialog to a CPropertyPage. I stumbled on this question with a minimalist answer (I've asked there also) : [Re: CFileDialog in CPropertySheet - C / C++ / MFC Discussion Boards](https://www.codeproject.com/Messages/1189384/Re-CFileDialog-in-CPropertySheet) The id IDD_FILEOPEN_EX does not exists, can I replace it with AFX_IDD_FILEOPEN ? (there's not seems to be a IDD_FILEOPEN id ). also, If I need to include dlgs.h to have access to the id stc32, do I need to include an additional RC file somewhere. Or, is there a more modern way of doing this ? Thanks.

    I'd rather be phishing!

    V 1 Reply Last reply
    0
    • M Maximilien

      I'm trying to see if I can embed a CFileDialog to a CPropertyPage. I stumbled on this question with a minimalist answer (I've asked there also) : [Re: CFileDialog in CPropertySheet - C / C++ / MFC Discussion Boards](https://www.codeproject.com/Messages/1189384/Re-CFileDialog-in-CPropertySheet) The id IDD_FILEOPEN_EX does not exists, can I replace it with AFX_IDD_FILEOPEN ? (there's not seems to be a IDD_FILEOPEN id ). also, If I need to include dlgs.h to have access to the id stc32, do I need to include an additional RC file somewhere. Or, is there a more modern way of doing this ? Thanks.

      I'd rather be phishing!

      V Offline
      V Offline
      Victor Nijegorodov
      wrote on last edited by
      #2

      The AFX_IDD_FILEOPEN is defined in afxres.h that is by default #incuded in your resource.h file.

      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