alexK
February 7th, 2000, 11:47 AM
I need a number appeared formated in a textbox or
combobox dropdown.
Example 0 looks like 10020000
1 looks like 10020001
Thank you!
Alex!
JimmyT
February 7th, 2000, 02:11 PM
A direct way to do this would be to add the value 10020000 to the number that you are desiring to have displayed. Then show the result.
alexK
February 7th, 2000, 02:22 PM
Yes, but these controls have DataFormat properties.
I was trying to set it using custom format and programmatically and it seems like have no affect.
It is a pain to keep track of 5 different formats
for the same control easier just to change a property.
Thank you!