VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



WinHandler

by Kimon Andreou (2 Submissions)
Category: Windows API Call/Explanation
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (43 Votes)

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

Download WinHandler

Download WinHandler (11 KB)

WinHandler Comments

No comments have been posted about WinHandler. Why not be the first to post a comment about WinHandler.

Post your comment

Subject:
Message:
0/1000 characters