Click here to Skip to main content
16,015,583 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: conditional menu Pin
josip cagalj30-Jun-10 3:50
josip cagalj30-Jun-10 3:50 
GeneralRe: conditional menu Pin
KarstenK30-Jun-10 3:55
mveKarstenK30-Jun-10 3:55 
GeneralRe: conditional menu Pin
josip cagalj30-Jun-10 3:57
josip cagalj30-Jun-10 3:57 
QuestionHow to distinguish a physical printer from a virtual printer? Pin
lek25829-Jun-10 21:36
lek25829-Jun-10 21:36 
AnswerRe: How to distinguish a physical printer from a virtual printer? Pin
«_Superman_»29-Jun-10 22:50
professional«_Superman_»29-Jun-10 22:50 
QuestionRe: How to distinguish a physical printer from a virtual printer? Pin
David Crow30-Jun-10 3:17
David Crow30-Jun-10 3:17 
AnswerRe: How to distinguish a physical printer from a virtual printer? Pin
Iain Clarke, Warrior Programmer30-Jun-10 12:26
Iain Clarke, Warrior Programmer30-Jun-10 12:26 
Questioncannot get the first vallue from ComboBox Pin
raju_shiva29-Jun-10 21:14
raju_shiva29-Jun-10 21:14 
Hi sir,
I have some data in combo box,
First if i select any data from ComboDropDown.
The value is coming as "empty"
Second time if i select and data ,its displaying the value

Any idea,For your information,here is the code

void CTest1View::OnSelchangeCombo1() 
{
	CString SelectedOption;		
	m_ctrlCombo.GetWindowText(SelectedOption); // First time the value is empty	
        AfxMessageBox(SelectedOption);
	
}


For Example :
ComboBox Contains values "A","B","C".
If First i select any value from ComboBox i.e either A,B or C
Its showing empty,second time its working fine.
Am i doing anything wrong
AnswerRe: cannot get the first vallue from ComboBox Pin
CPallini29-Jun-10 21:43
mveCPallini29-Jun-10 21:43 
JokeRe: cannot get the first vallue from ComboBox Pin
Rajesh R Subramanian29-Jun-10 21:52
professionalRajesh R Subramanian29-Jun-10 21:52 
GeneralRe: cannot get the first vallue from ComboBox Pin
CPallini29-Jun-10 22:39
mveCPallini29-Jun-10 22:39 
AnswerRe: cannot get the first vallue from ComboBox Pin
Rajesh R Subramanian29-Jun-10 21:50
professionalRajesh R Subramanian29-Jun-10 21:50 
GeneralRe: cannot get the first vallue from ComboBox Pin
Code-o-mat29-Jun-10 22:19
Code-o-mat29-Jun-10 22:19 
GeneralRe: cannot get the first vallue from ComboBox Pin
raju_shiva30-Jun-10 0:10
raju_shiva30-Jun-10 0:10 
QuestionScatter chart in GMS strip chart Pin
Parthiban29-Jun-10 20:00
Parthiban29-Jun-10 20:00 
AnswerRe: Scatter chart in GMS strip chart Pin
Cedric Moonen29-Jun-10 20:55
Cedric Moonen29-Jun-10 20:55 
GeneralRe: Scatter chart in GMS strip chart Pin
Parthiban29-Jun-10 21:50
Parthiban29-Jun-10 21:50 
GeneralRe: Scatter chart in GMS strip chart Pin
Cedric Moonen29-Jun-10 21:57
Cedric Moonen29-Jun-10 21:57 
GeneralRe: Scatter chart in GMS strip chart Pin
Parthiban29-Jun-10 22:42
Parthiban29-Jun-10 22:42 
GeneralRe: Scatter chart in GMS strip chart Pin
Cedric Moonen29-Jun-10 23:00
Cedric Moonen29-Jun-10 23:00 
GeneralRe: Scatter chart in GMS strip chart Pin
Parthiban29-Jun-10 23:46
Parthiban29-Jun-10 23:46 
GeneralRe: Scatter chart in GMS strip chart Pin
Cedric Moonen29-Jun-10 23:50
Cedric Moonen29-Jun-10 23:50 
GeneralRe: Scatter chart in GMS strip chart Pin
Parthiban30-Jun-10 0:05
Parthiban30-Jun-10 0:05 
QuestionMinGW - C++ code compiles only in example file but not my file! Pin
Trevor Johansen29-Jun-10 19:30
Trevor Johansen29-Jun-10 19:30 
AnswerRe: MinGW - C++ code compiles only in example file but not my file! Pin
Niklas L29-Jun-10 20:35
Niklas L29-Jun-10 20:35 

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.