Home » Archives » September 2009
Technical Information for the non-technical readers

VB 6 For Beginners: Naming Objects

September 1, 2009
  1. Importance of Naming Objects.

An object’s name is one of its most important properties because you literally refer to each object by its name whenever you want it to do something. Names are so important that every time you create a form or put a control on your form, Visual Basic automatically gives a name to it. If you create a form Visual Basic names it Form1, if you add a CommandButton, Visual Basic names it Command1; if you add a TextBox, it’s automatically named Text1.


(more…)

Posted by tekbytes at 6:24 pm | permalink | comments[1]

I’m Back!!!!

After over a year of silence, finally I’m back. I mean not only that I would respond to some of the comments and messages I received, I wanted to share something that I have been doing for this past months. The very reason that I haven’t posted anything new for over a year.

Since I have been teaching computer for the secondary level, I thought of creating a tutorial version of the lessons that I have been teaching. And for this year, I’m teaching visual basic 6. So I might as well post some  tutorials for those who wants to learn the language too.

Currently, my class is on about the importance of Naming the objects properly, so I’ll start there and gradually backtrack to the VB Integrated development Environment while posting new lessons as well.

 I might as well post a tutorial for HTML Development as well.

I just would like to emphasize that everything will be for beginners only.

Posted by tekbytes at 6:03 pm | permalink | Add comment