Hints/Tips required - Designing Application Property UI

  • Thread starter Thread starter C5Guy
  • Start date Start date
C

C5Guy

O wise one's of the .Net World,

Can some one give me a few hints/tips on setting up a properties
configuration page.

What I am trying to achieve is the same sort of thing that VS.Net shows on
the Project Properties page on right hand side where there is a grid showing
the list of properties unde expandable headings
(Application/Project/Wrapper... etc).

How do they do this?

Thanks
Chris...
 
Hi,
These might help you:
http://www.codeproject.com/vb/net/using_propertygrid.asp?df=100&forumid=4563&exp=0&select=817879

http://www.c-sharpcorner.com/Code/2004/June/PropertyGridInCSharp.asp
O wise one's of the .Net World,

Can some one give me a few hints/tips on setting up a properties
configuration page.

What I am trying to achieve is the same sort of thing that VS.Net shows on
the Project Properties page on right hand side where there is a grid showing
the list of properties unde expandable headings
(Application/Project/Wrapper... etc).

How do they do this?

Thanks
Chris...
 
Ah, the old "Hidden Controls" trick.....how do MS expect newbies to get a
grip of all the controls when the hide them away like that.

Ta very much....all up and running now....now where's the pot of gold...

C:>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top