VB help

zed

Member
Dec 28, 2007
5,703
6
0
34
in bootsector
im trying to create a cal using VB (noob @ VB)


crazycalzl7.jpg




but when i run this, i want to type 78, but when i press buttons it replace the 7 by 8


how get numbers 1 after another:D
 

kasuncs

Well-known member
  • May 21, 2007
    3,590
    271
    83
    whateveryourtextbox.Text=whateveryourtextbox.Text+8
    whateveryourtextbox.Text=whateveryourtextbox.Text+9

    Remeber you have to use val function to do calculations.