Tag: Development

Community

Pan / scroll an Image in VB.NET

(Anthony Queen) Pan an image” is a term often used by people familiar with graphics design. Basically, it means to move an image one direction or another. This can be accomplished in a number of ways, but two of the most popular are: 1) using scrollbars, or 2) Leftclicking the image and dragging the

Community

Using Data Compression in .NET 2.0

(Wei-Meng Lee) One of the new APIs available in the .NET Framework 2.0 is the new set of compression classes located in the System.IO.Compression namespace. The two new classes in this namespace are GZipStream and DeflateStream. Using these compression classes, you can enable compression and decompr