Quote:
> In VBDOS, if I wanted to creat large programs wich exceeds the limit of
640kb,
> I had to do this at command prompt to build an app. to use upper memory.
> Is this not of my concern in vb4/vb5 anymore ?
This is no longer a concern under Windows, particularly 32-bit versions of
Windows (95 and NT). Almost all of the limits that were in QB/PDS/VBDOS and
in 16-bit Windows no longer exist or are based entirely on available system
memory.
Quote:
> How about good old library in qb and vbdos ? is that the same as OLE
(.DLL) ??
Essentially, yes. You can create an OLE/ActiveX DLL that contains a class
that contains your often used functions. In VB5, you can declare the class
as Global Multiuse to treat the functions as if they were part of the
language.
--
Frank Carr