CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2010
    Posts
    1

    I want to display the Properties window [just like how VB6 IDE has] on my form

    Hi,

    VB6 scenario:
    I want to display the Properties window [just like how VB6 IDE has] for a control, say a list item on my form, so that i can dynamically change the properties of the control.

    Here's how I visualize my application:
    Like, when i run my application, we see a form with two sections, one is control (list item) and another is Properties (height,width,items,color..etc). On this form user can change the properties for that list control and see the changes reflecting.

    Can i do something like this using VB6?, if so can someone help me with this.

    Thanks,
    Sam

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: I want to display the Properties window [just like how VB6 IDE has] on my form


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