Ver Mensaje Individual
  #4 (permalink)  
Antiguo 11/11/2010, 16:50
Avatar de pakirringem
pakirringem
 
Fecha de Ingreso: noviembre-2008
Mensajes: 15
Antigüedad: 16 años, 3 meses
Puntos: 2
Respuesta: ayuda con listbox

Mucho choro de pkj pero no ayudo en nada, es muy sencillo, si tienes 4 list por decir: list1, list2, list3 y list4

lo que debes de hacer en el evento click de list1 poner lo siguiente:

List2.Selected(List1.ListIndex) = True
List3.Selected(List1.ListIndex) = True
List4.Selected(List1.ListIndex) = True

o bien:

List2.ListIndex = List1.ListIndex
List3.ListIndex = List1.ListIndex
List4.ListIndex = List1.ListIndex

también funciona