Hi Martin
i tried to create a slider at runtime with this code , but nothing appears
procedure tmainfo.onbuttonclick(const sender: TObject);
var sd : tslider;
begin
sd := tslider.create(tscrollbox1);
sd.top := 10;
sd.left := 10;
sd.width := 100;
sd.height := 25;
end;
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk