Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29278 Discussions

How to add scroll bars to a picture box in DVF 6.0?

drstevekramer
Beginner
571 Views
I am able to load bitmaps into a picture box dynamically at runtime usinga STM_SETIMAGE message in SendDlgItemMessage. I now wish to be able to handle bitmaps that might be larger than the original picture box is in the Resource Editor. Ideally, I would like for scroll bars to appear when the newly loaded bitmap is larger than a preset size. Does anyone have any suggestions as to how to handle that requirement?
Thanks,
Steve
0 Kudos
1 Reply
drstevekramer
Beginner
571 Views

By the way, I did find a solution in VC++ to this problem here ->

http://www.codeproject.com/bitmap/bmpscroll.asp

Now I would just like to know how to accomplish the same task in DVF. Thanks in advance for any help or advice.

- Steve

0 Kudos
Reply