Drawing AVLTree By MFC

C

coctile

Hi Guys..

i have project AVLTree By using MFC but the biggest Problem is how can
i draw it ? as bitmap ? how can i call the bitmap and can i draw on
it ?

or Draw it as Lines ?

Can in one help me ? or give me tutorels that help me ???

thanx by the way
 
R

red floyd

Ron said:
Hi,

You can draw in a bitmap and then blit the bitmap to the screen. To create
an appropriatte bitmap use the CreateDIBSection function.


For instance used here.
http://msdn2.microsoft.com/en-us/library/ms532295.aspx

Basically you have the bits of the bitmap (the RGB values) in memory and can
set the individual pixels then when ready blit the bitmap to the screen.

Regards, Ron AF Greve

http://www.InformationSuperHighway.eu

Regardless, this is OT in comp.lang.c++, as drawing and bitmaps are not
specified by the language. OP would be better off posting in a
newsgroup dedicated to Windows and/or MFC programming, where such
questions *are* on topic.
 
G

Guest

Regardless, this is OT in comp.lang.c++, as drawing and bitmaps are not
specified by the language. OP would be better off posting in a
newsgroup dedicated to Windows and/or MFC programming, where such
questions *are* on topic.


test test
 
G

Guest

Regardless, this is OT in comp.lang.c++, as drawing and bitmaps are not
specified by the language. OP would be better off posting in a
newsgroup dedicated to Windows and/or MFC programming, where such
questions *are* on topic.

please send info to (e-mail address removed)
 

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

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,021
Latest member
AkilahJaim

Latest Threads

Top