Team PWNAGE™
Already a member ? Log in now !

Unregistered ? Sign up for the teamPWNAGE forums to recieve exclusive content, read reviews or write one, seek help, help others, chat with members or just relax!

NO ADS FOR REGISTERED MEMBERS Smile

* TeamPWNAGE will now email all registered members next time an " xbox 360 ban wave occurs" so you wont get caught out! *

TeamPWNAGE welcomes you !

Join the forum, it's quick and easy

Team PWNAGE™
Already a member ? Log in now !

Unregistered ? Sign up for the teamPWNAGE forums to recieve exclusive content, read reviews or write one, seek help, help others, chat with members or just relax!

NO ADS FOR REGISTERED MEMBERS Smile

* TeamPWNAGE will now email all registered members next time an " xbox 360 ban wave occurs" so you wont get caught out! *

TeamPWNAGE welcomes you !
Team PWNAGE™
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Log in

I forgot my password


Visual Basic 2008 code

3 posters

Go down

Visual Basic 2008 code Empty Visual Basic 2008 code

Post by D-KRYP73R Wed Nov 18, 2009 12:34 pm

Put code here. Ill start it of with a basic one
-----------------------------------------------------
messageBox.Show ("Hello")
D-KRYP73R
D-KRYP73R
Admin
Admin

Posts : 409
Reputation : 106
Join date : 2009-11-18
Age : 30
Location : Australia

http://teampwnage.net

Back to top Go down

Visual Basic 2008 code Empty Re: Visual Basic 2008 code

Post by NOTtheWii Wed Nov 18, 2009 1:22 pm

Good idea -

button1.enabled = true // enable a button

button1.enabled = false // disable a button
NOTtheWii
NOTtheWii
Admin
Admin

Posts : 325
Reputation : 126
Join date : 2009-11-18
Location : Australia

https://teampwnage.forumotion.net

Back to top Go down

Visual Basic 2008 code Empty Re: Visual Basic 2008 code

Post by D-KRYP73R Wed Nov 18, 2009 2:57 pm

this code will count how many times you click a button
--------------------------
Dim times As Integer
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
times = times + 1
Label1.Text = "You pressed me - " & times & " times"
End Sub
D-KRYP73R
D-KRYP73R
Admin
Admin

Posts : 409
Reputation : 106
Join date : 2009-11-18
Age : 30
Location : Australia

http://teampwnage.net

Back to top Go down

Visual Basic 2008 code Empty Re: Visual Basic 2008 code

Post by Lord Jeffry Sun Nov 22, 2009 6:22 am

very very confusing Neutral
Lord Jeffry
Lord Jeffry
Newbie
Newbie

Posts : 5
Reputation : 0
Join date : 2009-11-22
Age : 105
Location : CHICKEN DIPAAAAAAAAAAA!!!!!

Back to top Go down

Visual Basic 2008 code Empty Re: Visual Basic 2008 code

Post by D-KRYP73R Sun Nov 22, 2009 12:23 pm

It takes a while but when you use it alot you get use to it and its very fun.
D-KRYP73R
D-KRYP73R
Admin
Admin

Posts : 409
Reputation : 106
Join date : 2009-11-18
Age : 30
Location : Australia

http://teampwnage.net

Back to top Go down

Visual Basic 2008 code Empty Re: Visual Basic 2008 code

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum