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 crate new frame

How to crate new frame

Scheduled Pinned Locked Moved C / C++ / MFC
tutorial
4 Posts 3 Posters 1 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.
  • T Offline
    T Offline
    TooLeeDiN
    wrote on last edited by
    #1

    How to crate new frame that independent with it parante.

    B A 2 Replies Last reply
    0
    • T TooLeeDiN

      How to crate new frame that independent with it parante.

      B Offline
      B Offline
      Budric B
      wrote on last edited by
      #2

      Make your frame class and derive it from CFrameWnd. Create an object using your constructor. Then call CFrameWnd::Create(..) function on your object. Here's an example: CFrameWnd::Create(NULL, "", WS_POPUP, location,NULL,0,NULL); I pass NULL as the argument for parent. Look up on MSDN what the other parameters are.

      A 1 Reply Last reply
      0
      • B Budric B

        Make your frame class and derive it from CFrameWnd. Create an object using your constructor. Then call CFrameWnd::Create(..) function on your object. Here's an example: CFrameWnd::Create(NULL, "", WS_POPUP, location,NULL,0,NULL); I pass NULL as the argument for parent. Look up on MSDN what the other parameters are.

        A Offline
        A Offline
        Anonymous
        wrote on last edited by
        #3

        Thank you i will try.

        1 Reply Last reply
        0
        • T TooLeeDiN

          How to crate new frame that independent with it parante.

          A Offline
          A Offline
          Anonymous
          wrote on last edited by
          #4

          Form your method how i can call this frame.

          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