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

bitmaps on a dialog box

rswy
Beginner
514 Views
I want to load a bitmap from a file onto a dialog box.I choose the file from the Getopenfilename function.I should then be able to load the bitmap onto the dialog box.LoadBitmap does not work becaus I can't specify an executable.An pointers on how to accomplish this?
-rswy
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
514 Views
Use LoadImage API with LR_LOADFROMFILE flag.

Jugoslav
0 Kudos
Reply