Quote:
> I was wondering if it is possible to use 16 bit VBX files or any VBX file
> with VB4 32bit?
In general, it's impossible to use 16-bit VBXs or whatever 16-bit DLLs with
32bit VB. In theory, one of the recent versions of Borland C++ (I can't
recall by the moment if it was 4.x or 5.x) was said to be able to generate
32-bit VBXs. You need, however, to have the source code for that case, and
given a source code it's better to recreate the file as OCX. Moreover, the
32bit VBXs are a sort of Borland's invention, they're not officially
supported by Microsoft, so even if you get some, it's not sure whether they
will work with VB4.