Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
API not found
Message
 
 
À
14/08/2007 11:33:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01248000
Message ID:
01248067
Vues:
34
>>>Okay - here I go digging into classes. Another level of fox for me. ;-)
>>
>>I can help you if you give me class library and class name.
>
>_mulitmedia.vcx - It's in the VFP9 root. I'm having trouble subclassing the danged thing. How is that done?

In the openvideo method comment out code as shown below
*!* Need to use window handle functions in FoxTools
***SET LIBRARY TO HOME() + ".\FOXTOOLS.FLL"
***EXTERNAL PROCEDURE MainHWND
***EXTERNAL PROCEDURE _WhToHwnd
***EXTERNAL PROCEDURE _WOnTop

* Returns Handle of Main VFP Window
* Main_hWnd = MainHWND()	
Main_hWnd = _VFP.hWnd

* Get Handle of the form with FOXTOOLS.FLL
***IF TYPE("THISFORM")="O"
	cur_window = THISFORM.HWnd
***ELSE
***	cur_window = _WhToHwnd(_WonTop())
***ENDIF
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform