Results 1 to 5 of 5

Thread: The Properties window in VB IDE

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2002
    Posts
    1

    The Properties window in VB IDE

    Here is what I hope is just a quickie...

    In the VB.NET IDE, the Properties window on the bottom right of the screen looks way cool. I'd like to include something exactly like this in my VB programs.

    What is this control? Is it part of the VB IDE toolbox, or a separate add-on?

    - Rich

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Well it is soemwhere in the System.Windows.Forms.Design namespace..PropertyGrid class or soemthing like that..BUT it is not a simple add in to your code as their are some interfaces and other stuff that needs to be done..Ive only heared rumours of a couple people getting this done....May not be worth the effort until MS delivers their promise of giving examples of using these classes/interfaces.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Addicted Member ender_pete's Avatar
    Join Date
    Aug 2000
    Location
    Virginia, United States
    Posts
    131
    http://www.dotnetmagic.com/index.html

    that should have what you need.
    just import the library into your project.
    ender_pete
    C#,VS.NET Ent Arch, vb6 ee sp5,html,vbscript,jscript,
    xml,dhtml,delphi,c++,vc++,java,cgi,php, python, ada(so ancient) ,adasage(also ancient) and others i can't remember.....

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    that is not a property windows control, just UI stuff like tabs and menus...
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  5. #5
    Addicted Member ender_pete's Avatar
    Join Date
    Aug 2000
    Location
    Virginia, United States
    Posts
    131
    ahh...
    i thought he was meaning how the tabs are on the bottom...
    ender_pete
    C#,VS.NET Ent Arch, vb6 ee sp5,html,vbscript,jscript,
    xml,dhtml,delphi,c++,vc++,java,cgi,php, python, ada(so ancient) ,adasage(also ancient) and others i can't remember.....

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