Results 1 to 5 of 5

Thread: video Thumbnails Maker

Threaded View

  1. #1

    Thread Starter
    Addicted Member frozie's Avatar
    Join Date
    Apr 2010
    Posts
    146

    video Thumbnails Maker

    Hi i want to make a Thumbnails Maker, that makes 20 picture of a video and then a file save dialog will appear when its dune. this is my design i have right now



    this is my code on choose button
    Code:
            Dim image As New OpenFileDialog
            image.Filter = "Video´s (*.avi,*.wmv)|*.avi;*.wmv"
    
            If image.ShowDialog = Windows.Forms.DialogResult.OK Then
                TextBox1.Text = image.FileName
    
            Else : Exit Sub
            End If
    Thx
    Last edited by frozie; Aug 13th, 2010 at 05:24 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width