Click here to Skip to main content
15,891,712 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Memory leaks Pin
David Crow15-Jun-06 4:12
David Crow15-Jun-06 4:12 
GeneralRe: Memory leaks Pin
John R. Shaw15-Jun-06 5:23
John R. Shaw15-Jun-06 5:23 
Questionprblm with mappedbitmap Pin
Ramu.e15-Jun-06 1:17
Ramu.e15-Jun-06 1:17 
AnswerRe: prblm with mappedbitmap Pin
Hamid_RT15-Jun-06 1:23
Hamid_RT15-Jun-06 1:23 
QuestionRe: prblm with mappedbitmap Pin
kakan15-Jun-06 1:38
professionalkakan15-Jun-06 1:38 
GeneralRe: prblm with mappedbitmap [modified] Pin
Ramu.e15-Jun-06 1:57
Ramu.e15-Jun-06 1:57 
GeneralRe: prblm with mappedbitmap Pin
Hamid_RT15-Jun-06 2:18
Hamid_RT15-Jun-06 2:18 
GeneralRe: prblm with mappedbitmap Pin
Ramu.e16-Jun-06 0:38
Ramu.e16-Jun-06 0:38 
void CMainFrame::OnCreate()
{
CBitmap b;
b.LoadMappedBitmap(IDB_BITMAP1,0);
m_bt.SetBitmap(b);
}
Note:-Here IDB_BITMAP1 is a bitmap ID and m_bt is a button.i want to place the bitmap on button.if i use b.LoadBitmap(IDB_BITMAP1) instead of LOadMappedBitmap it is working correctly.where is the problem?

E-Ramu
GeneralRe: prblm with mappedbitmap Pin
Hamid_RT16-Jun-06 4:01
Hamid_RT16-Jun-06 4:01 
QuestionHow to clear the drawings? Pin
llp00na15-Jun-06 1:12
llp00na15-Jun-06 1:12 
AnswerRe: How to clear the drawings? Pin
Cedric Moonen15-Jun-06 1:50
Cedric Moonen15-Jun-06 1:50 
GeneralRe: How to clear the drawings? Pin
llp00na15-Jun-06 23:26
llp00na15-Jun-06 23:26 
AnswerRe: How to clear the drawings? Pin
John R. Shaw15-Jun-06 2:59
John R. Shaw15-Jun-06 2:59 
GeneralRe: How to clear the drawings? Pin
llp00na15-Jun-06 23:22
llp00na15-Jun-06 23:22 
AnswerRe: How to clear the drawings? Pin
Viorel.15-Jun-06 3:00
Viorel.15-Jun-06 3:00 
GeneralRe: How to clear the drawings? Pin
yogendra kaushik15-Jun-06 3:57
yogendra kaushik15-Jun-06 3:57 
GeneralRe: How to clear the drawings? Pin
llp00na15-Jun-06 23:24
llp00na15-Jun-06 23:24 
Questionsocket arrays in Accept Pin
shuchigo_jane15-Jun-06 0:40
shuchigo_jane15-Jun-06 0:40 
QuestionHow to write zip/unzip folder program Pin
huutribk200115-Jun-06 0:39
huutribk200115-Jun-06 0:39 
AnswerRe: How to write zip/unzip folder program Pin
Hamid_RT15-Jun-06 0:47
Hamid_RT15-Jun-06 0:47 
AnswerRe: How to write zip/unzip folder program Pin
kakan15-Jun-06 1:20
professionalkakan15-Jun-06 1:20 
AnswerRe: How to write zip/unzip folder program Pin
Ștefan-Mihai MOGA15-Jun-06 2:48
professionalȘtefan-Mihai MOGA15-Jun-06 2:48 
QuestionSome OCX related problem Pin
budihartanto15-Jun-06 0:33
budihartanto15-Jun-06 0:33 
AnswerRe: Some OCX related problem [modified] Pin
Naveen15-Jun-06 1:05
Naveen15-Jun-06 1:05 
AnswerRe: Some OCX related problem Pin
Viorel.15-Jun-06 1:42
Viorel.15-Jun-06 1:42 

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.