read class at runtime

  • Thread starter Thread starter JR
  • Start date Start date
J

JR

Hi,

I want to read a class that exist only of strings so that I can show each
property into textfields, let my user edit them and save them again.

My class is created very easy and have the next format:

clsLangSettings
Lang
buttuns
add
close
change
headers
monday
tuesday
Wensday

and so on.

so I have on the first level some unieke strings
than i have some sub classes buttons, days, messages, columnheaders ...
the strings have all there default value and are read from a xlm serialiser
after the edit I must save them again so that my user can change the
language he want

Thanks
 
well i wonder why you make it yourself so difficult

did you know that you can bind a property to a configuration setting ?

regards

Michel Posseth [MCP]
 
Back
Top