Tym
2006-05-23 19:19:30 UTC
I have been tasked with re-developing an old VB3 app. I have vb4,6 and
2005.net
I do not have the original source code (long story) but have got a
decompiler which has created the necessary source files.
Problem 1 - the .frm files are binary. VB6 can't read them - but
vb4(16 bit) can. The idea is to get vb4 to create "proper" forms I can
then load into vb6 - don't know if this will work. If not - I'll have
to develope it in VB4 (sigh)
The program uses an old 2.? DAO to access an access 2 .mdb database so
I am reluctant to migrate this to ADO.NET - thinking of leaving it
with DAO on vb6 - its what I know best!
Problem 2 - the forms appear to have custom controls on them
VBX.SSFrame and the like. This is preventing the forms from loading
properly. IS ther a way I can recreate these, or download something
similar from somewhere and rename them???
I've obtained a copy of sswin.dll, but can't register it. Probably the
fact the regsvr32 can register 16 bit dlls??? DOn't know if that's
realted to the VBX.ss??? controls....?
Is there a way round this as I don't like to let customers down.
Tym
~There's no place like 127.0.0.1~
2005.net
I do not have the original source code (long story) but have got a
decompiler which has created the necessary source files.
Problem 1 - the .frm files are binary. VB6 can't read them - but
vb4(16 bit) can. The idea is to get vb4 to create "proper" forms I can
then load into vb6 - don't know if this will work. If not - I'll have
to develope it in VB4 (sigh)
The program uses an old 2.? DAO to access an access 2 .mdb database so
I am reluctant to migrate this to ADO.NET - thinking of leaving it
with DAO on vb6 - its what I know best!
Problem 2 - the forms appear to have custom controls on them
VBX.SSFrame and the like. This is preventing the forms from loading
properly. IS ther a way I can recreate these, or download something
similar from somewhere and rename them???
I've obtained a copy of sswin.dll, but can't register it. Probably the
fact the regsvr32 can register 16 bit dlls??? DOn't know if that's
realted to the VBX.ss??? controls....?
Is there a way round this as I don't like to let customers down.
Tym
~There's no place like 127.0.0.1~