is it possible that an image will be clickable ? example this image ... is it possible that when i click it it will go to form2 ....
Printable View
is it possible that an image will be clickable ? example this image ... is it possible that when i click it it will go to form2 ....
Yeah just add a PictureBox or Image to your form and put the form2.show code in the Click Event
VB Code:
Private Sub Image1_Click() Form2.Show End Sub
hmph ... thank you ... but can i put an image GIF ... and how can i put a small video clip i dont know how to use the video clip in components
You'll need to use MS Windows Common Controls... click Project>>Components and select it. Then search for Animation control. It supports simple AVIs. For more advanced video playback, use MS Windows Media Player control.
there is many MS common control in the components should i check it all
Quote:
Originally Posted by LegoKid
and about the video clip i put a video and i type the URL like this
D:\Documents and Settings\Administrator\My Documents\My Videos\Movie.wav
is this correct
I think it's 2 5.0 and 2 6.0... try ;) I don't know what version/s you have.
i have a version of "5.0" "6.0" "2.5.0" "2.6.0" "2.3.0"
why it didnt run ... i dnt know what should i put .avi, .mp3. wmp .....
D:\Documents and Settings\Administrator\My Documents\My Videos\Movie.wav
You'll need to use MS Multimedia Control to play WAV. Try with 2.5.0 or 2.6.0 for Animation control... but it can play only AVI (as i know) ;)
But How Can I Put A Gif Image ..... Cause My Plan Is I Have A Gif And I Set That To Be Clicken ......
Try this...
http://www.vbforums.com/showthread.php?t=350570
the video type of my video is " Windows Media Audio/vido file" what is the code for this ? wma ?
Yes... wma or wmv... you can play this with the MS Windows Media Player control ;)Quote:
Originally Posted by LegoKid
http://www.vbforums.com/showthread.php?t=350570 ... i upload it but only a error ... its a incomplte file ....