|
-
Feb 10th, 2000, 07:14 AM
#1
Thread Starter
Hyperactive Member
What exactly is a handle to a form, textbox, etc.?
Is it an address?
An offset in some code?
A pointer to the entry point of a DLL?
Or something completely different?
Thanks,
Al.
------------------
A computer is a tool, not a toy.
<A HREF="mailto:[email protected]
[/EMAIL]
[email protected]">[email protected]
[EMAIL]
[email protected]</A>
-
Feb 10th, 2000, 07:59 AM
#2
PowerPoster
It's something to open a door...
But in Windows, it's an identifyer for anything that is on the screen, be it forms, texboxes, combo, picture, everything has a handle apart from things like a label.
-
Feb 10th, 2000, 11:13 AM
#3
Hyperactive Member
Windows enumeretes any visual components created by applications and keeps it parameters in a special table in the memory.
So this handler is a identifier for the object and gives you an access to this object in the memory. You can say it is a pointer ( in C++ terms).
And chrisjk!
Label originaly has a handler (as soon as it is a visual object), it just not accessable directly in VB.
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
|