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
Contributors
User avatar
ManMega1
VIP - Site Partner
VIP - Site Partner
Posts: 326
Joined: Thu Dec 31, 2009 6:09 pm

Youtube Subscribe Link Maker
ManMega1
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
Code: Select all
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
button1 code
Code: Select all
Timer1.start
textbox1 code
Code: Select all
If TextBox1.Text.Contains(" ") Then
            MsgBox("The username is invalid!")
        End If
and your done thats it
You do not have the required permissions to view the files attached to this post.
Image
Image
Image
Image
Image
User avatar
35000vr
Top Poster
Top Poster
Posts: 176
Joined: Sat Mar 06, 2010 5:09 pm

Re: Youtube Subscribe Link Maker
35000vr
Nice!
Thanks for the source :D
‼ <----- 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:ß┬ƒ○║■ã¿┼↑
User avatar
upperdrag
Excellent Poster
Excellent Poster
Posts: 321
Joined: Fri Mar 12, 2010 12:05 pm

Re: Youtube Subscribe Link Maker
upperdrag
hahah it's very very nice although i find the progressbar unnecessary :l
User avatar
ManMega1
VIP - Site Partner
VIP - Site Partner
Posts: 326
Joined: Thu Dec 31, 2009 6:09 pm

Re: Youtube Subscribe Link Maker
ManMega1
bob wrote:
i love your programs
lol
Image
Image
Image
Image
Image
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: Youtube Subscribe Link Maker
Lewis
upperdrag wrote:
hahah it's very very nice although i find the progressbar unnecessary :l
I have too agree with this! Very helpfull program but progress bar is unneeded because this task would just talk 1 second to do :D Nice try though ;)
Lewis.
Image
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: Youtube Subscribe Link Maker
zachman61
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
Return to “Tutorials”