hi i would like a image in my vb.net programe to move on thescreen when a user clicks a button, how would i do this?
Regards
Homer
Printable View
hi i would like a image in my vb.net programe to move on thescreen when a user clicks a button, how would i do this?
Regards
Homer
Are you planning on using directional buttons?
If so... you might try something like
VB Code:
'Right Button: image.left = image.left + 100 'any movement interval 'Left Button: image.left = image.left - 100 'again, whatever u want here 'Up Button: image.top = image.top - 100 'Down Button: image.top = image.top + 100
Just a thought... :p
Squirrelly1 ;)
Hi,
Making an image move inside the form like a Screen Saver
Look at the attached example
Have a nice day
thanks ive d/l the file but it won't open in visual studio says theres files missing?
Hi,
I Download the file that I sent
and I open it again in my computer
and it working Ok.
Try again
Have a nice day
Make sure you have the right version of .Net... I've heard of this happening before...
Did you ever get it to open?
Squirrelly1
Hi,
I wrote it with vs 7.0 (2002)
Have a nice day
Yeah, I figured...
If you just upgrade it to 2003 it should work (I got it to on my machine)...
Are you using this for the program I was talking to you about Homer?
~Squirrelly1
Hi,
I do not have 2003.
But I have the program "VSConvert"
If I convrt it to vs 2003 with this program
I do not know if it will work with 2003
because I do not have vs 2003.
I upload a new one
Have a nice day
I don't think you need the Convert program, do you? When I tried to open the older file, my VB.Net told me it needed to be upgraded to the new "version format"...
Thanx for the new file tho... Homer's software may not have this functionality...
Squirrelly1
Hi,
Did it work with vs 2003 ?
I have not checked yet... I can if you want me to though...
Gimme a sec.. I'll post back..
Squirrelly1
Hi,
I mean the new one
Yes please I am waiting...
Yeah, it works just fine...
Squirrelly1
Hi,
Thanks
In my clock is 18:57
I do not what is yours
Have a nice day
You mean the time?
It's almost 11 A.M. here...
Squirrelly1