morning,

im working on dynamic forms and im facing real big problems.. I am creating an application similar to visual basic.

so when i create a dynamic control (run-time), I want its properties to appear in the buttom left corner as in VB. i created MSFlexGrid and its filled according to the selected control by getting its properties from a database i filled manually.

the problem is some of vb controls are changed by comboBox and some you just fill them in ( Text Box )

for ex. cmdButton , (name) : (textbox) .. appearance : (comboBox)

is that clear?