Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Starting with VB6

Status
Not open for further replies.

patgoldar

Programmer
May 31, 2002
5
AR
Hello,
I am a QBasic programmer and I want to know how difficult is it to translate QBasic programms into VB6. Sorry, I am just starting with VB6.
Thanks
 
Well, you have to get used to the OOP (object oriented)..

though, most of the syntax is similar, but in vb, you work with objects

for example, command button

you have properties, events

events like the click, double click, etc...

though, your programming will be similar, but, your approch to the application will be different. I would suggest downloading and exploring sample applications to get the feel of vb...

Good luck Tekno
Wireless Toyz
Ypsilanti, Michigan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top