Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Altering a Method
Message
 
 
To
03/12/2002 15:49:09
Todd Wolfe
Certified Marketing Services
Kinderhook, New York, United States
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00729140
Message ID:
00729185
Views:
11
You can subclass your Activex control
oObj = Createobject("Mycontrol")
...
DEFINE CLASS Mycontrol AS Olepublic
  OleClass = "< put control's ole class here >"
  PROCEDURE finish
	* Your code here
  ENDPROC 	
ENDDEFINE


>I have an activeX control that automaticly fires a method called finish once, its send method is fired. I am creating the object through code and not on a form. I need to have code fire in between the send method and the finish method, however I cannot figure out how to do that without using a form and putting code in the finish method? Is there any way arond doing this?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform