VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

WinHandler

Kimon Andreou  (2 Submissions)   Windows API Call/Explanation   Visual Basic 3.0   Advanced   Wed 3rd February 2021

WinHandler lets you manipulate the existing windows on your system. You can resize, move, change style and text, kill, copy, paste, undo etc. All by using Win32 API calls.
It is a good demonstration (in my opinion) of Enumeration functions, SendMessage() and SetWindowPos()

Assumes
You have to have some basic understanding of how windows works, or you can really screw your system (temporarily though). BTW, I used some parts from Randy Birch's site: www.mvps.org/vbnet

Side Effects
I built it have a resolution of 1024x768 pixels in mind. If you have anything less, you won't see everything.

API Declarations

Rate WinHandler (43(43 Vote))

Download WinHandler

WinHandler Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters