Click here to Skip to main content
15,922,584 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralThankyou. Pin
Priya_Sundar16-Apr-08 23:56
Priya_Sundar16-Apr-08 23:56 
GeneralAnd one more thing... Pin
Cedric Moonen15-Apr-08 1:36
Cedric Moonen15-Apr-08 1:36 
GeneralInserting a BMP image in the Picture control on the dialog window. Pin
Pruthvi.gm15-Apr-08 0:15
Pruthvi.gm15-Apr-08 0:15 
GeneralRe: Inserting a BMP image in the Picture control on the dialog window. Pin
Hamid_RT15-Apr-08 0:37
Hamid_RT15-Apr-08 0:37 
GeneralRe: Inserting a BMP image in the Picture control on the dialog window. Pin
Pruthvi.gm15-Apr-08 0:54
Pruthvi.gm15-Apr-08 0:54 
GeneralRe: Inserting a BMP image in the Picture control on the dialog window. Pin
Hamid_RT15-Apr-08 1:32
Hamid_RT15-Apr-08 1:32 
GeneralRe: Inserting a BMP image in the Picture control on the dialog window. Pin
Pruthvi.gm15-Apr-08 1:38
Pruthvi.gm15-Apr-08 1:38 
GeneralRe: Inserting a BMP image in the Picture control on the dialog window. Pin
Hamid_RT15-Apr-08 1:51
Hamid_RT15-Apr-08 1:51 
Ok run this code did you see any thing on the monitor

//header file
#include "atlImage.h"
CStatic m_Static;


m_Static.Create(NULL,WS_VISIBLE|WS_CHILD|SS_BITMAP,CRect(0,0,100,100),this);
CImage m;
m.Load(_T("d:\\1234.bmp"));
m_Static.SetBitmap(m.Detach());
GeneralRe: Inserting a BMP image in the Picture control on the dialog window. Pin
Hamid_RT16-Apr-08 19:59
Hamid_RT16-Apr-08 19:59 
QuestionProblem using OnKeyDown in CDialog ???? Pin
TooShy2Talk15-Apr-08 0:13
TooShy2Talk15-Apr-08 0:13 
AnswerRe: Problem using OnKeyDown in CDialog ???? Pin
Hamid_RT15-Apr-08 0:40
Hamid_RT15-Apr-08 0:40 
AnswerRe: Problem using OnKeyDown in CDialog ???? Pin
TooShy2Talk15-Apr-08 0:59
TooShy2Talk15-Apr-08 0:59 
GeneralRe: Problem using OnKeyDown in CDialog ???? Pin
Hamid_RT15-Apr-08 1:32
Hamid_RT15-Apr-08 1:32 
GeneralRe: Problem using OnKeyDown in CDialog ???? Pin
TooShy2Talk15-Apr-08 17:09
TooShy2Talk15-Apr-08 17:09 
GeneralRe: Problem using OnKeyDown in CDialog ???? Pin
Hamid_RT15-Apr-08 19:43
Hamid_RT15-Apr-08 19:43 
QuestionHow to modify a class name? Pin
Wormhole523015-Apr-08 0:10
Wormhole523015-Apr-08 0:10 
AnswerRe: How to change a class name? Pin
toxcct15-Apr-08 0:14
toxcct15-Apr-08 0:14 
GeneralRe: How to change a class name? Pin
Wormhole523015-Apr-08 1:44
Wormhole523015-Apr-08 1:44 
GeneralRe: How to change a class name? Pin
jhwurmbach15-Apr-08 6:24
jhwurmbach15-Apr-08 6:24 
AnswerRe: How to modify a class name? Pin
CPallini15-Apr-08 2:45
mveCPallini15-Apr-08 2:45 
Generalpc dialer Pin
karlot15-Apr-08 0:04
karlot15-Apr-08 0:04 
GeneralRe: pc dialer Pin
toxcct15-Apr-08 0:13
toxcct15-Apr-08 0:13 
GeneralRe: pc dialer Pin
Hamid_RT15-Apr-08 0:40
Hamid_RT15-Apr-08 0:40 
GeneralRe: pc dialer Pin
toxcct15-Apr-08 1:51
toxcct15-Apr-08 1:51 
GeneralRe: pc dialer Pin
Hamid_RT15-Apr-08 2:02
Hamid_RT15-Apr-08 2:02 

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.