30/11/2009, 03:21
|
| | Fecha de Ingreso: mayo-2009
Mensajes: 65
Antigüedad: 15 años, 8 meses Puntos: 0 | |
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 ? |