I want to load a bitmap file as background of my form. What i want is that the bitmap will be a external file and by making load call i should be able to load a particular bitmap as background.The number of bitmaps i should load in this manner is so large that i cannot afford the bitmap to be compiled into the program .exe.

NOTE: I am A beginner in VC++