hi,
siehe überschrift, ich habs so erstellt:
Delphi-Quellcode:
InfoForm := TForm.Create(Application);
InfoForm.Height := 100;
InfoForm.Width := 300;
InfoForm.Color := $00423029;
InfoForm.Position := poScreenCenter;
InfoForm.BorderStyle := bsNone;
InfoForm.AlphaBlendValue := 0;
ich möchte aber nun auf ereignisse reagieren, wie "OnCreate" habs versucht mit "InforForm.OnCreate", aber wie es dann weitergehen würd (ob es überhaupt so geht) weiss ich nicht.
wenn es jemand weiss bitte posten
danke =)
gruss silent