Hola a todos...
Necesitaria saber si existe alguna función que me permita saber si un dialogo se encuentra abierto o no, es decir, si ya se ha hecho un odlg:end() o por el contrario aún está activo....
Saludos y gracias.
Elías Torres.
IsWindowVisible(oDlg:hWnd) -> .t. | .f.
#include "vkey.ch"
SetKey(VK_F2, {|| IIF(oDlg<>NIL, MsgAlert(IsWindowVisible(oDlg:hWnd )),NIL) })
Return to FiveWin para Pocket PC
Users browsing this forum: No registered users and 36 guests