Don_Juan
April 20th, 2001, 10:13 PM
Hi all Gurus,
Hope someone could assist:
I have an animated gif which I would like to open in a vb form. The following 2 files were in the directory "c:\test" :
1) animate.gif
2) animate.avi
In my new vb project, I have added the component "Microsoft Windows Common Controls 2 6.0" which is the c:\winnt\system32\mscomct2.ocx
In my form1, I have added the new animation control name "animation1"
These codes were added:
Public Sub Form_load()
animation1.open "c:\image\animate.avi"
animation1.play
end sub
At run time, I got this error message:
Run-Time error '35752'
Unable to open avi file
Could anyone please help. Thanks in advance
Newbie
Hope someone could assist:
I have an animated gif which I would like to open in a vb form. The following 2 files were in the directory "c:\test" :
1) animate.gif
2) animate.avi
In my new vb project, I have added the component "Microsoft Windows Common Controls 2 6.0" which is the c:\winnt\system32\mscomct2.ocx
In my form1, I have added the new animation control name "animation1"
These codes were added:
Public Sub Form_load()
animation1.open "c:\image\animate.avi"
animation1.play
end sub
At run time, I got this error message:
Run-Time error '35752'
Unable to open avi file
Could anyone please help. Thanks in advance
Newbie