COMBO שלום איך אני מכניס נתונים לתוך COMBOBOX אני רוצה שיהיה בו רשימת מספאים מ1 עד 16 תודה יאיר
Y yair24 Member 20/11/01 #1 COMBO שלום איך אני מכניס נתונים לתוך COMBOBOX אני רוצה שיהיה בו רשימת מספאים מ1 עד 16 תודה יאיר
E erez_zi New member 20/11/01 #2 answer use the following: Combo1.AddItem str This will add the string str into your combo-box You could have find it easily using MSDN
answer use the following: Combo1.AddItem str This will add the string str into your combo-box You could have find it easily using MSDN