Guides 11791 Published by

RipNet-UK has posted Part IV of their Visual Basic programming guide



...Right, now we'll go through the code. The form loads. The computer makes some space in the RAM for the variable age, which has been specified as an integer. It then gets a value for age (let's pretend we enter 14) and checks to see if it is less than 18. If so, it pops up with a message box...
Read more