| |||
Respuesta: MouseDown para formulario web Gracias por contestar. Estoy intentando pasar esta funcion de winform a un webform Private Sub BotónAmplitud_MouseDown(Button As Integer, Shift As _ Integer, X As Single, Y As Single) On Error GoTo Errores If Encendido Then Call GirarBotón(Button, botónAmplitud, ContAmpl, Generador) Else MsgBox "El Generador de Funciones está apagado." End If Exit Sub End Sub ¿Como podría hacerlo ? |