GetLocalUserName (Windows, Lazarus)

apps, lazarus, pascal, win No Comments »
function GetLocalUserName : string;
var
    Buffer : array[0..255] of char;
    Count : DWord;
begin
  Count := 256 + 1;
  GetUserName(Buffer, Count);
  Result := string(Buffer);
end;

Download example
Download source

Virtual CloneDrive

apps, blogroll No Comments »

logo_t_vcd http://www.slysoft.com/en/virtual-clonedrive.html

putty

apps, blogroll No Comments »

http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

Putty v0.60

Microsoft PowerToys for Windows XP

apps, blogroll 1 Comment »

http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in