Board index » cppbuilder » Bitmap first time load problem
David E. Vandewall
![]() CBuilder Developer |
Tue, 13 Jun 2000 03:00:00 GMT
Bitmap first time load problemHey, I am having (what I think is) a rather strange problem using the TBitmap Does anyone have any idea what I am doing wrong?? I have a feeling that The code : void __fastcall TForm1::BitBtn1Click(TObject *Sender) TRect MyRect; Image1->Canvas->StretchDraw(MyRect, MyBitmap); Quote} Thanx for your time, dv |