|
Browse by Tags
All Tags » Vb6 ( 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...
|
-
|
Microsoft has decided that .hlp files are not the best option for your help files. And you will probably receive an error message like: http://support.microsoft.com/kb/917607 If you still want to run your .hlp help files you still can look for a WinHelp...
|
-
|
I was recently trying to get the exact width of a string. And I found that the Graphics.MeasureString does not give an exact result. I finally found Pierre Arnaud post in Code Project , which gave me a good explaination and solution of what was happening...
|
-
|
In VB6 ActiveX-EXEs or ActiveX OLE Server where used for several reasons. Sometimes it was performance (because it allowed you to run your code in another process) and sometimes as way to share resources between several applications, like connection information...
|
-
|
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...
|
-
|
This is an interesting workaround that you can use to support the migration of ActiveX Documents with the Artinsoft VBUM. DOWNLOAD TOOL With this tool you can fix your projects, so they are supported by the the Artinsoft Migration Tool. Just run the tool...
|
|
|
|