|
Browse by Tags
All Tags » Vb6 » VB6 Migration ( RSS)
-
|
In VB6 when you have an ActiveX Library it was very important to use the BinaryCompatibility setting to make sure that your applications did not break after a change. So let’s first introduce what is binary compatibility and how to accomplish that in...
|
-
|
Either if you migrate your application from VB6 to C# or if you develop a new application in C# something you end up with cases where you need to use your classes in legacy apps. Some of them could have been written in VB6 or could even be VBA macros...
|
-
|
vb Constant Decimal Value Hex Value .NET vbDstInvert 5570569 H550009 System.Drawing.CopyPixelOperation.DestinationInvert vbMergeCopy 12583114 HC000CA System.Drawing.CopyPixelOperation.MergeCopy vbMergePaint 12255782 HBB0226 System.Drawing.CopyPixelOperation...
|
-
|
To create a new Team System Project in Visual Studio 2005, follow these steps: 1. Go to the File Menu. Select New…, and in the New… submenu select Team Project… to start a wizard. 2. The “Specify the Team Project Settings” of the New Team Project wizard...
|
-
|
This post will show you the necessary steps to configure Microsoft Visual Studio 2005 to use a Team System Project. In this example we will use a Team Project created to illustrate Continuous Migration with VBUC and MS Team System 2005, called MergeExample...
|
|
|
|