|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
my problem is that ....
i have two combo boxes in my form In the form load event i have give com1.ListIndex=0 at this point the execution goes to combo1's click event same happens for combo2 also what i want is that i want to set the combo1.ListIndex=0 without going to combo1_click event same for combo2 also thanx in advance |
|
#2
|
||||
|
||||
|
Try this instead
combo1.Value = combo1.Column(combo1.BoundColumn - 1,1) good luck, -mwalts |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > about combo box list index properties |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|