Click here to Skip to main content
15,890,845 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Does VS resource compiler support PNG file Pin
Alain Rist28-May-11 3:36
Alain Rist28-May-11 3:36 
QuestionPointers to member functions which return pointers to themselves Pin
Ray Hagstrom27-May-11 11:08
Ray Hagstrom27-May-11 11:08 
QuestionRe: Pointers to member functions which return pointers to themselves Pin
CPallini28-May-11 3:01
mveCPallini28-May-11 3:01 
AnswerRe: Pointers to member functions which return pointers to themselves Pin
Ray Hagstrom31-May-11 12:40
Ray Hagstrom31-May-11 12:40 
GeneralRe: Pointers to member functions which return pointers to themselves Pin
CPallini31-May-11 21:08
mveCPallini31-May-11 21:08 
AnswerRe: Pointers to member functions which return pointers to themselves Pin
Stefan_Lang30-May-11 4:50
Stefan_Lang30-May-11 4:50 
GeneralRe: Pointers to member functions which return pointers to themselves Pin
Ray Hagstrom31-May-11 12:46
Ray Hagstrom31-May-11 12:46 
GeneralRe: Pointers to member functions which return pointers to themselves Pin
Stefan_Lang31-May-11 21:15
Stefan_Lang31-May-11 21:15 
AnswerRe: Pointers to member functions which return pointers to themselves Pin
saephoed8-Jan-14 11:22
saephoed8-Jan-14 11:22 
QuestionAlphaBlend doesn't work properly Pin
Cold_Fearing_Bird27-May-11 9:06
Cold_Fearing_Bird27-May-11 9:06 
QuestionRe: AlphaBlend doesn't work properly Pin
Mark Salsbery27-May-11 15:17
Mark Salsbery27-May-11 15:17 
AnswerRe: AlphaBlend doesn't work properly Pin
Cold_Fearing_Bird27-May-11 18:50
Cold_Fearing_Bird27-May-11 18:50 
Questionchange selection background color of a CRichEditCtrl Pin
includeh1027-May-11 8:14
includeh1027-May-11 8:14 
Questionadd WM_SETFONT message handle in MFC Pin
includeh1027-May-11 5:37
includeh1027-May-11 5:37 
QuestionRe: add WM_SETFONT message handle in MFC Pin
David Crow27-May-11 6:06
David Crow27-May-11 6:06 
AnswerRe: add WM_SETFONT message handle in MFC Pin
వేంకటనారాయణ(venkatmakam)27-May-11 6:12
వేంకటనారాయణ(venkatmakam)27-May-11 6:12 
QuestionRe: add WM_SETFONT message handle in MFC Pin
David Crow27-May-11 6:14
David Crow27-May-11 6:14 
AnswerRe: add WM_SETFONT message handle in MFC Pin
Luc Pattyn27-May-11 6:53
sitebuilderLuc Pattyn27-May-11 6:53 
GeneralRe: add WM_SETFONT message handle in MFC Pin
David Crow27-May-11 7:05
David Crow27-May-11 7:05 
AnswerRe: add WM_SETFONT message handle in MFC Pin
Mark Salsbery27-May-11 7:03
Mark Salsbery27-May-11 7:03 
QuestionCToolbar Pin
si_6927-May-11 5:19
si_6927-May-11 5:19 
Hi

i am using a toolbar in a PropertyPage as part of a wizard

This works fine the first time, but if i access the wizard again, and that particular page then the toolbar fails to load

Can anyone help

im using the below code

if(!m_toolBar3.CreateEx(this,  WS_CHILD | WS_VISIBLE | CBRS_TOP |  CBRS_TOOLTIPS |CBRS_FLYBY |  TBBS_BUTTON) || !m_toolBar3.LoadToolBar(IDR_TOOLBAR1))
			AfxMessageBox("failed");

			// a small gap between buttons	
	m_toolBar3.SetButtonInfo(m_toolBar3.CommandToIndex(ID_FILE_SAVE)+1,ID_SEPARATOR,TBBS_SEPARATOR,5);
	m_toolBar3.SetButtonInfo(m_toolBar3.CommandToIndex(ID_EDIT_DELETE)+1,ID_SEPARATOR,TBBS_SEPARATOR,5);
	m_toolBar3.SetButtonInfo(m_toolBar3.CommandToIndex(ID_EDIT_UNDO)+1,ID_SEPARATOR,TBBS_SEPARATOR,5);
	m_toolBar3.SetButtonInfo(m_toolBar3.CommandToIndex(ID_APP_ABOUT)+1,ID_SEPARATOR,TBBS_SEPARATOR,5);
	m_toolBar3.SetButtonInfo(m_toolBar3.CommandToIndex(ID_COLOUR)+1,ID_SEPARATOR,TBBS_SEPARATOR,5);
	m_toolBar3.SetButtonStyle(m_toolBar3.CommandToIndex(ID_BOLD),TBBS_CHECKBOX);
	m_toolBar3.SetButtonStyle(m_toolBar3.CommandToIndex(ID_UNDERLINE),TBBS_CHECKBOX);
	m_toolBar3.SetButtonStyle(m_toolBar3.CommandToIndex(ID_ITALIC),TBBS_CHECKBOX);
	m_toolBar3.SetButtonStyle(m_toolBar3.CommandToIndex(ID_PARAGRAPH_LEFT),TBBS_CHECKGROUP);
	m_toolBar3.SetButtonStyle(m_toolBar3.CommandToIndex(ID_PARAGRAPH_CENTER),TBBS_CHECKGROUP);
	m_toolBar3.SetButtonStyle(m_toolBar3.CommandToIndex(ID_PARAGRAPH_RIGHT),TBBS_CHECKGROUP);
	m_toolBar3.SetButtonStyle(m_toolBar3.CommandToIndex(ID_PARAGRAPH_BULLETED),TBBS_CHECKBOX);

        RepositionBars(AFX_IDW_CONTROLBAR_FIRST, AFX_IDW_CONTROLBAR_LAST,0);
	m_toolBar3.MoveWindow( 18, 134,450, 30, 1 );


thanks

Simon
QuestionSetWindowRgn Menu Problem Pin
guojianbo27-May-11 1:18
guojianbo27-May-11 1:18 
QuestionRe: SetWindowRgn Menu Problem Pin
వేంకటనారాయణ(venkatmakam)27-May-11 3:34
వేంకటనారాయణ(venkatmakam)27-May-11 3:34 
AnswerRe: SetWindowRgn Menu Problem Pin
guojianbo29-May-11 15:42
guojianbo29-May-11 15:42 
GeneralRe: SetWindowRgn Menu Problem Pin
guojianbo30-May-11 0:53
guojianbo30-May-11 0:53 

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.