Thread
:
Display Bitmap in a Picture Box using MFC from a file
View Single Post
lplover2k
Go4Expert Member
4Feb2007,18:22
and the include in picturebox.cpp
#include "stdafx.h"
#include "Wallpaper.h"
#include "PictureBox.h"
#include ".\picturebox.h"
-----------------------------------
#include "Wallpaper.h"
#include ".\picturebox.h"
where are these 2 headers found?