How to create a bitmap on a form ?
From: Vaguener Frank (fvaguener_at_hotmail.com)
Date: 12/31/03
- Next message: Peter Koch Larsen: "Re: Sorting records using sort()"
- Previous message: Cy Edmunds: "Re: Class hierarchy"
- Next in thread: red floyd: "Re: How to create a bitmap on a form ?"
- Reply: red floyd: "Re: How to create a bitmap on a form ?"
- Reply: Victor Bazarov: "Re: How to create a bitmap on a form ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 31 Dec 2003 17:04:20 +0100
(in c++ builder from borland)
TBitmap *Dessine;
Dessine == TBitmap->Create();
Dessine->Width == 160;
Dessine->Height == 120;
It doesn't work :'(
Can Somebody HEEEEEEEELPPPPPPP me
Thanx
- Next message: Peter Koch Larsen: "Re: Sorting records using sort()"
- Previous message: Cy Edmunds: "Re: Class hierarchy"
- Next in thread: red floyd: "Re: How to create a bitmap on a form ?"
- Reply: red floyd: "Re: How to create a bitmap on a form ?"
- Reply: Victor Bazarov: "Re: How to create a bitmap on a form ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|