|
-
Jun 5th, 2000, 03:01 PM
#1
Thread Starter
Junior Member
Are there any programs which convert vb6 FORMS & projects to vb5 forms & projects(NOT VB6 compiled projects)? Or is there a method in vb6 to save forms and projects as vb5?
-
Jun 5th, 2000, 03:56 PM
#2
transcendental analytic
Vb6 forms and other files can be opened in Vb5. The project file Vbp cannot be opened before you delete it's Retain Key in a text editor ie notepad. Also, there can be other invalid keys, just watch what vb5 says and then go remove it.
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Jun 5th, 2000, 05:37 PM
#3
_______
6 to 5
One way of doing it is the backdoor method.
Open a project in vb5 and go to {Project ..Add Forms..add from your VB6 project } and then save the project in VB5...worked for me when I used VB6 at home and VB5 at school.
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Jun 5th, 2000, 06:30 PM
#4
transcendental analytic
Sorry but that way you loose all Project data
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Jun 6th, 2000, 08:02 AM
#5
But not with this way. Take a look at this program. It converts VB6 to VB5.
http://www.planet-source-code.com/vb...txtCodeId=4572
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|