Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Obtaining the control's handle
Message
De
06/09/2002 13:12:07
 
 
À
03/07/2002 06:35:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00674043
Message ID:
00697633
Vues:
17
>>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

and

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fox7help/html/fourfaccessibilitybrowswerwindow.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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform