PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → MouseYPos
MouseYPos
Iniciado por rafadev, 24,sep. 2014 18:50 - No hay respuesta
Miembro registrado
49 mensajes
Publicado el 24,septiembre 2014 - 18:50
Hi everybody

Well, I have to get the Y position of the mouse, for do that I have a button in wich click event i writte this:

nPos is int = MouseYPos(mpPage)
Info(nPos)


Can anybody help me?