CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Thread: Poepert Sheets

  1. #1
    Join Date
    Sep 2005
    Posts
    173

    Poepert Sheets

    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

  2. #2
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: Poepert Sheets

    You'll probably need to ask your question in a way that makes sense.

  3. #3
    Join Date
    Nov 2006
    Posts
    6

    Re: Poepert Sheets

    Quote Originally Posted by GCDEF
    You'll probably need to ask your question in a way that makes sense.
    lol

  4. #4
    Join Date
    Feb 2002
    Posts
    4,640

    Re: Poepert Sheets

    Quote Originally Posted by hash123
    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
    What's a "page" exactly? What's "the outside window"?

    Viggy

  5. #5
    Join Date
    Sep 2005
    Posts
    173

    Re: Poepert Sheets

    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

  6. #6
    Join Date
    Sep 2005
    Posts
    173

    Re: Poepert Sheets

    Please Help......

  7. #7
    John E is offline Elite Member Power Poster
    Join Date
    Apr 2001
    Location
    Manchester, England
    Posts
    4,835

    Re: Poepert Sheets

    I'm afraid I don't understand what you mean but I'm assuming that by 'drag and drop to the outside window' you mean that you want some kind of dialog that can be dragged away from the main window and become a window in its own right. This is usually called a "tear off" control.

    Here's an article about tear off toolbars

    and here's another one describing how to drag and drop between two list controls.

    between the two of them, you might be able to figure out what you need.
    Last edited by John E; June 20th, 2007 at 09:37 AM.
    "A problem well stated is a problem half solved.” - Charles F. Kettering

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured