Results 1 to 2 of 2

Thread: windows movie maker in visual basic 6

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Posts
    2

    Exclamation windows movie maker in visual basic 6

    Can u help me for getting me the info about how to use windows movie maker in visual basic 6. eg. we can use microsoft word in vb6 with help of com concept. can u help me i will appreciate it

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    I haven't got the movie maker installed here at the moment, but if you goto the project menu> references option there may well be a reference you can add in either under "microsoft" or "Windows" options listed.

    If there isn't anything here, hit the browse button at this screen & navigate to the movie maker folder in the program files directory to see if there are any dll files in here you can add.

    Once you have these references in place, type in the code window:
    VB Code:
    1. Dim objMovMaker as
    as soon as you hit the space, the intellisense should list any references you can have & you'll probably find there's something like a WindowsMovieMaker.Application entry you can choose.

    With all of this setup, you can use the object browser tool from the vb view menu to see which properties and methods the movie maker reference exposes for you to use in your application.

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

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