Page 1 of 1

Making Mouse Effects with VB

Posted: Mon Sep 10, 2012 5:41 am
by 3aaBrSbeel
Hey, I need help on this one.

This is about "Mouse FX."
I'm trying to make clicking effects using Visual Basic 2010.

I wanna make one like this...
iTouch.jpg
I only need the code :?

Like when you click a button saying "Water Effect" The clicking effect is water. Like that picture.
It's interesting to see this person make a program like this in VB 2010. Well, he doesn't respond to any of my reply. So could you help me out?

If you want to download his program. It's here below.

This file is hosted off-site.

Sorry for the offsite link. I don't know how to upload it directly.

Re: Making Mouse Effects with VB

Posted: Mon Sep 10, 2012 11:37 am
by Shim
it looks nice but i dont know how to code it lets see what others know about this

Re: Making Mouse Effects with VB

Posted: Fri Sep 14, 2012 12:36 pm
by CodenStuff
I think something like this could be done in a few different ways for example using an animated mouse icon, an animated gif on a transparent form or creating the effect on a form using its paint event maybe :? ..you can find a few examples of this type of effect by doing a quick google search for VB or C# water effect or ripple effect.

Here is one: http://www.codeproject.com/Articles/374 ... -Image-box

Re: Making Mouse Effects with VB

Posted: Fri Sep 14, 2012 12:43 pm
by Vikhedgehog
You could try to decompile it.

Re: Making Mouse Effects with VB

Posted: Fri Sep 14, 2012 2:48 pm
by muttley1968
why don't you just get a gif of what you want and make it play on the mouse click or just a series of picks set into a timer or something simple like that :P ?....

Re: Making Mouse Effects with VB

Posted: Sat Sep 15, 2012 3:08 am
by 3aaBrSbeel
Good one, #CodenStuff. I'll try. hehaho;