LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Combobox

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.

0 Kudos
Message 1 of 2
(2,523 Views)

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

 

 

 

0 Kudos
Message 2 of 2
(2,503 Views)