CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2009
    Posts
    1

    Windows control name

    hey everyone,

    I'm new here, trying to code some apps in win32 api and I came across with a control that would perfectly fit to a small app I'm writing write now in win32 api. The thing is that I dont know what its called so I'm guessing you might know the answer.

    since I dunno whats it called I only have an image for it from some site I'v been to. I uploaded the image to a temp hosting and this is the link :

    hxxp://img199.imageshack.us/img199/36/imageoqp.jpg

    I wanna know how do I create something simular to the control that is marked in red around that image. I want to create something that looks kinda the same, has "+" on title/subjects and each filled can be whatever I want (edit,listbox, etc'). I know it isnt a treeview, at least not a regular one, is it ??

    so I need the name of such control and if anyone could let me know how do I do that ? that would be great

    thanks.

  2. #2
    Join Date
    Dec 2003
    Location
    Syracuse, NY
    Posts
    400

    Re: Windows control name

    It is a property grid, you can maybe get something like it with Property Sheets.
    "Windows programming is like going to the dentist: You know it's good for you, but no one likes doing it."
    - Andre LaMothe

    DLL For Beginners(UPDATED)
    Please use CODE tags
    Rate me if I've helped.

  3. #3
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,633

    Re: Windows control name

    Quote Originally Posted by mogly33 View Post
    hey everyone,

    I'm new here, trying to code some apps in win32 api and I came across with a control that would perfectly fit to a small app I'm writing write now in win32 api. The thing is that I dont know what its called so I'm guessing you might know the answer.
    This is what Spy++ says about it:
    Attached Images Attached Images
    Best regards,
    Igor

  4. #4
    Join Date
    Dec 2008
    Posts
    114

    Re: Windows control name

    Property Grid is not a control.
    Use the native win32 TListview control

Tags for this Thread

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