Hi, I have google this many days without luck, I hope you could help me:)
Well , i add the items to the listbox normally and I get this:
$53.23
$34.99
$74.33
$93.63
Thats how it is show in the listbox, but I want to show like this:
01 - $53.23
02 - $34.99
03 - $74.33
04 - $93.63
...
...
I have tried this many ways without luck, I dont know if it is a property or a specific code that I need so i hope you understand my question
Thanks
VISUAL BASIC 6
Well , i add the items to the listbox normally and I get this:
$53.23
$34.99
$74.33
$93.63
Thats how it is show in the listbox, but I want to show like this:
01 - $53.23
02 - $34.99
03 - $74.33
04 - $93.63
...
...
I have tried this many ways without luck, I dont know if it is a property or a specific code that I need so i hope you understand my question
Thanks
VISUAL BASIC 6
Comment