Beginner's Guide

omoba

Active Member
Licensed User
Longtime User
:BangHead:

Pls note there is an error on page 165 of the beginner's guide

Activity.AddView(Buttons(i). 10dip, 10dip + i * 60dip, 150dip, 50dip) ---comma needed not period sign

The line of code should be
Activity.AddView(Buttons(i), 10dip, 10dip + i * 60dip, 150dip, 50dip)
 
Last edited:
Top