VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

MagnifyWindow

Hugh Musser  (8 Submissions)   Windows API Call/Explanation   Visual Basic 5.0   Intermediate   Wed 3rd February 2021

This code magnifies the area under the mouse as you move around the desktop. To use code, open a project with a window.
'Add a timer named Timer1.
'Add a picturebox named Picture1.
'Add a textbox named Text1.
'Add a UpDown control named UpDown1.
'Copy code below to your form.

Inputs
Uses mouse location to determine area to be magnified.

Assumes
Uses API calls.

Returns
Draws a section of the desktop magnified.

Side Effects
None Known.

Rate MagnifyWindow (4(4 Vote))
MagnifyWindow.bas

MagnifyWindow Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters