hacks wolfteam 2023 Saltar a contenido hacks wolfteam 2023

CheckBox + Timer + Combobox

Publicado

>>>>>>>>>>>>>>>>>> CheckBox

 

Private Sub CheckBox1_CheckedChanged(sender As Object, e As EventArgs) Handles CheckBox1.CheckedChanged
        If CheckBox1.Checked = True Then
            Timer1.Start()
        End If
        If CheckBox1.Checked = False Then
            Timer1.Stop()
        End If

 

>>>>>>>> Timer 


    Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
        On Error Resume Next
        If ComboBox1.Text = "Aquí escribe el nombre agregado en la lista de cadena, que agrego en  combobox" Then
          Pointer--------------
        End If

Publicaciones recomendadas

No posts to show
Invitado
Este tema está cerrado a nuevas respuestas.

Información importante

Hemos colocado cookies en su dispositivo para ayudar a mejorar este sitio web. Puede ajustar la configuración de sus cookies, de lo contrario asumiremos que está de acuerdo en continuar.

Account

Navigation

Buscar

Buscar

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.
The popup will be closed in 20 segundos...
SOPORTE