如何使用vb.net下载视频 [英] How to download Video using vb.net

查看:297
本文介绍了如何使用vb.net下载视频的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用vb.net构建下载管理器

How to build download manager using vb.net

推荐答案

查看下载管理器



http://www.vbdotnet.in/2012/03/ how-to-download-file-using-vbnetfast.html [ ^ ]



如果你想下载视频,你可以在
来源伪造



http: //sourceforge.net/projects/youtubertool/?source=directory [ ^ ]
Check this out for a Download Manager

http://www.vbdotnet.in/2012/03/how-to-download-file-using-vbnetfast.html[^]

If you want to download Videos you can check Youtuber source code on
source forge at

http://sourceforge.net/projects/youtubertool/?source=directory[^]


这里有一篇文章

MyDownloader:多线程C#分段下载管理器 [ ^ ]

YoutubeExtractor [ ^ ]

C#我认为你可以转换代码。
here is an article for you
MyDownloader: A Multi-thread C# Segmented Download Manager[^]
YoutubeExtractor[^]
Its in C# I think you can convert the code.


制作你的表格,3个文本框,1个按钮



首先导入系统。净价



然后你去上课form1并输入

Public WithEvents下载为新的WEbClinet



Button1_Click:



download = New WebClient

download.DownloadFileAsyno(New Uri(textBox2.Text),TextBox1.Text +\+ TextBox3.Text)





textbox1 - url

textbox2 - folderbrowse对话框路径(你导入和文件夹owse对话框..)

textbox3 - 在此文本框中为文件命名
Make your form, 3 textboxes, 1 button

first you import System.Net

then you go to class form1 and type
Public WithEvents download as New WEbClinet

Button1_Click:

download = New WebClient
download.DownloadFileAsyno(New Uri(textBox2.Text),TextBox1.Text + "\" + TextBox3.Text)


textbox1 - url
textbox2 - folderbrowse dialog path (you import and folderbrowse dialog..)
textbox3 - in this textbox you name your file


这篇关于如何使用vb.net下载视频的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆