The ZoomPictureBox should work equally well in any Windows Form application, regardless of your programming language.

So you could build the ZoomPictureBox Class using any Visual Studio version or VB.Net Express edition from 2005+. Then add the dll file to your ToolBox as explained in Post #1.

Alternatively, you could run the code through a VB.Net to Csharp converter first. If necessary Google for an online or downloadable converter. Then add the class to your own project, or build it separately and add the dll to it the Toolbox as above.

BB