Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
API not found
Message
 
 
To
14/08/2007 11:33:05
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01248000
Message ID:
01248067
Views:
33
>>>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform