problem in setting font to CComboBox in XP?
-
Hi this is my code LOGFONT lf; memset(&lf, 0, sizeof(LOGFONT)); lf.lfHeight = 15; lf.lfWeight = FW_REGULAR; m_fontRegular.CreateFontIndirect(&lf);//m_fontRegular is object of CFont m_ctrlComboBrowsers->SetFont(&m_fontRegular);// m_ctrlComboBrowsers is object of CComboBox i am adding some string to combobox, problem is in XP machine combobox's dropdown list is not showing.... please help me.
-
Hi this is my code LOGFONT lf; memset(&lf, 0, sizeof(LOGFONT)); lf.lfHeight = 15; lf.lfWeight = FW_REGULAR; m_fontRegular.CreateFontIndirect(&lf);//m_fontRegular is object of CFont m_ctrlComboBrowsers->SetFont(&m_fontRegular);// m_ctrlComboBrowsers is object of CComboBox i am adding some string to combobox, problem is in XP machine combobox's dropdown list is not showing.... please help me.
Have you done the layout of it in the dialog template properly? In the dialog template, click on the drop down arrow of the combo box and resize the control by expanding it downwards.
«_Superman_» _I love work. It gives me something to do between weekends.
-
Have you done the layout of it in the dialog template properly? In the dialog template, click on the drop down arrow of the combo box and resize the control by expanding it downwards.
«_Superman_» _I love work. It gives me something to do between weekends.