Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > General > Upgrading a Visual Basic 3 Program


Reply
 
Thread Tools Display Modes
  #1  
Old 06-10-2006, 01:55 AM
jayel49 jayel49 is offline
Newcomer
 
Join Date: Jun 2006
Location: Salford, UK
Posts: 2
Default Upgrading a Visual Basic 3 Program


About 10 years ago I wrote an application for a business colleague in Visual Basic 3. He has used this program since then, despite it's limitations when running under the latest versions of Windows. I now have an opportunity to supply the program to another friend but he wants it updating to be fully compatible with the latest Windows versions.

Is it possible to load the original code into a newer version of VB? If this is possible which version of VB should I buy. There seems to be a bewildering number of options available and I would like advice in order to ensure I buy the appropriate one.
Reply With Quote
  #2  
Old 06-10-2006, 03:02 AM
esposito's Avatar
esposito esposito is offline
Contributor
 
Join Date: Jul 2003
Location: Perugia - Italy
Posts: 456
Default

Quote:
Originally Posted by jayel49
About 10 years ago I wrote an application for a business colleague in Visual Basic 3. He has used this program since then, despite it's limitations when running under the latest versions of Windows. I now have an opportunity to supply the program to another friend but he wants it updating to be fully compatible with the latest Windows versions.

Is it possible to load the original code into a newer version of VB? If this is possible which version of VB should I buy. There seems to be a bewildering number of options available and I would like advice in order to ensure I buy the appropriate one.
A VB3 .mak project can be loaded into VB5/6 on condition that you save the original VB3 forms as text files (.frm) and graphic files (.frx)

Obviously, all the 16-bit API calls, if present, must be converted into Win32.

By the way, VB3 executables are still fully compatible with 32-bit versions of Windows, as far as I know.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->