Re: Access .NET classes from VB 5/6?



Hi,

Hmm... I'm not sure why you say this:

>>
While OO is great for lots of
things, it is most decidedly UNusable for some applications and is most
decidedly UNusable in some places in MOST complex applications,
ESPECIALLY in simulators and state machine logic.
<<

I do state machines in .NET often. I find them no harder than VB6. I'm not
sure about "emulators" though. I'd have to have a notion about what you
might be emulating (VT100?).

However, you are right. GoTo and GoSub must be done by some other approach.
Since I haven't used either of these since I started programming in VB
(1992), I have a hard time missing them.

***

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 4th
Edition ISBN 1-890422-28-2 (391 pages) published July 2004. See
www.mabry.com/vbpgser4 to order.


.