CCLINT , thats what i tried too , but get an error message
and its a regular VB6.0 ComboBox control
heres the actual code along with your suggestion, but doesn't work
Private Sub Combo1_Click(Index As Integer)
Select Case Index
Case 0
Text1_HelpLine = "Select the Body Type that best matches your Race Car .... then tryout Entering 100.00 % PerCent Aerodynamic Efficiency as a Baseline"
Text1(0).SetFocus '<---Doesn't work ???????
Case 1
Text1_HelpLine = "Valid Range= 1, 2, 4, 6, 8, 10, 12 Engine Cylinders"
Case 2
Text1_HelpLine = "Valid Range= 100, 200, 300, 400, 450, 600 Rpm/Second or Choose Steady-State , non-acceleration Dyno test"
Case 3
If Combo1(3).ListIndex = 0 Then
Label1(23).Caption = "Converter Stall RPM"
Text1(17) = "92.0"
Else
Label1(23).Caption = "Clutch LockUp RPM"
Text1(17) = "100.0"
End If
Text1_HelpLine = "Valid Range= Choose either an Automatic Transmission with Torque Converter or Manual Transmission with Clutch"
Case 4
Select Case Combo1(4).ListIndex
Case 0
Text1(29) = ETA_SumRollOut
Case 1
Text1(29) = ETA_Sum330
Case 2
Text1(29) = ETA_Sum660
Case 3
Text1(29) = ETA_Sum1000
Case 4
Text1(29) = ETA_Sum1320
End Select
End Select
End Sub
MaxRace Software - Larry Meaux
ET_Analyst for DragRacers
Support Israel - Genesis 12:3