>I am considering converting a VB 3.0 application to VB 4.0 but I need
>to know the issues associated with converting. What are the problems
>with converting? What kind of things should I look out for when
>converting. If I am using third party .vbx do I need to upgrade them?
>I need to know all the problems associated with converting. Any help
>and advice you could give me would be greatly appreciated. Thanks
>Joe
>Joseph F. Korn II
>CGI Systems Inc.
Apex (www.apex.com) has 3 things that maybe of interest to you that are free
for the downloading. A comprehensive word document detailing converting from
VB3->4, a utility program that will analyze an existing VB3 project and create
a VB4 project (in a new directory) with any changes necessary to your code
(particularly function calls)... I have used this utility on all of my VB3
projects to learn that no code changes were necessary. Last, they have an
improved grid control(ocx) over that which comes with VB4. I believe this to
be the sucessor to TrueGrid.vbx.
- Lyle