Esto és posible en Fivewin?
https://www.hamor.ro/distr_ext/Doc/xHb/xHarbour%20Language%20Reference/Functions/Getsecret_f.en.html
Source: ct\getsecrt.prg
LIB: xhb.lib
DLL: xhbdll.dll
xHarbour Comercial?
C:\XHBCOM\dll
3/09/2023 16:49 2.922.496 xHBDll.dll
1 arquivo(s) 2.922.496 bytes
Gracias.
Regards, saludos.
https://www.hamor.ro/distr_ext/Doc/xHb/xHarbour%20Language%20Reference/Functions/Getsecret_f.en.html
// The example shows a typical scenario for GetSecret().
// The user must enter a password which is not displayed on
// the screen
PROCEDURE Main
LOCAL cPassword := Space(20)
CLS
SET CONFIRM ON
cPassWord := ;
GetSecret( cPassword, 10, 10, .T., "Enter your password: ")
IF cPassWord <> "xHarbour"
Alert( "Access denied" )
QUIT
ENDIF
Alert( "Access granted" )
RETURNLIB: xhb.lib
DLL: xhbdll.dll
xHarbour Comercial?
C:\XHBCOM\dll
3/09/2023 16:49 2.922.496 xHBDll.dll
1 arquivo(s) 2.922.496 bytes
Gracias.
Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341