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

    Which control to use for building my own Multimedia-Webbrowser?


    Hello,

    I'm software developer and have to build a customer specific version of a webbrowser.

    This browser should have the following features:

    1. view/play multimedia files (videos/audio files)

    2. build a specific GUI with controls in customer specific colors/designs

    My questions are:

    1. Which control should I use?
    2. Which language should I use (C++ or VB)?
    3. Where can I get further informations about these things?

    Thank you very much for your help.

    Dieter Moehrle


    **************
    Mikael Person
    [email protected]

  2. #2
    Guest

    Re: Which control to use for building my own Multimedia-Webbrowser?

    Hi,

    1. You can use the Microsoft WebBrowser control in your application to view mm files.

    2. It depends on your own skills and abilities that in which tool you are sound. This task not only can be done in VC++ but also in VB easily.

    3. For further information, you should follow MSDN.

    Muhammad Atif
    [email protected]


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