Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

settings for active x on a form

Status
Not open for further replies.

shresthaal

Programmer
Jun 8, 2005
62
US
i am creating an application that uses active x controls. the active x controls have multi threading capabilities. however i have not been able to use them because they wont work. Are there any settings that on the form that i need to change to allow the multitasking. autoyield is set to .t.
 
This is what i want to do. I will have 10 active x control objects on a form. The objects have a property called inuse. If inuse is .f. the object is free and if it is .t. it is not free. Now I want one thread to check which ones are .t. or .f. and I want another thread to call a method for the ones that are .f.. I am sorry I should have written multithreading. Is this possible in vfp and if yes how would i do it?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top