|
Subject:
|
Object oriented programming with VB6
|
|
Posted By:
|
james gold
|
Post Date:
|
9/18/2003 7:00:44 AM
|
Hi,
I am using VB6, and want to find some good web site tutorials/tips on object oriented programming with VB6 (not VB.NET).
I am having trouble tracking any down.
Alternatively can you recommend a good book on object oriented programming with VB6?
Please can you help?
Many thanks.
James
|
|
Reply By:
|
Yehuda
|
Reply Date:
|
9/18/2003 8:31:59 AM
|
I am not really sure what you mean on object oriented. VB is for the most part OO and you can't really avoid it. However the best general book I have seen on VB is from Microsoft press, (sorry wrox) called Programming Visual Basic 6.0 by Francesca Balena its a little pricy but well worth the money. As for websites, I think the best website at explaining concepts is http://www.vb2themax.com/.
Yehuda
|
|
Reply By:
|
alung
|
Reply Date:
|
9/23/2003 9:29:46 AM
|
hi James,
try this one http://www.mvps.org/vb/index2.html?tips/truth.htm
here you will find a link to Bruce McKinney's Hardcore Visual Basic the site itself is also very interessting.
also you can check msdn http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon98/html/vbconcreatingyourownclasscollectionthehouseofbricks.asp (whatch the word wrap!)
this link is the "house of bricks", there ars also links to the "house of straw" & the "house of sticks", all very well written and show you how to use class moduls & collections. Which is the main part of OOP in VB6, which isn't really OOP.
a good book is "Doing Objects in Visual Basic"
hth alun
|