Rap GodFathers Community



Reply
Old 06-04-2008, 08:03 AM   #1 (permalink)
Capo
 
Join Date: Jun 2007
Location: T-DOT CITY!
Posts: 886
JYZE is on a distinguished roadJYZE is on a distinguished roadJYZE is on a distinguished roadJYZE is on a distinguished roadJYZE is on a distinguished roadJYZE is on a distinguished road
Default Is anyone here good at Visual Basic?

if anyone has experience or is a real pro, holla at this thread, lol i need some help, my final assignment for a computer class is proper, its just this one lil bug thats pissing me off, ill post the code later on today, thnx in advance




Code:
Private Sub CmbRaptorRoster_Change()
Dim strPlayerNames(0 To 13) As String
PlayerNames(0) = "Andrea Bargnani"
PlayerNames(1) = "Maceo Baston"
PlayerNames(2) = "Chris Bosh"
PlayerNames(3) = "Primoz Brezec"
PlayerNames(4) = "Jose Calderon"
PlayerNames(5) = "Carlos Delfino"
PlayerNames(6) = "T.J. Ford"
PlayerNames(7) = "Jorge Garbajosa"
PlayerNames(8) = "Joey Graham"
PlayerNames(9) = "Kris Humphries"
PlayerNames(10) = "Jason Kapono"
PlayerNames(11) = "Jamario Moon"
PlayerNames(12) = "Rasho Nesterovic"
PlayerNames(13) = "Anthony Parker"

End Sub

Private Sub cmdExit_Click()
Unload Me
End Sub

Private Sub cmdOk_Click()
If strPlayerNames = (0) Then
img1.Visible = True
lblStats.Caption = "PPG 6.4 RPG 1.4 APG 0.4 EFF 4#    " & "                               Born: Oct26 , 1985      " & "    Height 7 - 0      " & "                      Weight 250 lbs    " & "              From: Italy    " & "                     Years Pro: 1    "
lblStats.BackStyle = 1

ElseIf strPlayerNames = (1) Then
img2.Visible = True
lblStats.Caption = "PPG 0.0 RPG 0.00 APG 0.0 EFF + 1.00" & "                              Born: May 29, 1975      " & "    Height: 6 - 10    " & "                      Weight: 230  lbs  " & "              College: Michigan " & "                   Years Pro: 2   "
lblStats.BackStyle = 1

End If
End Sub
andrea bargnani works, but the second dude doesnt

Last edited by JYZE; 06-04-2008 at 02:16 PM..
JYZE is offline   Reply With Quote
Old 06-04-2008, 03:39 PM   #2 (permalink)
Capo
 
Join Date: Jun 2007
Location: T-DOT CITY!
Posts: 886
JYZE is on a distinguished roadJYZE is on a distinguished roadJYZE is on a distinguished roadJYZE is on a distinguished roadJYZE is on a distinguished roadJYZE is on a distinguished road
Default

bumpin it
JYZE is offline   Reply With Quote
Old 06-05-2008, 04:07 PM   #3 (permalink)
Capo
 
Join Date: Jun 2007
Location: T-DOT CITY!
Posts: 886
JYZE is on a distinguished roadJYZE is on a distinguished roadJYZE is on a distinguished roadJYZE is on a distinguished roadJYZE is on a distinguished roadJYZE is on a distinguished road
Default

nvm i fixed it
JYZE is offline   Reply With Quote
Reply

« Previous Thread | Next Thread »
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -4. The time now is 07:29 PM.
Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57