I have an OLE Control on my VB6.0 project form with Video Clip as the object. I have selected a video clip while inserting the control on the form.

When I run the application, the form and control come up and I can right click on the control resulting in choices in the pop-up display for Play, Edit and Open. If I click on Play, it plays the video clip I selected at development time as expected.

How can I write code emulate the Play, Edit and Open buttons?

Thanks