http://www.vb-helper.com/HowTo/vb6tovb5.zip

	Purpose
Convert VB5 projects to VB6 projects easily

	Method
Remove lines starting with these strings (ignoring case) from the
project file:

    retained
    threadingmodel
    debugstartupoption

This program does that to the file passed as a command line parameter.
Compile it into an executable and put a link to the program in the
SendTo directory with the name VB5toVB6. Look at these directories:

	\WinNT\SendTo
	\WinNT\Profiles\user_name\SendTo
	\Windows\SendTo

Now you can right click on the project file and send it to this program
to have it converted into VB5 format.

Thanks to Alexander (alexw@iaehv.nl). Putting this in the SendTo menu
is a great idea!

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
