View Full Version : How can i get a object-handle .
Esfahan
10-27-2008, 07:53 AM
for example handle of "Lebel1".
It will be useful in some API coding.
RizlaUK
10-27-2008, 08:43 AM
you can only get the handle of windowed objects like listbox, input, web, combo, winbutton and grid
objects like buttons and labels do not have a handle thats accessable to API
Esfahan
10-27-2008, 08:47 AM
Hello man
Ok, can you call me ,how can i do it for windowed objects as example?
RizlaUK
10-27-2008, 09:15 AM
the listbox window handle is stored in the var hWnd
hWnd = ListBox.GetProperties("ListBox").WindowHandle;
Esfahan
10-27-2008, 10:02 AM
Thanksful :yes
that's cool way.:)
Powered by vBulletin™ Version 4.0.6 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.