|
-
Feb 24th, 2002, 10:40 AM
#8
PowerPoster
Originally posted by SkiNLaB
oops one more thing...
'Create a buffer
MyStr = String(GetWindowTextLength(hwnd) + 1, Chr$(0))
whats this buffer stuff?
Creates a buffer of length returned by the GetWindowTextLength and fills it with Null. You will get your Window Caption in this buffer.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|