Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: checkbox caption Pin
ThatsAlok14-Nov-07 3:51
ThatsAlok14-Nov-07 3:51 
Questionerror C3861: 'wxStrdupW': identifier not found Pin
yaminisridaran13-Nov-07 19:35
yaminisridaran13-Nov-07 19:35 
AnswerRe: error C3861: 'wxStrdupW': identifier not found Pin
Peter Weyzen13-Nov-07 22:06
Peter Weyzen13-Nov-07 22:06 
Questionhow to use datetime in c programming? Pin
neodeaths13-Nov-07 18:59
neodeaths13-Nov-07 18:59 
AnswerRe: how to use datetime in c programming? Pin
Hamid_RT13-Nov-07 19:05
Hamid_RT13-Nov-07 19:05 
GeneralRe: how to use datetime in c programming? Pin
neodeaths13-Nov-07 19:23
neodeaths13-Nov-07 19:23 
GeneralRe: how to use datetime in c programming? Pin
David Crow14-Nov-07 3:41
David Crow14-Nov-07 3:41 
QuestionBitMap button Pin
Anu_Bala13-Nov-07 18:56
Anu_Bala13-Nov-07 18:56 
Hi,
In one of my coding,i found the coding for bitmap button in the dialog.
it shows as
//mainfrm.h
public:
CMainFrame();
CSysWindow m_SysWnd;
CBitmapButton bmSCopy;

//mainfrm.cpp
m_SysWnd.SetBarStyle( m_SysWnd.GetBarStyle()| CBRS_ALIGN_TOP|CBRS_BORDER_TOP | CBRS_FLOAT_MULTI );
bmSCopy.AutoLoad(ID_SCOPY,((CWnd* ) ((CDialogBar *)((CSysWindow*)&m_SysWnd)) ) );

I dont know here where the bitmap image is get loaded in the button.

ID_SCOPY is the ID for button.
CSyswindow is CDialogBar class.
ANd it perfectly working.After executing, the button has the bitmap image what i made the image for that particular button.
I dnt know how its get loading.Pls clear me.

Anu

AnswerRe: BitMap button Pin
Hamid_RT13-Nov-07 19:13
Hamid_RT13-Nov-07 19:13 
GeneralRe: BitMap button Pin
Anu_Bala13-Nov-07 19:17
Anu_Bala13-Nov-07 19:17 
AnswerRe: BitMap button Pin
only coder13-Nov-07 19:36
only coder13-Nov-07 19:36 
GeneralRe: BitMap button Pin
Anu_Bala13-Nov-07 20:15
Anu_Bala13-Nov-07 20:15 
AnswerRe: BitMap button Pin
Amar Sutar13-Nov-07 19:40
Amar Sutar13-Nov-07 19:40 
AnswerRe: BitMap button Pin
David Crow14-Nov-07 3:42
David Crow14-Nov-07 3:42 
QuestionPosting Message to another Application Window Pin
Sethuraman.K13-Nov-07 18:09
Sethuraman.K13-Nov-07 18:09 
AnswerRe: Posting Message to another Application Window Pin
Hamid_RT13-Nov-07 18:16
Hamid_RT13-Nov-07 18:16 
GeneralRe: Posting Message to another Application Window Pin
Sethuraman.K13-Nov-07 18:23
Sethuraman.K13-Nov-07 18:23 
GeneralRe: Posting Message to another Application Window Pin
Hamid_RT13-Nov-07 18:48
Hamid_RT13-Nov-07 18:48 
AnswerRe: Posting Message to another Application Window Pin
only coder13-Nov-07 18:46
only coder13-Nov-07 18:46 
AnswerRe: Posting Message to another Application Window Pin
Naveen13-Nov-07 18:52
Naveen13-Nov-07 18:52 
QuestionAPI used to files name inside a folder Pin
neha.agarwal2713-Nov-07 18:03
neha.agarwal2713-Nov-07 18:03 
AnswerRe: API used to files name inside a folder Pin
manish.patel13-Nov-07 18:09
manish.patel13-Nov-07 18:09 
AnswerRe: API used to files name inside a folder Pin
Amar Sutar13-Nov-07 18:11
Amar Sutar13-Nov-07 18:11 
GeneralRe: API used to files name inside a folder Pin
Paresh Chitte13-Nov-07 18:19
Paresh Chitte13-Nov-07 18:19 
AnswerRe: API used to files name inside a folder Pin
Hamid_RT13-Nov-07 18:11
Hamid_RT13-Nov-07 18:11 

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.