|
Browse by Tags
All Tags » Vb6 ( RSS)
-
|
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...
|
|
|
|