Hiya
Can you explain what the "Instance" property displayed in the Spy tool is please ?
Thanks
Native Window "Instance" Property
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
The instance is an index-like property for win32 windows which share the same class name, sorted by [x,y]. In some cases this is the only way to distinguish two windows (not including the volatile handle).
For example if there are two windows with class 'MyWndClass123' (and the same parent window) then one window has instance '0' and the other has instance '1'.
Michael
Ranorex Team
For example if there are two windows with class 'MyWndClass123' (and the same parent window) then one window has instance '0' and the other has instance '1'.
Michael
Ranorex Team