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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Property sheets

Property sheets

Scheduled Pinned Locked Moved C / C++ / MFC
helptutorial
4 Posts 2 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.
  • R Offline
    R Offline
    rajeevktripathi
    wrote on last edited by
    #1

    Hi All I have a property sheet, with 3-4 Poperty pages in it. Used CTabCtrl Class to make property sheet... Now I want to add feature that somone could be able to drag n drop a page from the sheet to the outside window. Please tell me that how to solve this problem.. Thanks & Regards

    J 1 Reply Last reply
    0
    • R rajeevktripathi

      Hi All I have a property sheet, with 3-4 Poperty pages in it. Used CTabCtrl Class to make property sheet... Now I want to add feature that somone could be able to drag n drop a page from the sheet to the outside window. Please tell me that how to solve this problem.. Thanks & Regards

      J Offline
      J Offline
      James R Twine
      wrote on last edited by
      #2

      Find a library that implements tear-off pages, or tear-off panes and use it.  You can also research implementations of tear-off pages/panes, like at: http://www.codeguru.com/cpp/w-d/docking/openfaq/article.php/c7271/[^].    Peace!

      -=- James
      Please rate this message - let me know if I helped or not! * * * If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
      Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
      See DeleteFXPFiles

      R 1 Reply Last reply
      0
      • J James R Twine

        Find a library that implements tear-off pages, or tear-off panes and use it.  You can also research implementations of tear-off pages/panes, like at: http://www.codeguru.com/cpp/w-d/docking/openfaq/article.php/c7271/[^].    Peace!

        -=- James
        Please rate this message - let me know if I helped or not! * * * If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
        Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
        See DeleteFXPFiles

        R Offline
        R Offline
        rajeevktripathi
        wrote on last edited by
        #3

        Hi All Infact what kind of activity I need is that... As in Google Talk there is a Buddy List and if click on any of the buddy name then a Chat Dialog is popped up. Similar kind of work I need in a Tabbed dialog where a dialog contains a CListCtrl and when any item is clicked then a tab (child dialog) is created now what I want is that when click on a list item then a dialog should be popped up and secondly As told that in my case in the tab control after clicking on the list item a child dialog is created now I want to give the feature that user can drag and drop the child dialog, and the same time both Tab Control and child dialog should be active... Please reply that how to proceed for this...better if provide some example.. Thanks & Regards

        J 1 Reply Last reply
        0
        • R rajeevktripathi

          Hi All Infact what kind of activity I need is that... As in Google Talk there is a Buddy List and if click on any of the buddy name then a Chat Dialog is popped up. Similar kind of work I need in a Tabbed dialog where a dialog contains a CListCtrl and when any item is clicked then a tab (child dialog) is created now what I want is that when click on a list item then a dialog should be popped up and secondly As told that in my case in the tab control after clicking on the list item a child dialog is created now I want to give the feature that user can drag and drop the child dialog, and the same time both Tab Control and child dialog should be active... Please reply that how to proceed for this...better if provide some example.. Thanks & Regards

          J Offline
          J Offline
          James R Twine
          wrote on last edited by
          #4

          Similar functionality can be implemented just using non-modal dialogs.  When an item is selected you create an instance of your non-modal window.  The user will be able to move this window around as necessary.    Peace!

          -=- James
          Please rate this message - let me know if I helped or not! * * * If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
          Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
          See DeleteFXPFiles

          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