In order to determine whether my sister could run VB
or VB .NET on her recently installed system, I created a
VB 6 app, and corresponding VB .NET 2002 and VB
.NET 2003 versions.
The VB 6 code is given below.
Code is just simple API and WMI calls.
I do not want to convert the calls to Framework calls.
All I did was import the .vbp into both versions of VB .NET
and build each .exe.
I want to use the upgraded code without doing a full conversion
to VB ..NET.
I sent her all 3 .exe files. Al three .exe files work on my system.
I have .NET 2002 and .NET 2003 installed in separate OS.
She was able to run the VB 6 version.
Note that she does not have VS .NET, but she tells me
that she installed .NET Framework 1.1 using Windows Update.