in VB 2008 I write something like: public class Form1 . . . end class
Which is code related to the processing of a form. However: of a SPECIFIC form, namely Form1. Now: what is the meaning of the word class in VB ? aren't we talking about an INSTANCE of a class here , instead of a class ?
