Click to See Complete Forum and Search --> : Scrolling Bitmaps


May 18th, 1999, 12:37 AM
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?.

Jason Teagle
May 18th, 1999, 03:07 AM
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 jteagle@solartron.com and I'll help.