Hello all,
is it possible to add a "Don't show this message anymore" checkmark to a standard MessageBox() or should I design a custom dialog for that ?
Thanks,
Davide
lMessage := .T.
...
...
Mymessage()
...
...
FUNCTION Mymessage()
IF lMessage = .T.
IF MsgYesNo("Your Message " + CRLF + ;
" " + CRLF + ;
"Show this Message again ?","Message")
ELSE
lMessage := .F.
ENDIF
ENDIF
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: nageswaragunupudi and 51 guests