Dynamic Property Window

  • Thread starter Thread starter Mark Hollander
  • Start date Start date
M

Mark Hollander

Hi,

Does any one have an example of how to create a dynaimc property
window.

I would like to have the property window on a form and have it's
values assigned at runtime. The information is kept in a database and
is totally dynamic.


Thanks
Mark Hollander





Thank you
Mark Hollander
 
I have looked at it before and it appears to only deal with objects that
have their properties hardcoded in their classes.

What I am trying to achieve is as follows:

I have a database with the following tables:

RegisteredGateways
GatewayID
GatewayName
GatewayDesc

GatewaySettings
GatewayID
SettingName
SettingGroup
SettingType
SettingValue

The two tables have a relationship via the GatewayID

The setting type is either Text, Boolean, ListBox, DirectoryBrowser,
FileBrowser, Numeric.

I need to build a property grid from these tables.

I am battling to find code that could steer me in the right path to
completing this task. I want my settings to look like the propertygrid
we have in the IDE


Thank You
Mark Hollander
 
Back
Top