read class at runtime

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • JR

    #1

    read class at runtime

    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


  • Michel Posseth  [MCP]

    #2
    Re: read class at runtime


    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]



    "JR" <x.x@x.xschre ef in bericht
    news:n1mYg.1301 31$372.2417723@ phobos.telenet-ops.be...
    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
    >

    Comment

    Working...