|
-
May 18th, 1999, 12:37 AM
#1
Scrolling Bitmaps
I need to have a lot of bit maps along with some texts (e.g. Products pictures and their descriptions), and the whole thing needs to be on one screen( e.g. Product Information screen). This will need scrolling as the entire contents do not fit in one veiwable screen. Which control do I use and how do I add Bit maps to this control?.
-
May 18th, 1999, 03:07 AM
#2
Re: Scrolling Bitmaps
I don't know of any specific controls for this, so you will probably need to use a CScrollView and in its OnDraw() method use BitBlt() to put the bitmaps on and TextOut() or DrawText() to print the text. If you want some help with that, e-mail me at [email protected] and I'll help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|