Click here to Skip to main content
15,896,207 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to show HTML help on dialogbox? Pin
Stephen Hewitt29-Jun-06 1:59
Stephen Hewitt29-Jun-06 1:59 
Questiondisplay a image on button Pin
Amit Agarrwal29-Jun-06 0:12
Amit Agarrwal29-Jun-06 0:12 
AnswerRe: display a image on button [<font color="red">modified</font>] Pin
Hamid_RT29-Jun-06 0:23
Hamid_RT29-Jun-06 0:23 
GeneralRe: display a image on button Pin
Amit Agarrwal29-Jun-06 0:29
Amit Agarrwal29-Jun-06 0:29 
GeneralRe: display a image on button Pin
Hamid_RT29-Jun-06 0:35
Hamid_RT29-Jun-06 0:35 
GeneralRe: display a image on button Pin
ovidiucucu29-Jun-06 0:58
ovidiucucu29-Jun-06 0:58 
GeneralRe: display a image on button Pin
Hamid_RT29-Jun-06 1:29
Hamid_RT29-Jun-06 1:29 
GeneralRe: display a image on button Pin
Hamid_RT29-Jun-06 1:43
Hamid_RT29-Jun-06 1:43 
i think its better
<br />
	CBitmapButton m_BitmapButton;<br />
m_BitmapButton.Create("Test",BS_BITMAP|WS_CHILD|WS_VISIBLE,CRect(0,40,150,63),this,1);<br />
m_BitmapButton.SetBitmap((HBITMAP)LoadImage(NULL,"c:\\0.bmp",IMAGE_BITMAP, 0, 0, LR_LOADFROMFILE|LR_CREATEDIBSECTION));<br />



whitesky


GeneralRe: display a image on button Pin
ovidiucucu29-Jun-06 2:04
ovidiucucu29-Jun-06 2:04 
GeneralRe: display a image on button Pin
Hamid_RT29-Jun-06 2:32
Hamid_RT29-Jun-06 2:32 
AnswerRe: display a image on button Pin
ovidiucucu29-Jun-06 0:55
ovidiucucu29-Jun-06 0:55 
GeneralRe: display a image on button Pin
Amit Agarrwal29-Jun-06 1:29
Amit Agarrwal29-Jun-06 1:29 
GeneralRe: display a image on button [modified] Pin
Hamid_RT29-Jun-06 1:45
Hamid_RT29-Jun-06 1:45 
GeneralRe: display a image on button Pin
Amit Agarrwal29-Jun-06 1:54
Amit Agarrwal29-Jun-06 1:54 
GeneralRe: display a image on button Pin
Hamid_RT29-Jun-06 2:00
Hamid_RT29-Jun-06 2:00 
GeneralRe: display a image on button Pin
ovidiucucu29-Jun-06 2:09
ovidiucucu29-Jun-06 2:09 
GeneralRe: display a image on button Pin
Amit Agarrwal29-Jun-06 2:11
Amit Agarrwal29-Jun-06 2:11 
GeneralRe: display a image on button Pin
ovidiucucu29-Jun-06 2:11
ovidiucucu29-Jun-06 2:11 
GeneralRe: display a image on button Pin
Amit Agarrwal29-Jun-06 3:02
Amit Agarrwal29-Jun-06 3:02 
GeneralRe: display a image on button Pin
Amit Agarrwal29-Jun-06 20:44
Amit Agarrwal29-Jun-06 20:44 
GeneralRe: display a image on button Pin
Amit Agarrwal29-Jun-06 21:11
Amit Agarrwal29-Jun-06 21:11 
AnswerRe: display a image on button Pin
David Crow29-Jun-06 2:57
David Crow29-Jun-06 2:57 
QuestionActiveX issue Pin
Nader Elshehabi28-Jun-06 23:41
Nader Elshehabi28-Jun-06 23:41 
AnswerRe: ActiveX issue Pin
bob1697229-Jun-06 1:59
bob1697229-Jun-06 1:59 
GeneralRe: ActiveX issue Pin
Nader Elshehabi29-Jun-06 3:24
Nader Elshehabi29-Jun-06 3:24 

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.