|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
Re: Upoad videos in Visual Basic I'm creating a form and within the need to upload a video. The detail is that you must select a video off a combobox, the options that appear there, displaying the corresponding video. Is this possible? I would greatly appreciate your input. |
#2
| |||
| |||
Upoad videos in Visual Basic Click to give the combos, use the click event and using the windows media player so this component have to attach it ... Code: and have this code ... if combo1.text = "video1" then windowsmediaplayer1.url ( "path of the video") elseif combo1.text = "video2C" then windowsmediaplayer1.url ( "path of the video") end if Programming in Visual Basic. |
#3
| |||
| |||
Re: Upoad videos in Visual Basic Have a look at this site. I think you are looking for this only. http://blogs.msdn.com/vbteam/archive...att-gertz.aspx |
![]() |
|
Tags: upoad, video, visual basic |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
What is the use of Dialog box in Visual Basic? | Alibamu | Software Development | 5 | 02-01-2011 11:47 PM |
what are Visual Basic IDE? | Naresh Modi | Software Development | 2 | 06-03-2009 09:49 AM |
Is GUI same like Visual Basic ? | Caesar | Software Development | 2 | 02-03-2009 01:32 PM |
Visual Basic 2005 or Visual Basic 6 | Aasha | Software Development | 5 | 15-01-2009 06:56 PM |
Visual Basic on LAN | djbbenn | Software Development | 2 | 05-08-2008 02:15 PM |