473,472 Members | 2,088 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Show GIF or Flash animation on top of everything

1 New Member
I want to use a VB script for this: Insert a flash or animated gif in my PC.

I want that the animation can appear on top of anything on the screen in that moment. For example an animation that appear on the right side of the screen and moves toward the left with a message that I can customize. Maybe somebody can make a script like that. It is to be used with windows XP. Or maybe tell me if there is a software that can do this.
Please post the answer here or write to.

[E-mail address removed by Moderator]

Please give me a hand.

Lots of thanks in advance.

Gerardo Lopez. From Costa Rica.
Jan 9 '08 #1
2 2001
daniel aristidou
491 Contributor
I want to use a VB script for this: Insert a flash or animated gif in my PC.

I want that the animation can appear on top of anything on the screen in that moment. For example an animation that appear on the right side of the screen and moves toward the left with a message that I can customize.
This is very easy in vb08 im not sure about the other versions........

Get vb08....(express free if you dont have )
on the form properties you can set ontop = true
set the form border options = none
add the gif to your form
And use a timer to move the form around...
so simply add the gif to this.....
also if you want you also have the choice of making the form semitransparent.
Jan 16 '08 #2
larystoy
9 New Member
Save each picture of your gif as transparent. IE dove1.gif, dove2.gif .... dove14.gif.

place a timer set to 1000 and all of the individual pictures along with the animitaded gif original on top of each other. The animated gif file is called "picAnimate" in this example.

The example below is a dove flying across the screen from left to right.

Private Sub DoveTimer_Timer()

picAnimate.Top = 1 'set location from top of screen

Static currentpic As Integer
If currentpic = 14 Then currentpic = -1
currentpic = currentpic + 1
picAnimate.Left = picAnimate.Left + 55
If (picAnimate.Left) > ScaleWidth Then picAnimate.Left = -1000 ' orig -3600
picAnimate.Picture = imgDove(currentpic).Picture

End Sub
Jan 29 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Sura | last post by:
Hi I have designed a simple DHTML menu which comes over a flash animation when it appears. I have set the window mode as transparent in the flash project. This menu is showing fine when seen...
3
by: balakrishnan.dinesh | last post by:
Hi all, I want to add some good attraction to my web pages, Like Flash etc, But if include flash file means it will take much time to load the page, and server also gets slow. So Instead of using...
4
by: petermichaux | last post by:
Hi, Is there any way to make DOM scripted animation smoother? Flash is far superior in this area. Any one here know what makes Flash so smooth by comparison? I don't like the fact that the...
115
by: post2google | last post by:
I was thinking about where to go for lunch the other day, so I went to hardees.com to see what the menu looked like these days. What comes up is a big note that my flash version is not new enough...
11
by: emailus | last post by:
I am webmaster for the domain <www.alpha1.org.au>. Not being an expert in html, I take advantage of my domain Registrant's web building tool, 'Instant Website'. This tool is provided as part of...
13
iam_clint
by: iam_clint | last post by:
Starting a thread for flash tutorials and such.. got a good link? pm me. http://www.kirupa.com http://www.actionscript.org/resourc...ries/Tutorials/ http://www.gotoandlearn.com ...
3
by: VMI | last post by:
What are the advantages/disadvantages of using the Flash component on my screensaver application? The basic animation that the screensaver will include can be done either with Flash or by writing...
2
by: keeplearning | last post by:
Hi Friends ! Please view this ANIMATION . I want to control this animation with a play and pause button . when clicked on play button , the animation should start playing . and when clicked...
2
dream party
by: dream party | last post by:
Inserting a Flash (SWF, FLV) file into HTML web page is already an old and familiar thing to all of us. It is a rather non-flexible thing that just to edit some options in the template. However, I...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.