dynamic creating Timage, win98 vs xp problem
- From: "damian" <spam@xxxxxxx>
- Date: Fri, 17 Jun 2005 16:53:15 +0200
Hi,
after pressed button1 on windows XP a have see bitmap image (everything
works), but under windows 98 when i clicked on button1 - application is
hanging , all windows 98 not responding. Who helps me ?. I'm using delphi
7 prof.
var
cbs2 : array of Timage;
procedure TForm1.Button1Click(Sender: TObject);
begin
SetLength ( cbs2, length(cbs2)+1 );
cbs2[0]:= Timage.Create ( Self );
cbs2[0].Picture.LoadFromFile('node_my_czerwony.bmp');
cbs2[0].Top:=20;
cbs2[0].left:=20;
cbs2[0].Parent:=form1;
end;
--
damian
.
- Follow-Ups:
- Re: dynamic creating Timage, win98 vs xp problem
- From: Jamie
- Re: dynamic creating Timage, win98 vs xp problem
- From: damian
- Re: dynamic creating Timage, win98 vs xp problem
- Prev by Date: Re: Audio component
- Next by Date: VS C++/ VB/ CONTRACT/ IN
- Previous by thread: Monitor Diskactivity
- Next by thread: Re: dynamic creating Timage, win98 vs xp problem
- Index(es):