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

C / C++ / MFC

 
GeneralRe: CButton and Bitmap Interface :: MFC Pin
Moak16-Feb-03 13:05
Moak16-Feb-03 13:05 
GeneralRe: CButton and Bitmap Interface :: MFC Pin
PJ Arends16-Feb-03 13:26
professionalPJ Arends16-Feb-03 13:26 
GeneralRe: CButton and Bitmap Interface :: MFC Pin
valikac16-Feb-03 14:14
valikac16-Feb-03 14:14 
GeneralRe: CButton and Bitmap Interface :: MFC Pin
valikac16-Feb-03 14:42
valikac16-Feb-03 14:42 
QuestionAdding clipping rect to DC? Pin
Moak16-Feb-03 11:12
Moak16-Feb-03 11:12 
AnswerRe: Adding clipping rect to DC? Pin
Paul M Watt17-Feb-03 8:37
mentorPaul M Watt17-Feb-03 8:37 
GeneralRe: Adding clipping rect to DC? Pin
Moak17-Feb-03 21:22
Moak17-Feb-03 21:22 
GeneralGetting strings from a Combo Box Pin
DuFF16-Feb-03 10:18
DuFF16-Feb-03 10:18 
Hey, I'm a beginner at programming. I just read a tutorial on Combo Boxes and I now want to use the string of the selected option in a different function. How can I do this?

Heres the code for the combo box function.
void CAlertmakerDlg::OnSelchangeFont()  //on selection of combo box option<br />
{<br />
	UpdateData(); <br />
<br />
	if( m_fontnumber < 0 ) return;  //m_fontnumber is an int that holds the selected number in the combo box.<br />
<br />
	CString str;<br />
	m_fontlist.GetLBText( m_fontnumber, str );<br />
}<br />

GeneralRe: Getting strings from a Combo Box Pin
DuFF17-Feb-03 15:23
DuFF17-Feb-03 15:23 
GeneralImproving time complexity of O(nlgn) recursive program Pin
GabyGirl16-Feb-03 9:45
GabyGirl16-Feb-03 9:45 
GeneralRe: Improving time complexity of O(nlgn) recursive program Pin
Joaquín M López Muñoz16-Feb-03 10:17
Joaquín M López Muñoz16-Feb-03 10:17 
GeneralCode Correction Pin
GabyGirl16-Feb-03 16:10
GabyGirl16-Feb-03 16:10 
GeneralRe: Improving time complexity of O(nlgn) recursive program Pin
JohnMcL17-Feb-03 2:06
JohnMcL17-Feb-03 2:06 
GeneralRegistry and C++/MFC Pin
LiquidKnight16-Feb-03 9:39
LiquidKnight16-Feb-03 9:39 
GeneralCD Serial Number Pin
Sassan Komeili Zadeh16-Feb-03 9:16
Sassan Komeili Zadeh16-Feb-03 9:16 
GeneralRe: CD Serial Number Pin
Jon Hulatt17-Feb-03 1:51
Jon Hulatt17-Feb-03 1:51 
GeneralMake Callback function as member function ! Pin
Hadi Rezaee16-Feb-03 6:56
Hadi Rezaee16-Feb-03 6:56 
GeneralRe: Make Callback function as member function ! Pin
Mohammed Saleem16-Feb-03 7:14
Mohammed Saleem16-Feb-03 7:14 
GeneralRe: Make Callback function as member function ! Pin
João Paulo Figueira16-Feb-03 7:37
professionalJoão Paulo Figueira16-Feb-03 7:37 
GeneralRe: Make Callback function as member function ! Pin
dlhson216-Feb-03 7:50
dlhson216-Feb-03 7:50 
GeneralRe: Make Callback function as member function ! Pin
João Paulo Figueira16-Feb-03 8:27
professionalJoão Paulo Figueira16-Feb-03 8:27 
GeneralRe: Make Callback function as member function ! Pin
Anonymous16-Feb-03 8:46
Anonymous16-Feb-03 8:46 
GeneralRe: Make Callback function as member function ! Pin
dlhson216-Feb-03 7:43
dlhson216-Feb-03 7:43 
QuestionHow do I get the frame? Pin
ROK_RShadow16-Feb-03 6:46
ROK_RShadow16-Feb-03 6:46 
AnswerRe: How do I get the frame? Pin
valikac16-Feb-03 7:55
valikac16-Feb-03 7:55 

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.