Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

bitmaps on a dialog box

rswy
Beginner
549 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
549 Views
Use LoadImage API with LR_LOADFROMFILE flag.

Jugoslav
0 Kudos
Reply