Click here to Skip to main content
16,005,241 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How can I retrieve the command line arguments? Pin
Joshua Quick11-Mar-06 8:25
Joshua Quick11-Mar-06 8:25 
QuestionSeeking for an alternative solution for tabcontrol? Pin
JUNEYT11-Mar-06 6:31
JUNEYT11-Mar-06 6:31 
AnswerRe: Seeking for an alternative solution for tabcontrol? Pin
Joshua Quick11-Mar-06 8:19
Joshua Quick11-Mar-06 8:19 
GeneralRe: Seeking for an alternative solution for tabcontrol? Pin
JUNEYT11-Mar-06 9:44
JUNEYT11-Mar-06 9:44 
AnswerRe: Seeking for an alternative solution for tabcontrol? Pin
Joshua Quick11-Mar-06 10:05
Joshua Quick11-Mar-06 10:05 
QuestionVB.Net- Fields in Access database returned in alphabetical order Pin
JDMils11-Mar-06 5:41
JDMils11-Mar-06 5:41 
AnswerRe: did i use the wrong loop? it hang.. Pin
Guffa11-Mar-06 4:39
Guffa11-Mar-06 4:39 
Generalerror on the path how come it become null?? Pin
campbells11-Mar-06 5:36
campbells11-Mar-06 5:36 
thanks, but now i have another error on the path which value cannot be null.When i havent put into the loop it works.. but after put it in.. it said the path is null.. any idea wat happen to it?

For x = 1 To Val(ComboBox1.Text)
'to compare the other player,no need compare to itself
' y = pi(c).Text 'current player selection
i = pi(x).Text 'other player selection
If c <> x Then
If y = i Then
Do
'Randomly pick number from 1 to 7
Randomize(bc)
y = (Int(Rnd() * 7) + 1)
pi(c).Text = y
tokenform.token.Text = y
If y = 1 Then
imagetoken = (Path.GetDirectoryName(Application.ExecutablePath) & "\tokenimage\1egg.gif")
ElseIf y = 2 Then
imagetoken = (Path.GetDirectoryName(Application.ExecutablePath) & "\tokenimage\2egg.gif")
ElseIf y = 3 Then
imagetoken = (Path.GetDirectoryName(Application.ExecutablePath) & "\tokenimage\3egg.gif")
ElseIf y = 4 Then
imagetoken = (Path.GetDirectoryName(Application.ExecutablePath) & "\tokenimage\4egg.gif")
ElseIf y = 5 Then
imagetoken = (Path.GetDirectoryName(Application.ExecutablePath) & "\tokenimage\5egg.gif")
ElseIf y = 6 Then
imagetoken = (Path.GetDirectoryName(Application.ExecutablePath) & "\tokenimage\6egg.gif")
ElseIf y = 7 Then
imagetoken = (Path.GetDirectoryName(Application.ExecutablePath) & "\tokenimage\7egg.gif")
End If
Loop Until y <> i
End If
End If
Next
AnswerRe: error on the path how come it become null?? Pin
Guffa11-Mar-06 5:55
Guffa11-Mar-06 5:55 
GeneralRe: error on the path how come it become null?? Pin
campbells11-Mar-06 6:26
campbells11-Mar-06 6:26 
GeneralRe: error on the path how come it become null?? Pin
Guffa11-Mar-06 6:33
Guffa11-Mar-06 6:33 
GeneralRe: error on the path how come it become null?? Pin
campbells11-Mar-06 16:19
campbells11-Mar-06 16:19 
Questionado.net Pin
SVb.net11-Mar-06 3:20
SVb.net11-Mar-06 3:20 
AnswerRe: ado.net Pin
Michael P Butler11-Mar-06 4:55
Michael P Butler11-Mar-06 4:55 
QuestionUsing MS-Access 2000 Database in vb.net Pin
ssfargade11-Mar-06 1:47
ssfargade11-Mar-06 1:47 
AnswerRe: Using MS-Access 2000 Database in vb.net Pin
Joshua Quick11-Mar-06 8:09
Joshua Quick11-Mar-06 8:09 
GeneralRe: Using MS-Access 2000 Database in vb.net Pin
ssfargade13-Mar-06 7:03
ssfargade13-Mar-06 7:03 
Questiona realy simple question about collections Pin
HaloZa10-Mar-06 21:33
HaloZa10-Mar-06 21:33 
AnswerRe: a realy simple question about collections Pin
Guffa10-Mar-06 22:04
Guffa10-Mar-06 22:04 
GeneralRe: a realy simple question about collections Pin
HaloZa10-Mar-06 23:34
HaloZa10-Mar-06 23:34 
GeneralRe: a realy simple question about collections Pin
Guffa11-Mar-06 0:31
Guffa11-Mar-06 0:31 
Questionproblems in tool bar display Pin
contact ajo10-Mar-06 20:52
contact ajo10-Mar-06 20:52 
AnswerRe: problems in tool bar display Pin
Joshua Quick11-Mar-06 8:04
Joshua Quick11-Mar-06 8:04 
Questionexecute permission in studio.net Pin
_tasleem10-Mar-06 18:49
_tasleem10-Mar-06 18:49 
AnswerRe: execute permission in studio.net Pin
Dave Kreskowiak11-Mar-06 14:14
mveDave Kreskowiak11-Mar-06 14:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.