
04-19-2002, 08:52 PM
|
|
|
print in same line
|
i have a picture box which is use to display some numbers
like this 1 2 3 4 5
how to make it print in the same line?
pic_display.print ........
another question i use a method rnd() to pick number randomly,
why every time i will get the number with same ,what i mean is first time i press a button to display the number 6,7,8,12,13. come to second time it will pick the same number 6,7,8,12,13
no matter how many time i display the number, it will come out with same number, y?
|
|