hi
i want to change the text format and font of a comboBox entry.
any method to do that ?
thanks
Printable View
hi
i want to change the text format and font of a comboBox entry.
any method to do that ?
thanks
To change the format you could use Format()VB Code:
Combo1.Font.Name = "Arial" Combo1.Font.Size = 12 Combo1.Font.Bold = True
thanks ..
I meant in the same entry
ex: (" comboBox1 ComboBox ") just like the comboBox that appears just above the properties table/grid of controls .. any idea ?