|
-
Apr 1st, 2002, 09:34 AM
#1
Thread Starter
New Member
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
-
Apr 1st, 2002, 10:11 AM
#2
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.
-
Apr 1st, 2002, 10:27 AM
#3
Addicted Member
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.....
-
Apr 1st, 2002, 10:32 AM
#4
that is not a property windows control, just UI stuff like tabs and menus...
-
Apr 1st, 2002, 10:41 AM
#5
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|