No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Hi. Im a Computer Science and Communications Engineering Ba. student living Duisburg. Looking forward to some interesting reading and writing. Greetings...
Hi, I guess your missing the [URL="http://msdn.microsoft.com/en-us/windows/bb980924.aspx"]Windows SDK API[/URL].
Hi @ all, b4 things get serious. :icon_smile: Im using MFC with VCPP 6. I have a simple dialoge based app. Im using a triggered event with which I want to update the content of a CEdit box. The ASSERT of IsWindow fails because m_hWind = 0, I figure this …
Hi CreativeCoding, what you are lookin for is the function GetCurSel() which returns the index of the currently selected cbo item. eg: [CODE] if(m_cbo1.GetCurSel() == 0) { //do something } [/CODE] [B][U]IMPORTANT:[/U][/B] m_cbo1 needs to be a control of type CComboBox and not a CString!!!
The End.
TaSkOnE