Youtube Subscribe Link Maker
Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
6 posts
Page 1 of 1
Youtube Subscribe Link Maker
For this tutorial you will need to add
2 labels
2 textboxes
1 button
1 progressbar
and 1 timer
place them like so
![Image]()
timer1 code
For this tutorial you will need to add
2 labels
2 textboxes
1 button
1 progressbar
and 1 timer
place them like so

timer1 code
Code: Select all
button1 code
ProgressBar1.Increment(1)
If ProgressBar1.Value = ProgressBar1.Maximum Then
Timer1.Stop()
ProgressBar1.Value = 0
MsgBox("Link Created!")
TextBox2.Text = "http://www.youtube.com/subscription_center?add_user=" + TextBox1.Text
End If
Code: Select all
textbox1 code
Timer1.start
Code: Select all
and your done thats itIf TextBox1.Text.Contains(" ") Then
MsgBox("The username is invalid!")
End If
You do not have the required permissions to view the files attached to this post.
Nice!
Thanks for the source
Thanks for the source

‼ <----- Copy it,it is together and if you backspace it it will both erase
☺☻♥♦♣♠•◘○◙♂♀♪♫☼►◄↕‼¶§▬↨↑↓→←∟↔▲▼ !"<-----Some Cool symbols.
♂<-----Boy Symbol
²ƽ<--------Mini 2 and 5!
ð<----Not sure what it is.
☺☻<-----Smiles
♪♫<----Music Notes
Others:ß┬ƒ○║■ã¿┼↑
☺☻♥♦♣♠•◘○◙♂♀♪♫☼►◄↕‼¶§▬↨↑↓→←∟↔▲▼ !"<-----Some Cool symbols.
♂<-----Boy Symbol

²ƽ<--------Mini 2 and 5!
ð<----Not sure what it is.
☺☻<-----Smiles
♪♫<----Music Notes
Others:ß┬ƒ○║■ã¿┼↑
hahah it's very very nice although i find the progressbar unnecessary :l
upperdrag wrote:hahah it's very very nice although i find the progressbar unnecessary :lI have too agree with this! Very helpfull program but progress bar is unneeded because this task would just talk 1 second to do

Lewis.
it makes it look more advanced like it has to load the process
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that 

6 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023