Click here to Skip to main content
16,011,447 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Show a second form from the first Pin
Hamid_RT9-Jan-07 19:25
Hamid_RT9-Jan-07 19:25 
GeneralRe: Show a second form from the first Pin
Christian Graus9-Jan-07 19:30
protectorChristian Graus9-Jan-07 19:30 
GeneralRe: Show a second form from the first Pin
samkook9-Jan-07 19:40
samkook9-Jan-07 19:40 
QuestionBinding a Data Source that uses a TCP/IP Connection Pin
Sean Cleary9-Jan-07 17:09
Sean Cleary9-Jan-07 17:09 
AnswerRe: Binding a Data Source that uses a TCP/IP Connection Pin
Sean Cleary11-Jan-07 12:03
Sean Cleary11-Jan-07 12:03 
QuestionBitmap in picturebox from file Pin
Xtinct859-Jan-07 15:46
Xtinct859-Jan-07 15:46 
AnswerRe: Bitmap in picturebox from file Pin
Christian Graus9-Jan-07 16:39
protectorChristian Graus9-Jan-07 16:39 
GeneralRe: Bitmap in picturebox from file Pin
Xtinct859-Jan-07 18:08
Xtinct859-Jan-07 18:08 
lets say i want to put the codes into class CFormView

so the codes in CFormView should be

CProjectView::CFormView()
{
strPictureName = _T("C:\\Documents and Settings\\My Documents\\Blue hills.bmp");

HBITMAP hbp = (HBITMAP)::LoadImage( NULL, strPictureName, IMAGE_BITMAP, 0, 0,
LR_CREATEDIBSECTION | LR_DEFAULTSIZE | LR_LOADFROMFILE );
m_Picture.SetBitmap(hbp);
}

am i correct? btw what is LoadImage? do i need to include a code for it?
GeneralRe: Bitmap in picturebox from file Pin
Christian Graus9-Jan-07 18:17
protectorChristian Graus9-Jan-07 18:17 
GeneralRe: Bitmap in picturebox from file Pin
Xtinct859-Jan-07 18:24
Xtinct859-Jan-07 18:24 
GeneralRe: Bitmap in picturebox from file Pin
Christian Graus9-Jan-07 18:43
protectorChristian Graus9-Jan-07 18:43 
GeneralRe: Bitmap in picturebox from file Pin
Xtinct859-Jan-07 19:20
Xtinct859-Jan-07 19:20 
QuestionRe: Bitmap in picturebox from file Pin
Hamid_RT9-Jan-07 18:53
Hamid_RT9-Jan-07 18:53 
AnswerRe: Bitmap in picturebox from file Pin
Hamid_RT9-Jan-07 17:32
Hamid_RT9-Jan-07 17:32 
GeneralRe: Bitmap in picturebox from file Pin
Christian Graus9-Jan-07 18:01
protectorChristian Graus9-Jan-07 18:01 
GeneralRe: Bitmap in picturebox from file Pin
Hamid_RT9-Jan-07 18:07
Hamid_RT9-Jan-07 18:07 
GeneralRe: Bitmap in picturebox from file Pin
Christian Graus9-Jan-07 18:26
protectorChristian Graus9-Jan-07 18:26 
GeneralRe: Bitmap in picturebox from file Pin
Hamid_RT9-Jan-07 18:36
Hamid_RT9-Jan-07 18:36 
GeneralRe: Bitmap in picturebox from file Pin
Xtinct859-Jan-07 18:28
Xtinct859-Jan-07 18:28 
GeneralRe: Bitmap in picturebox from file Pin
Hamid_RT9-Jan-07 18:36
Hamid_RT9-Jan-07 18:36 
GeneralRe: Bitmap in picturebox from file Pin
Xtinct859-Jan-07 18:41
Xtinct859-Jan-07 18:41 
GeneralRe: Bitmap in picturebox from file Pin
Xtinct859-Jan-07 18:45
Xtinct859-Jan-07 18:45 
GeneralRe: Bitmap in picturebox from file Pin
Hamid_RT9-Jan-07 18:50
Hamid_RT9-Jan-07 18:50 
GeneralRe: Bitmap in picturebox from file Pin
Hamid_RT9-Jan-07 18:52
Hamid_RT9-Jan-07 18:52 
AnswerRe: Bitmap in picturebox from file Pin
Xtinct859-Jan-07 20:15
Xtinct859-Jan-07 20:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.