L
Lynn
Hi,
how can i delcare Const HKEY_LOCAL_MACHINE = &H80000002 in vbscript to
VB.net ?
thanks
how can i delcare Const HKEY_LOCAL_MACHINE = &H80000002 in vbscript to
VB.net ?
thanks
VB.net ?
oreg.CreateKey(HKEY_LOCAL_MACHINE, strKeyPath)
it says that 'Value of type 'Integer' cannot be converted to
'System.UInt32'.
An unhandled exception of type 'Sytem.managment.managementException' occured
in system.management.dll
Additional information: not found
the code hangs at inParams = classObj.GetMethodParameters("CreateKey")