sunithi
May 8th, 2002, 04:08 AM
I have a picture box with scroll bars, my program allows the user to add small pictures like icons on the bigger picture wherever he wants.
My requirement is to save the big image with the icons at their respective locations whenever the user clicks 'save'. I use bitblt to transfer the icon images to the respective locations on the new image.
My problem is :
The icons that are on the portion of the bigger picture which is not visible on the screen, ie below the scroll bar are not getting bitblt in the new picture.
How can i solve this? Help desperately needed IMMEDIATELY.
Thanx in advance
My requirement is to save the big image with the icons at their respective locations whenever the user clicks 'save'. I use bitblt to transfer the icon images to the respective locations on the new image.
My problem is :
The icons that are on the portion of the bigger picture which is not visible on the screen, ie below the scroll bar are not getting bitblt in the new picture.
How can i solve this? Help desperately needed IMMEDIATELY.
Thanx in advance