Link to home
Start Free TrialLog in
Avatar of szx248
szx248

asked on

MS Grid from VB4 to VB6 ?

I have a VB4 application that is using MSGrid (grid16.ocx). Now I can't find the equivalent control in VB6 that will allow me to Import these forms  w/o an error.

Any ideas, solutions?
Avatar of szx248
szx248

ASKER

Adjusted points to 100
Unfortunately, you can't do it so easily.
What you must do is as follow:
1. Run the project with VB4 32 bit. This will convert your application and controls to 32 bit.
2. Run the application using vb6. This will upgrade your application to vb6.

A problem that may happen that you'll have problem upgrading the grid itself. I suggest you keep vb4 installed on the computer where you are upgrading your application.
ASKER CERTIFIED SOLUTION
Avatar of sun365
sun365

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of szx248

ASKER

This simple solution worked!