VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RE: Creating Object (Late vs Early binding) David Goodlad (3 replies, 0 views) (2000-May-8) Yep, if you do it the first way (Dim dx7 As New DirectX7) vb will add a few lines of code for each time you access that object to check if it has been created yet... Brutal, huh?
David
|