VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

A Supreme Window API Tutorial Part 2

Jaime Muscatelli  (14 Submissions)   Windows API Call/Explanation   Visual Basic 5.0   Intermediate   Wed 3rd February 2021

This continued version deals with the problem of "multiple textboxes (and other controls) on one window!" Yes, it can be troubling to try to retrieve info from one textbox and get data from another. Fear not, I know how to fix it. If you read my first tutorial, then you know about the FindWindowEx api, and how I claimed that "no one used the second hwnd parameter." Well, that parameter is actually how you access multiple controls on a window (I wasn't informed about it before, but I started c++ and now API is the only way to do things, so I am much more comfortable!). Check it out! KEYWORDS: FindWindow FindWindowEX findwindow findwindowex FINDWINDOW FINDWINDOWEX Multiple multiple Controls controls API api Api Continued continued Many MANY WINDOW window SendMessage SENDMESSAGE WM_GETTEXT Jaime Muscatelli

Rate A Supreme Window API Tutorial Part 2 (11(11 Vote))

Download A Supreme Window API Tutorial Part 2

A Supreme Window API Tutorial Part 2 Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters