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

    display of childwindow

    hai ,

    Actually my plan is when i select an item in a treeview its properties are to be reflect in on seperate view.
    Here iam using spreesheet control for displaying the properties....(just like VB properties window) my problem
    how i can implement the above idea...i.e., what is the base class i have to use.. ? How i can simultanously interact
    with my treeview and this view?

    iam very thankful if some one suggest me an idea

    Suchitra


  2. #2
    Join Date
    Apr 1999
    Location
    Germany
    Posts
    3

    Re: display of childwindow

    Hi,
    Maybe a look at this can help you:
    http://www.codeguru.com/treeview/tre...rtysheet.shtml
    I remember another example on the CodeGuru site
    but I think it's not in the treeview section.
    Good luck!
    Clemens


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