daphne1904

daphne1904

 España @daphne1904 desde - visto
Preguntar

Actividad pública reciente

Ha valorado "Buena" la respuesta

Extraer la zona horaria del PC en visual basic

respondió: Option Explicit Private Const CP_ACP = 0 Private Declare Function GetTimeZoneInformation Lib _ "kernel32" (lpTimeZoneInformation As TIME_ZONE_INFORMATION) As Long Private Declare Function lstrlenW Lib "kernel32" (lpString As Any) As Long Private...