How to create a bitmap on a form ?

V

Vaguener Frank

(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
 
R

red floyd

Vaguener said:
(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

1. OT for c.l.c++, look in a borland specific group instead.
2. == is the comparison operator. = is the assignment operator
3. Read the FAQ. You generally need to post the minimum COMPILABLE example.
 
V

Victor Bazarov

Vaguener Frank said:
(in c++ builder from borland)

TBitmap *Dessine;
Dessine == TBitmap->Create();
Dessine->Width == 160;
Dessine->Height == 120;

It doesn't work :'(

Can Somebody HEEEEEEEELPPPPPPP me

Yes, I guess somebody in borland.public.cpp.owl will be
able and happy to. Here TBitmap and related things are
off-topic.

Victor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top