somebody help me...
im using VB6.0 for my project and badly i need a littlE help,,
the program should goes like this:
--==>>>when yOu input a number in a textbox and
click a command button label with"ADD" the number you input will automatically add to the listbox but should be in ascending order..
is this right??? in listbox properties i set the "sorted=true" but the output goes like this:
1
11
14
2
22
3
what am I expecting is like this:
1
2
3
11
14
22
-----------====>>>help....... ill wait for a reply.. ^_^