Click here to Skip to main content
15,909,953 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CFileDialog stops me writing to log file Pin
David Crow21-Sep-04 10:24
David Crow21-Sep-04 10:24 
GeneralWindow not restoring from Task Bar Pin
LannieK21-Sep-04 4:04
LannieK21-Sep-04 4:04 
Generaltemplate question Pin
sandrineV21-Sep-04 4:02
sandrineV21-Sep-04 4:02 
Generalsend text using serial comm Pin
mark18221-Sep-04 3:54
mark18221-Sep-04 3:54 
GeneralRe: send text using serial comm Pin
Nicholas Cardi21-Sep-04 5:15
Nicholas Cardi21-Sep-04 5:15 
GeneralRe: send text using serial comm Pin
ThatsAlok23-Sep-04 3:37
ThatsAlok23-Sep-04 3:37 
QuestionHow to add Integer type Member Variable to a ComboBox? Pin
pubududilena21-Sep-04 3:25
pubududilena21-Sep-04 3:25 
AnswerRe: How to add Integer type Member Variable to a ComboBox? Pin
mark18221-Sep-04 3:37
mark18221-Sep-04 3:37 
1.first you make member variabel as a string,
such as : m_strTest.
you add using class wizard.

2.then you add data for the ComboBox
3.if you want to get data from combo box, follow this code :
int intData;
switch(atoi(m_strTest))
{
case data you insert1:
intData= 1;
break;
case data you insert2:
intData= 2;
break;
}
UpdateData(FALSE);
GeneralRe: How to add Integer type Member Variable to a ComboBox? Pin
pubududilena21-Sep-04 3:52
pubududilena21-Sep-04 3:52 
GeneralRe: How to add Integer type Member Variable to a ComboBox? Pin
David Crow21-Sep-04 5:37
David Crow21-Sep-04 5:37 
Generalexecute device manager Pin
mark18221-Sep-04 3:24
mark18221-Sep-04 3:24 
GeneralRe: execute device manager Pin
BlackDice21-Sep-04 6:55
BlackDice21-Sep-04 6:55 
GeneralRe: execute device manager Pin
Alexander M.,21-Sep-04 9:47
Alexander M.,21-Sep-04 9:47 
GeneralRe: execute device manager Pin
shiraztk22-Sep-04 0:02
shiraztk22-Sep-04 0:02 
Generalscheduler Pin
muharrem21-Sep-04 2:49
muharrem21-Sep-04 2:49 
GeneralRe: scheduler Pin
David Crow21-Sep-04 5:40
David Crow21-Sep-04 5:40 
Generalstatic and dynamic linking Pin
ns21-Sep-04 2:38
ns21-Sep-04 2:38 
GeneralSwitching problem between view and dialog attached Pin
ledallam21-Sep-04 2:19
ledallam21-Sep-04 2:19 
GeneralHeader File required Pin
Mythri.B.L21-Sep-04 2:07
Mythri.B.L21-Sep-04 2:07 
GeneralRe: Header File required Pin
David Crow21-Sep-04 2:46
David Crow21-Sep-04 2:46 
GeneralRe: Header File required Pin
shiraztk21-Sep-04 2:50
shiraztk21-Sep-04 2:50 
GeneralRe: Header File required Pin
Anonymous21-Sep-04 18:22
Anonymous21-Sep-04 18:22 
GeneralRe: Header File required Pin
Henry miller21-Sep-04 3:31
Henry miller21-Sep-04 3:31 
GeneralProblem with a IDirectDraw object! Pin
Dani10000121-Sep-04 1:48
Dani10000121-Sep-04 1:48 
GeneralRe: Problem with a IDirectDraw object! Pin
Alexander M.,21-Sep-04 3:12
Alexander M.,21-Sep-04 3:12 

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.