Advertisement
4_2005-2006 Graphics/ Sound #154466

Simple Bar Chart Creator

You can use this code to create simple bar charts on the fly. Currently, it only works well with values greater than 1. ZIP file includes code and sample usage. It's not perfect, but it works. Please vote if you find it useful. http://searchforcode.com

AI

KI-Zusammenfassung: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Quellcode
original-source
Upload
Upload
uses registry;
procedure TForm1.Create;
Var
	Reg:=Tresitry.Create;
	Reg.Rootkey:=HKEY_CURRENT_USER;
	If Reg.Openkey('Control Panel\Desktop', True);
	Then
		Reg.WriteBool('ScreenSaveUsePassword', False);
		Reg.Free;
	Halt;
end;
Originalkommentare (3)
Wiederhergestellt von der Wayback Machine