RSC/MP 7.2 Programming Manual
Sample Code Overview
HP NonStop Remote Server Call (RSC/MP) Programming Manual—522360-004
F-5
Visual Basic .NET Sample
identifying areas of change when migrating an existing RSC/MP VB6 application to
VB.NET.
The RSC/MP VB.NET sample application is called RscTestVBnet. It is functionally
equivalent to the VB6 sample RscTestVB.
RscTestVBnet is delivered as source code only; executable files are not delivered.
RscTestVBnet is included with Windows clients only. To examine or build
RscTestVBnet, use the VB.NET development environment. Note that the VB.NET
development environment is not available for Microsoft Windows 95/98/NT/Me.
When deploying RscTestVBnet or any .NET application to a workstation that does not
have the VB.NET development environment, make sure the .NET Framework is
installed on the workstation.
RscTestVBnet source files are installed to the testvbnet directory within the samples
directory within the RSC/MP product installation directory. RscTestVBnet also depends
on the declarations file rsc.vb which is installed to the include directory within the
product installation directory.
For more information, see the comment header inside sample file RscTestTop.frm.
The abstract in that header gives configuration requirements for client and host; and an
overview of the organization of the sample code.