>The image is in a file(.bmp) on some where on the HD , i want to load (read) it and display it again on another bmp file .
Are you saying you want to display the bitmap on-screen, but over the top of another [loaded] bitmap [file] that is already on-screen? An image overlay? This is simply a case of loading both bitmaps from file, and blitting both to the same DC, one after the other, changing the target co-ordinates of the blit if necessary. -- Jason Teagle [EMAIL PROTECTED] _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
