Jul 12, 2001 #1 raghu75 Programmer Joined Nov 21, 2000 Messages 66 Location IN All, I need to resize a system icon to fit in my grid,if any one has done the same /similar thing pl. let me know . Thanks
All, I need to resize a system icon to fit in my grid,if any one has done the same /similar thing pl. let me know . Thanks
Jul 12, 2001 #2 Cagliostro Programmer Joined Sep 13, 2000 Messages 4,226 Location GB try with BitBlt. John Fill ivfmd@mail.md Upvote 0 Downvote
Jul 12, 2001 Thread starter #3 raghu75 Programmer Joined Nov 21, 2000 Messages 66 Location IN can u explain in detail...i need to resize an standard icon obtained from the system Upvote 0 Downvote
Jul 12, 2001 #4 Cagliostro Programmer Joined Sep 13, 2000 Messages 4,226 Location GB get its pixels into a bitmap structure and use StrechBlt(not BitBlt). I don't remember exactly how, but I'll see. John Fill ivfmd@mail.md Upvote 0 Downvote
get its pixels into a bitmap structure and use StrechBlt(not BitBlt). I don't remember exactly how, but I'll see. John Fill ivfmd@mail.md