Very simple. Just:
GetBitmapFromFile(filePath, &bitmap);
CanvasDrawBitmap (panelHandle, PANEL_CANVAS, bitmap, VAL_ENTIRE_OBJECT, VAL_ENTIRE_OBJECT);
Where filePath is the path to the BMP file, and bitmap is an int.
Best Regards,
Chris Matthews
National Instruments