Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New to VB6
Message
From
20/05/1999 12:51:14
 
General information
Forum:
Visual Basic
Category:
Other
Title:
Miscellaneous
Thread ID:
00220783
Message ID:
00220937
Views:
29
> I'm new to VB6 and need a place to get started. I have been using VFP for a few years now, and I have come to like the visual sub-classing. Can anyone point me toward a Web reference that would explain some of the features of VB6.0 and how to use them?
>
> Specifically, I need to get up to speed on
> 1. how to "subclass" objects. (A VFP term. I can't figure out how to do it in VB6, so my terminology may be off.) So that I can start with, say, a regular Textbox, and make my own subclass which carries the code with it.

Sorry, VB doesn't support inheritence. You can emulate it in some way (something to do with templates, if I remember correctly), but it's still cut & paste technologie.

> 2. how to use Databases with VB. I know that I can use Access tables, but I don't know how to do anything with them short of displaying them in a grid. (compliments of a VB sample.)

Here's a starting point: http://support.microsoft.com/support/kb/articles/Q173/6/47.asp?SG=vbb&SU=http://msdn.microsoft.com/vbasic/technical/articles/data.asp

> 3. any other features that would make it worth while to learn VB instead of staying with VFP. (I have seen some, but the work to get them seems like more work that it is worth.)

Why are you leaving VFP? There is (almost) nothing that VB do that can't be done with VFP. Not to mention that you will write a lot more code in VB because has no idea of what data is (compare to VFP) and that data access is much slower.

>I don't have much money to spend on books, so something that I can D/L and print would be great.

MS VB site is a good start: http://msdn.microsoft.com/vbasic/
Previous
Reply
Map
View

Click here to load this message in the networking platform