Animated GIFs in VB.NET form...

T

Tom

My application is going to do some file copies, searching, etc. During this
time I would like to throw up a small progress window showing the progress
of the operation - but what I would also like to do is to show some of the
animated GIFs that occur when Windows does a file operation. I.E. When you
copy a bunch of files, you get the Windows progress dialog box and it shows
an animated picture of files 'traveling' across the network (or to your disk,
etc etc).

Is there any way one can access this 'GIFs' directly from .NET? And if not,
does anyone know of where one can get these GIFs at? I know a number of years
ago I saw these somewhere but now for the life of me I cannot find them anymore.

Any help appreciated. Thanks in advance.

Tom
 
G

GhostInAK

Hello Tom,
I forget exactly where they are stored.. I wanna say the Windows\System folder..
but I cant be sure.. anyhow.. they are not GIFs, but rather AVI files.

-Boo
 
T

Tom

Hello GhostInAK,

Yea, I figured out (after I sent this) that they were AVI files... Unfortunately,
I did a complete search of the Windows folder (subdirectories included) and
found none of the AVI files. I am suspecting (unfortunately) that they are
embedded somewhere in the Windows executables (maybe as resources).
 
P

Pritcham

Hi Tom

I'm not at my dev machine at the moment but I know that some time ago I
was looking for these as well and found a folder in (I think) the
Visual Studio install path that was called something like "Graphics"
which contained animated GIFs etc for standard windows operations
(along with standard "copy/paste" etc icons/bitmaps. It may have been
an option to include/exclude when I installed VS but it was so long ago
that I can't remember now.

Hope that helps
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Animated gifs 2
Animated GIFs in VB.NET 2005 3
STUPID%20FILE%20NAMES 23
Animated GIFs editing 4
Outlook 2003: Animated Gifs won't animate anymore 0
No animated gifs 4
Animated Gifs 3
How to switch animated GIFs? 2

Top