A
Andy
So, I'm playing around with VB and tries to get the hang things.
When I add a form to my application, and I begin to add code to the form, it
stars with " Public Class form1"
But is Form1 a class on its own or is it an object based on the form class
in the framework?
What I guess I'm asking is if I treat Form1 as a class or an object derived
from a class.
/A.
When I add a form to my application, and I begin to add code to the form, it
stars with " Public Class form1"
But is Form1 a class on its own or is it an object based on the form class
in the framework?
What I guess I'm asking is if I treat Form1 as a class or an object derived
from a class.
/A.