Registro de windows
Experto muy buenas tardes.
Tengo el siguiente problema y espero pueda ayudarme, de antemano mil gracias por su valioso apoyo.
Le comento requiero en un botón poder agregar una clave al registro de windows con la fecha. Lo estoy intentando con el siguiente código, no me manda error, pero tampoco me esta creando la clave.
DECLARE ;
Integer RegCreateKeyEx ;
IN WIN32API ;
Integer nKey, ;
String cSubKey, ;
Integer nReserved, ;
String cClass, ;
Integer nOptions, ;
Integer nDesired, ;
String @cSecurityAttributes, ;
Integer @nResult, ;
Integer @nDisposition
#DEFINE SSOLO
#DEFINE REG_OPENED_EXISTING_KEY 2
DECLARE ;
Integer RegSetValueEx ;
IN WIN32API ;
Integer nKey, ;
String cValueName, ;
Integer nReserved, ;
Integer nType, ;
String cData, ;
Integer nSizeData
Bueno no se si sea posible, muchas gracias por su apoyo y por compartir sus conocimientos. Saludos
Tengo el siguiente problema y espero pueda ayudarme, de antemano mil gracias por su valioso apoyo.
Le comento requiero en un botón poder agregar una clave al registro de windows con la fecha. Lo estoy intentando con el siguiente código, no me manda error, pero tampoco me esta creando la clave.
DECLARE ;
Integer RegCreateKeyEx ;
IN WIN32API ;
Integer nKey, ;
String cSubKey, ;
Integer nReserved, ;
String cClass, ;
Integer nOptions, ;
Integer nDesired, ;
String @cSecurityAttributes, ;
Integer @nResult, ;
Integer @nDisposition
#DEFINE SSOLO
#DEFINE REG_OPENED_EXISTING_KEY 2
DECLARE ;
Integer RegSetValueEx ;
IN WIN32API ;
Integer nKey, ;
String cValueName, ;
Integer nReserved, ;
Integer nType, ;
String cData, ;
Integer nSizeData
Bueno no se si sea posible, muchas gracias por su apoyo y por compartir sus conocimientos. Saludos
1 respuesta
Respuesta de Hector Cevallos
1