Ver Mensaje Individual
  #6 (permalink)  
Antiguo 09/01/2012, 18:19
Avatar de gasuton
gasuton
 
Fecha de Ingreso: octubre-2010
Ubicación: Abandonware
Mensajes: 132
Antigüedad: 13 años, 6 meses
Puntos: 2
Pregunta Respuesta: Como programar Msgbox aceptar y cancelar

Cita:
Iniciado por juancarlosto Ver Mensaje
Disculpame pero me podrias indicar como deberia de ir en el codigo que adjunte.
Ok primero 2 preguntas:

1- al hacer clieck en Ok se tiene que ejecutar lo siguiente:

ComboBox1.Enabled = True
ComboBox2.Enabled = True
ComboBox3.Enabled = True
ComboBox4.Enabled = True
ComboBox5.Enabled = True
TextBox32.Enabled = True
TextBox33.Enabled = True
TextBox34.Enabled = True
TextBox35.Enabled = True
TextBox36.Enabled = True
TextBox37.Enabled = True
TextBox38.Enabled = True
TextBox39.Enabled = True
OptionButton1.Enabled = True
OptionButton2.Enabled = True

ComboBox1.Text = vbNullString
ComboBox2.Text = vbNullString
ComboBox3.Text = vbNullString
ComboBox4.Text = vbNullString
ComboBox5.Text = vbNullString
TextBox32.Text = vbNullString
TextBox33.Text = vbNullString
TextBox34.Text = vbNullString
TextBox35.Text = vbNullString
TextBox36.Text = vbNullString
TextBox37.Text = vbNullString
TextBox38.Text = vbNullString
TextBox39.Text = vbNullString

2- cuando precionas cancel se tiene que ir el cursos a TextBox32.SetFocus y no hacer nada?