• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Add video (in pop-up window) to the report

Hi Deepak,

Thanks for the ideas, they were useful for me.

I have found another way also, so I just want to share it (linked with windows media player) with the community:

Code:
 Dim WMP As Object
             Set WMP = CreateObject("new:{6BF52A52-394A-11d3-B153-00C04F79FAA6}")
             WMP.OpenPlayer "C:\...\...\...\...\video.avi"
 
Back
Top