06-01-2009, 12:46 PM
Display bitmap1 in dialog.
Load bitmap2 using LoadPictureFile. Don't forget to DeleteObject later.
Use scan to find bitmap2 (handle) in the dialog.
Dialog is needed because scan can take bitmap1 from screen but cannot take from file or memory.
Load bitmap2 using LoadPictureFile. Don't forget to DeleteObject later.
Use scan to find bitmap2 (handle) in the dialog.
Dialog is needed because scan can take bitmap1 from screen but cannot take from file or memory.
