CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2009
    Posts
    1

    Question making a popup to show video

    Hello people,

    anybody know how i can create a popup to show videos ???

    i have looked at cpopup , ws_popup but i'm having difficulty understanding them. is there a simpler way to do this ???

    the popup window just needs to play a video. then users can continue with the program while viewing the video.



    so currently i am using axwindowsmediaplayer it just takes up too much space in the GUI. So I have to put it in a separate window.


    thanks for the help !

  2. #2
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    Re: making a popup to show video

    Popup can be shown by creating a dialog box, you can add you player ocx there. Here are some tutorials on dialog box using VC++.

    http://www.codeguru.com/cpp/w-d/dislog/
    Regards,
    Ramkrishna Pawar

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured