How can i view an old (VB3) form in a newer version (VB6), if it is possible? IMO there should have been some 'import' option or something, but i was unable to find it...
The "Import" option works only if you saved the project in ascii instead of binary in VB3.
iow, it's up to VB3 to make the source available to VB4 and up. If you can't see the
source in notepad, VB6 won't load it.

Signature
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep it in the groups..
> How can i view an old (VB3) form in a newer version (VB6), if it is possible? IMO there should have been some 'import' option or something, but i was unable to find it...