Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K

4 Posted Topics

Member Avatar for TaSkOnE

Hi. Im a Computer Science and Communications Engineering Ba. student living Duisburg. Looking forward to some interesting reading and writing. Greetings...

Member Avatar for jephthah
0
40
Member Avatar for vijay K

Hi, I guess your missing the [URL="http://msdn.microsoft.com/en-us/windows/bb980924.aspx"]Windows SDK API[/URL].

Member Avatar for Ancient Dragon
0
104
Member Avatar for TaSkOnE

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 …

Member Avatar for TaSkOnE
0
2K
Member Avatar for CreativeCoding

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!!!

Member Avatar for CreativeCoding
0
173

The End.