How to make a video converter in visual basic 2008 (Express edition)
Uploader Comments (Nicho1995W)
Top Comments
-
Stop complaining about ADFLY!
He want's to make some money; what's wrong with that?
-
Why do you sick fucks care about the fact that he's making money off of this? @Nicho1995W well done dude, keep em coming. These guys are idiots and ur right, putting the code in the description ruins the Private Control set by VB and does not work. ;)
All Comments (93)
-
here's a direct link to the codes, thumbs up so everyone can see :)
h t t p : / / g o o . g l / N h V B I
-
@coolmoviewatcher yep
-
the code :
Button 1 (The open file button)
Selectvid.showdialog()
Button2 (The convert button) Dim type As String = ComboBox1.Text If ComboBox1.Text = "" Then MsgBox("No file type selected") Else End If MsgBox(TextBox1.Text + " shall be converted into a " + type + " file.") Dim oldFile As String = Mid(TextBox1.Text, 1, Len(TextBox1.Text) - 4) FileCopy(TextBox1.Text, oldFile + type)
SelectVid(The openfiledialog)
Dim file As String = SelectVid.FileName TextBox1.Text = file
-
@mankarsandesh11 did you get the code ?
-
yo why doth my friend tell me that there a virus on that site ?
-
it just changes the extension and does NOT convert videos, changing extensions can be done without coding too.
-
@Nicho1995W yeah i did, it works..... Stop being a cheap fuck and sending people via adfly.
You know instead of putting a link for the code you could of put it in the description!
Kk26995 1 year ago
@Kk26995 Yea, make a video and try that. Copy it in to vb again and you will see why i do that. It F's up the code for you guys and this is just to help you so dont complain...!
Nicho1995W 1 year ago
@Kk26995 He's using adf.ly because he gets paid for you to click the ads. That's why he didn't put the code in the description. He's lying to you.
Acebeats1 5 months ago
@Acebeats1 Try putting the code in the description yourself..
Nicho1995W 5 months ago