HI,
Anyone can help me to detect if running with Windows10 ?
The function ver:=GetVersion()
ver[1] 6
ver[2] 2
It is egual to Windos 8.1 ? (or not)
Any help
tks
#define HKEY_LOCAL_MACHINE 2147483650 // 0x80000002
function IsWindows10()
local oReg := TReg32():New( HKEY_LOCAL_MACHINE,;
"SOFTWARE\Microsoft\Windows NT\CurrentVersion",;
.f. )
local cProductName := oReg:Get( "ProductName" )
oReg:Close()
return "Windows 10" $ cProductName
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 23 guests