Hi In the past I have successfully embedded Visio drawings on a form and have been able to manipulate them via ole automation. I now want to try to do the same thing with SVG documents.
Using the form designer ActiveX control brings up a dialog from which one can choose to "create from file" and browse to the VSS, or in this case SVG, document. Doing this creates an object on the form for the the default application for the file type in question. How would I go about creating an embedded document with/for a specific applicaton. I have three apps that can open/handle SVG files and I want to test how each one behaves when embedded in a VFP form. I think I need something like Form.AddObject(cName, cClass [, cOLEClass] [, aInit1, aInit2 ...]) but there are no specific examples in the help. I would also need to know how I would find the value of "cOLEClass" for a given application Lastly does anybody have any recommendations for an app to handle SVG and which "embeds nicely" on a VFP form Thanks Paul Newton _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

