Saiyine
Punto Com

Como obtener el nombre de usuario de windows

0000-00-00 00:00:00

function GetUserName : String;
var
pcUser   : PChar;
dwUSize : DWORD;
begin
        dwUSize := 21;
        GetMem( pcUser, dwUSize );
        try
        if Windows.GetUserName( pcUser, dwUSize ) then
        Result := pcUser
        finally
        FreeMem( pcUser );
end;
end;

Rollos antiguos

0000-00-00 00:00:00 - Como imprimir texto.

2005-07-22 03:48:00 - Dando vueltas.

2005-07-20 18:24:00 - Auto Gordian Knot, autogk.

2005-07-20 01:13:00 - VeranitoOoOo.

2005-07-19 00:39:00 - ¿Que programa ha generado este fichero core?.

Saiyine

Selfie of meHi! Welcome to Saiyine Punto Com where I talk about anything that goes through my mind!

Puedo prometer y prometo que a la mayor brevedad aquí irá un menú o algo asín.