Magnifying The Desktop With Visual Basic

Introduction

This article was contributed by Jason Brimblecombe from devArticles.com. If you're after free programming eBooks then please click here.

A very handy application that's included with the Windows operating system is the magnifier, which you can find in the accessibility folder. Basically, the windows magnifier is designed for computer users who suffer from any form of vision impairment. It acts as a magnifying lens that enlarges a section of the screen when the mouse moves over it. I often use the windows magnifier myself, but I have found a few areas of the program that need a little improvement, that's why I decided to write my own magnifier.

In this article I will show you how easy it is to write your very own magnifier using Visual Basic 6. We will be making use of several Windows API calls however, so you should read my article about Windows API calls first.

You might also like...

Comments

About the author

Mitchell Harper Australia

Visit http://www.devarticles.com for more articles and free programming eBooks, or visit Socket6.com for your dose o...

Interested in writing for us? Find out more.

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity.” - Dennis Ritchie