|
-
Oct 22nd, 2002, 12:45 AM
#1
Thread Starter
New Member
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
-
Oct 23rd, 2002, 05:51 AM
#2
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:
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|