Results 1 to 3 of 3

Thread: Upoad videos in Visual Basic

  1. #1
    Join Date
    Oct 2008
    Posts
    35

    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. #2
    Join Date
    Feb 2008
    Posts
    1,852

    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
    so on ...
    Programming in Visual Basic.

  3. #3
    Join Date
    Apr 2008
    Posts
    2,005

    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

Similar Threads

  1. What is the use of Dialog box in Visual Basic?
    By Alibamu in forum Software Development
    Replies: 5
    Last Post: 02-01-2011, 11:47 PM
  2. what are Visual Basic IDE?
    By Naresh Modi in forum Software Development
    Replies: 2
    Last Post: 06-03-2009, 09:49 AM
  3. Is GUI same like Visual Basic ?
    By Caesar in forum Software Development
    Replies: 2
    Last Post: 02-03-2009, 01:32 PM
  4. Visual Basic 2005 or Visual Basic 6
    By Aasha in forum Software Development
    Replies: 5
    Last Post: 15-01-2009, 06:56 PM
  5. Visual Basic on LAN
    By djbbenn in forum Software Development
    Replies: 2
    Last Post: 05-08-2008, 02:15 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,630,019.77058 seconds with 16 queries