|
-
Apr 3rd, 2007, 04:40 AM
#1
Thread Starter
Lively Member
Playing GIF's with the smallest amount of code!
I have seen heaps of diffrent ways to play gifs in Visual Basic. However I am looking for a simple way to do this, maybe a Module or Control. Your help would be great. Thanks
-
Apr 3rd, 2007, 05:12 AM
#2
Re: Playing GIF's with the smallest amount of code!
Use [code] source code here[/code] tags when you post source code.
My Articles
-
Apr 3rd, 2007, 06:07 AM
#3
Re: Playing GIF's with the smallest amount of code!
 Originally Posted by feneck
I have seen heaps of diffrent ways to play gifs in Visual Basic.
Gifs are pictures, how can you play a picture?
Keith
I've been programming with VB for 25 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.
-
Apr 3rd, 2007, 06:19 AM
#4
Thread Starter
Lively Member
Re: Playing GIF's with the smallest amount of code!
-.- i mean an animated gif...
-
Apr 3rd, 2007, 06:27 AM
#5
Re: Playing GIF's with the smallest amount of code!
 Originally Posted by feneck
-.- i mean an animated gif...
Well please state that. Do a search there are loads of examples on here.
Keith
I've been programming with VB for 25 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.
-
Apr 3rd, 2007, 06:33 AM
#6
Thread Starter
Lively Member
Re: Playing GIF's with the smallest amount of code!
omg, yes like i said at the start! YES I NO THERE ARE LOADS OF THEM! But i cant seem to find a *small* and easy example. so im hoping there is someone out there, that has one...
-
Apr 3rd, 2007, 06:53 AM
#7
Re: Playing GIF's with the smallest amount of code!
The simplest is a WebBrowser. I don't have any code here, I will post when I get home.
Keith
I've been programming with VB for 25 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.
-
Apr 3rd, 2007, 06:54 AM
#8
Re: Playing GIF's with the smallest amount of code!
Not a lot of help indeed.
QGifPro.OCX = freeware. Easy and fast, but you have to implement the OCX within your distro. If you want it I can upload it. I have permission of the author to distribute the file as freeware.
Example without OCX: http://www.planet-source-code.com/vb...txtCodeId=8224
Example without OCX: http://www.devx.com/vb2themax/Tip/18551
-
Apr 3rd, 2007, 02:31 PM
#9
Re: Playing GIF's with the smallest amount of code!
Ok playing an animated Gif through a WebBrowser.
Keith
I've been programming with VB for 25 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.
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
|