Hello, ladies and gentlemen.
I've got an idea of a somewhat ambitious project. The main purpose is to instantiate objects and set their properties / fill collections with data stored in database. Another main :) purpose to design a series of GUI tools like Access form/report designer, of course much more simple and humble.
Right now I'm going to design a tool for Office.CommanBa r and related classes. They have a bunch of properties and hardcoding them seems to be a dull, ineffective and inflexible solution so I consider it will be a good and useful launch pad.
The key issue here is how to get available properties and enumerations of class. Sure, I could manually create a list and store it in tables, but I'd certainly prefer get it from primary source - library file. Does anybody have an idea of how it could be done?
Thanks in advance,
Fish
I've got an idea of a somewhat ambitious project. The main purpose is to instantiate objects and set their properties / fill collections with data stored in database. Another main :) purpose to design a series of GUI tools like Access form/report designer, of course much more simple and humble.
Right now I'm going to design a tool for Office.CommanBa r and related classes. They have a bunch of properties and hardcoding them seems to be a dull, ineffective and inflexible solution so I consider it will be a good and useful launch pad.
The key issue here is how to get available properties and enumerations of class. Sure, I could manually create a list and store it in tables, but I'd certainly prefer get it from primary source - library file. Does anybody have an idea of how it could be done?
Thanks in advance,
Fish
Comment