Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Obtaining the control's handle
Message
From
06/09/2002 13:09:19
 
 
To
03/07/2002 06:35:05
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00674043
Message ID:
00697632
Views:
20
>>Native VFP textbox and editbox controls do not have their own hWnds - they're user-rendered based on the hWnd of their container. You may want to use an ActiveX textbox/editbox instead of the natie VFP control classes, or with VFP7, might want to use the IAccessible interface tohandle the VFP controls - all VFP controls expose an IAccessible interface so that VFP 7 deliver MS Accessibility support.
>
>How can get the IAccessible interface from a VFP7 control. I tried the following:
>
>loTestForm = CREATEOBJECT('form')
>loTestForm.AddObject('Test','textbox')
>loTestAccessible = GETINTERFACE(loTestForm.test, 'IAccessible')
>
>
>But it does not work, because loTestForm.test is not a COM object.
>Can you give an example please?

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fox7help/html/fotskusingautomatedtestharness.asp
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform