Results 1 to 5 of 5

Thread: Control Like VB.Net Property Pages [RESOLVED]

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2001
    Posts
    32

    Control Like VB.Net Property Pages [RESOLVED]

    Does anyone know of a control I can use that looks like the VB.NET property pages? I am wanting a user to be able to modify certain attributes of a visual object I am building and I like the look and feel of the property pages. Post some links or code if at all possible.


    Thanks.
    Last edited by tonyevans; Dec 9th, 2003 at 11:05 AM.

  2. #2
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    Check out dotnetmagic.com - I think they have a sample you can check out. Not sure if it is still free or not, but it can give you some ideas.

  3. #3
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Yeah that exact control is included in the standard .NET controls. I don't think it is in the toolbox by default though. Just right click the toolbox->Add/Remove Items->Select PropertyGrid and you'll have it. It can kind of be a pain in the ass to use, depending on what you want to do, search around the net for help. I think CodeProject.com has a good tutorial on it.

  4. #4

    Thread Starter
    Member
    Join Date
    Jul 2001
    Posts
    32
    Ok, thanks for the replies. I was thinking that the control should have came with .net since it is used throughout but I just couldn't find it. Thanks Edneesis.

  5. #5
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    I though you were referring to the auto-hide capability, etc. Sorry

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