04-20-2009 05:49 AM
Hola,
Estoy realizando un programa en el cual necesito crear un COMBOBOX en el que se incluya automáticamente la información que el usuario debe entrar desde una string control, es decir, el usuario introduce su nombre, y éste debe quedar grabado en el combobox de forma automatica para futuros inicios de sesión.... ¿alguien puede ayudarme a hacer éste COMBOBOX?
Muchas gracias por adelantado.
04-20-2009 06:59 AM
Disculpe, mi español no es tan bueno. Espero que usted hable inglés.
You can use a .ini file to save all the entries when the happen the first time (with comparison of the allready existing entries in the .ini).
With an Initalization routine you can read out the entries of the .ini file and write it via property node (Property = Strings[ ]) into the Combobox.
Hope this helps,
hasta luego Christian