Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
VB6 で開発された ActiveX COM DLL があります。Visual Foxpro 6 でどのように使用できますか?
Visual Foxpro 6 コードで説明してください。
試す:
myObject = CREATEOBJECT("Project.Class") myObject.RunMethod()