sid_19840
International Coach
Excellent,you seem to be a natural at this.Reps on my behalf.I cant see any reasons to why other's cant do it either.
Drewska said:I can't seem to do it. I've now had a max of 33 errors!
Dim result As String
Select Case cbohowout.text
Case "bowled"
result = txtbatsman.Text & " b " & txtbowler.Text & " " & txtruns.Text
End Select
MessageBox.Show(result)
Its wiser to set the tab order like this. So that once pressing the label's hotkey the focus will be immediately shifted to the next controlbarmyarmy said:Finally go back to your form design, click on the view menu and select tab order. Change it to make it easier to navigate:
RabbleRouser said:Mines on Microsoft Visual Basic 2005, will that still work?