Page 1 of 1

REGISTRO de Windos (regedit)

Posted: Wed Jan 09, 2008 6:01 pm
by JmGarcia
Lo primero ¡¡¡ Feliz año 2008 !!!

Lo segundo:
¿ Alguna clase para ver valores del registro de windows ?
o PRGs o similar...

Gracias.

Posted: Thu Jan 10, 2008 8:49 am
by Biel EA6DD
Hola JM, lo mismo para ti Feliz año 2008.

Para manejo de registro tienes la clase tReg32.
Aqui tienes un ejemplo.

Code: Select all

oReg := TReg32():New(HKEY_LOCAL_MACHINE, "SYSTEM\CurrentControlSet\Control\TimeZoneInformation", .f. )
nRetVal := oReg:Get( "ActiveTimeBias", 0 )
oReg:Close()

Posted: Thu Jan 10, 2008 3:55 pm
by JmGarcia
Muchas gracias...