Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create AVI from Picturebox

Status
Not open for further replies.

x508

Programmer
Jun 26, 2003
396
ZA
HI, is it al all possible to create an AVI from the Picturebox control (Looping Images throught the picturebox control and recording it in an avi)

If not, any ideas?

**********************************
May the Code Be With You...
----------
x50-8 (X Fifty Eigt)
 

Where as I used the Advanced Search option in my forums using all words for Create AVI I came across these ...

thread222-741939
thread68-696107
thread222-670526

Granted there is not a direct answer that I could find but there are some links in these threads that may help.

Good Luck

 

x508, did you find any of the links in these threads helpful? Have you done a web search?

Good Luck

 
Thanks VB5,

I've searched a lot and found that I will have to use a third party dll.

But I know you are supposed to be able to do it with the avicap32.dll

Where can I found out how to call the functions of this dll?

**********************************
May the Code Be With You...
----------
x50-8 (X Fifty Eigt)
 
Use Depends to find out the entry points into the dll and then use help or MS web site to find out about the api's.

Then I used avicap32.dll for a search at MS and came up with this


which if you take a look at the technical resources section top 2 links it looks out of date, but if you user either (almost the same place) you will find that it is preliminary information (for win95/98/me) that was compiled in jan of 2k3. Goooo Figure.... but you may find mention of some good keywords to look up in their.

Good Luck
 
I have been there before...

Maybe I'm just stooped but I don't understand what they are getting at there...everything is in c++

Are there no documentation on certain DLL's that developers can use to apply the functionality of these DLL's in their apps.

Can they really be released without any documantation?

**********************************
May the Code Be With You...
----------
x50-8 (X Fifty Eigt)
 
A quick google using avicap and vb found:
which may help

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'If we're supposed to work in Hex, why have we only got A fingers?'
 
Thanks John

Still, I would like to know what can be done with the avicap32.dll

I need documentation on it, exsamples help too, but I need to know how it works...

**********************************
May the Code Be With You...
----------
x50-8 (X Fifty Eigt)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top