Click here to Skip to main content
15,887,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Combo box in CListCtrl Pin
Stuart Dootson5-Jun-09 8:22
professionalStuart Dootson5-Jun-09 8:22 
GeneralRe: Combo box in CListCtrl Pin
bhanu_85096-Jun-09 1:10
bhanu_85096-Jun-09 1:10 
QuestionIf my main dialog is minimized, how can I flash on taskbar to notify the user that my program wants attention? Pin
sashoalm5-Jun-09 5:16
sashoalm5-Jun-09 5:16 
AnswerRe: If my main dialog is minimized, how can I flash on taskbar to notify the user that my program wants attention? Pin
Code-o-mat5-Jun-09 5:41
Code-o-mat5-Jun-09 5:41 
GeneralRe: If my main dialog is minimized, how can I flash on taskbar to notify the user that my program wants attention? Pin
sashoalm6-Jun-09 3:39
sashoalm6-Jun-09 3:39 
QuestionBest book for mfc using visual studio 2005? Pin
m_mun5-Jun-09 4:57
m_mun5-Jun-09 4:57 
AnswerRe: Best book for mfc using visual studio 2005? Pin
Rajesh R Subramanian5-Jun-09 8:38
professionalRajesh R Subramanian5-Jun-09 8:38 
QuestionCMFCRibbonComboBox Not Enabled - Pin
dougwilliams5-Jun-09 3:56
dougwilliams5-Jun-09 3:56 
I'm using VS 2008 with the new MFC framework and ribbon UI.   I'm working on a hobby project, and am trying to add a combobox to one of the ribbon tab/panels.   It appears - and shows the first item of text added, but it is not "enabled".   It's light grey as though it's not enabled and clicking does nothing, although when I mouse over the rest of the panel, the panel itself lights up correctly.  

bNameValid = strTemp.LoadString(IDS_RIBBON_PORT_SELECT_BOX);
     ASSERT(bNameValid);
     CMFCRibbonComboBox* pSerialPortSelectBox = new CMFCRibbonComboBox(ID_RIBBON_PORT_SELECT_BOX, TRUE, 80, strTemp, 1);

     pSerialPortSelectBox->AddItem(_T("Test"));
     pSerialPortSelectBox->AddItem(_T("Test2"));
     pSerialPortSelectBox->AddItem(_T("Test3"));
     pSerialPortSelectBox->AddItem(_T("Test4"));

     pSerialPortSelectBox->SelectItem(1);
     pSerialPortSelectBox->EnableDropDownListResize(TRUE);
     pPanelSerialConfig->Add(pSerialPortSelectBox);


This shows "Test2" sitting in the box, but the whole thing is greyed out.

Any thoughts?
AnswerRe: CMFCRibbonComboBox Not Enabled - Pin
Code-o-mat5-Jun-09 4:26
Code-o-mat5-Jun-09 4:26 
AnswerRe: CMFCRibbonComboBox Not Enabled - Pin
dougwilliams5-Jun-09 4:40
dougwilliams5-Jun-09 4:40 
QuestionMicrosoft compression utility Pin
vikramlinux5-Jun-09 3:14
vikramlinux5-Jun-09 3:14 
AnswerRe: Microsoft compression utility Pin
Stuart Dootson5-Jun-09 3:33
professionalStuart Dootson5-Jun-09 3:33 
GeneralRe: Microsoft compression utility Pin
vikramlinux5-Jun-09 3:37
vikramlinux5-Jun-09 3:37 
GeneralRe: Microsoft compression utility Pin
Stuart Dootson5-Jun-09 3:39
professionalStuart Dootson5-Jun-09 3:39 
QuestionHow Can I build an Array of Arrays? Pin
Software20075-Jun-09 2:51
Software20075-Jun-09 2:51 
QuestionHow Can I build an Array of Arrays? Pin
David Crow5-Jun-09 2:54
David Crow5-Jun-09 2:54 
AnswerRe: How Can I build an Array of Arrays? Pin
Software20075-Jun-09 2:57
Software20075-Jun-09 2:57 
AnswerRe: How Can I build an Array of Arrays? Pin
Code-o-mat5-Jun-09 2:58
Code-o-mat5-Jun-09 2:58 
GeneralRe: How Can I build an Array of Arrays? Pin
Software20075-Jun-09 3:11
Software20075-Jun-09 3:11 
GeneralRe: How Can I build an Array of Arrays? Pin
Code-o-mat5-Jun-09 3:15
Code-o-mat5-Jun-09 3:15 
GeneralRe: How Can I build an Array of Arrays? Pin
Software20075-Jun-09 3:23
Software20075-Jun-09 3:23 
GeneralRe: How Can I build an Array of Arrays? Pin
Code-o-mat5-Jun-09 3:45
Code-o-mat5-Jun-09 3:45 
GeneralRe: How Can I build an Array of Arrays? Pin
Software20075-Jun-09 4:03
Software20075-Jun-09 4:03 
GeneralRe: How Can I build an Array of Arrays? Pin
Software20075-Jun-09 4:37
Software20075-Jun-09 4:37 
GeneralRe: How Can I build an Array of Arrays? Pin
Code-o-mat5-Jun-09 4:58
Code-o-mat5-Jun-09 4:58 

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.