Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Rated
Read 28,431 times

Contents

Downloads

Related Categories

Magnifying The Desktop With Visual Basic - Introduction

devarticles

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.

Visit http://www.devarticles.com for more articles and free programming eBooks, or visit Socket6.com for your dose of daily developer news!

© devArticles.com 2001

Comments

  • could u find out

    Posted by eligetiv on 06 Mar 2005

    i am solving similar kind of problem...

    But i doing that in c++. well i found something in msdn. Using GetCursorInfo() one can get the cursor info. and then one can use the drawIcon() to draw. but ...

  • Great

    Posted by guck on 02 Jan 2003

    Great but plz help me how to capture screen include cursor picture

  • capture screen

    Posted by guck on 02 Jan 2003

    plz help me how to capture screen include cursor picture

  • Cool...

    Posted by Michael H on 29 Mar 2002

    I learn't alot about using API by trying this code.

    Pretty cool. works great!