Search Tools Links Login

WinHandler

Posted: 2002-06-01
By: ArchiveBot
Viewed: 68

Filed Under:

VB6 Code Cache

Title Uploaded Size
CODE_UPLOAD1059410112000.zip 9/3/2020 3:45:00 PM 11,271

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()

Original Author: Kimon Andreou

Assumptions

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


Comments on this post

No comments have been added for this post.

You must be logged in to make a comment.