Click here to Skip to main content
15,891,607 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerSome please can help me with this one ? Pin
Yanshof23-Jan-07 0:29
Yanshof23-Jan-07 0:29 
GeneralRe: Some please can help me with this one ? Pin
somasundaram_be23-Jan-07 0:49
somasundaram_be23-Jan-07 0:49 
AnswerRe: How can i write function that search for file on the disk ? Pin
Anilkumar K V23-Jan-07 0:58
Anilkumar K V23-Jan-07 0:58 
AnswerRe: How can i write function that search for file on the disk ? Pin
Hamid_RT23-Jan-07 3:47
Hamid_RT23-Jan-07 3:47 
Questionwin proc in vb Pin
ng4kau122-Jan-07 22:26
ng4kau122-Jan-07 22:26 
AnswerRe: win proc in vb Pin
toxcct22-Jan-07 23:31
toxcct22-Jan-07 23:31 
AnswerRe: win proc in vb Pin
Mark Salsbery23-Jan-07 8:46
Mark Salsbery23-Jan-07 8:46 
QuestionDisplay on dialog box.. Pin
Shah Satish22-Jan-07 21:49
Shah Satish22-Jan-07 21:49 
Hi !!!

I am initialize text and retriving it on dialog box..My code is like..

CDialog::OnInitDialog();

m_ExchListbox.AddString(_T("Exchanger-Double end"));
m_ExchListbox.AddString(_T("Exchanger-Single end"));
m_ExchListbox.AddString(_T("Exchanger-Double end kettle"));
m_ExchListbox.AddString(_T("Exchanger-Single end kettle"));
m_ExchListbox.AddString(_T("Exchanger-Super"));
m_ExchListbox.AddString(_T("Exchanger-Process Flow"));

m_ExchListbox.SetCurSel(0);


n out put of the dialog box is not same as what i declred..ie the out put is like..

Exchanger-Double end
Exchanger-Double end kettle
Exchanger-Process Flow
Exchanger-Super
Exchanger-Single end
Exchanger-Single end kettle


ie i want out put as same as i declred.. ie first should be Exchanger-Double end and last should be Exchanger-Process Flow..I dont want alphabetically character out put..

Thanking you

Shah Satish

Shah Satish
AnswerRe: Display on dialog box.. Pin
Cedric Moonen22-Jan-07 21:53
Cedric Moonen22-Jan-07 21:53 
GeneralRe: Display on dialog box.. Pin
Shah Satish22-Jan-07 22:23
Shah Satish22-Jan-07 22:23 
AnswerRe: Display on dialog box.. [modified] Pin
toxcct22-Jan-07 21:55
toxcct22-Jan-07 21:55 
GeneralRe: Display on dialog box.. Pin
Shah Satish22-Jan-07 22:05
Shah Satish22-Jan-07 22:05 
AnswerRe: Display on dialog box.. Pin
Hamid_RT23-Jan-07 3:44
Hamid_RT23-Jan-07 3:44 
QuestionCSpinCtrl increment by 0.01 Pin
Llasus22-Jan-07 21:18
Llasus22-Jan-07 21:18 
AnswerRe: CSpinCtrl increment by 0.01 Pin
Mark Salsbery23-Jan-07 8:50
Mark Salsbery23-Jan-07 8:50 
GeneralRe: CSpinCtrl increment by 0.01 Pin
Llasus23-Jan-07 12:56
Llasus23-Jan-07 12:56 
QuestionActive Desktop Pin
micutzu22-Jan-07 21:05
micutzu22-Jan-07 21:05 
AnswerRe: Active Desktop Pin
micutzu25-Jan-07 0:00
micutzu25-Jan-07 0:00 
QuestionHow to authenticate SMTP Server Pin
neha.agarwal2722-Jan-07 21:01
neha.agarwal2722-Jan-07 21:01 
AnswerRe: How to authenticate SMTP Server Pin
san123pune22-Jan-07 21:44
san123pune22-Jan-07 21:44 
GeneralRe: How to authenticate SMTP Server Pin
neha.agarwal2723-Jan-07 0:41
neha.agarwal2723-Jan-07 0:41 
QuestionHow to create a casyncsocket object in DLL project Pin
hameduser22-Jan-07 20:05
hameduser22-Jan-07 20:05 
AnswerRe: How to create a casyncsocket object in DLL project Pin
Cedric Moonen22-Jan-07 20:22
Cedric Moonen22-Jan-07 20:22 
GeneralRe: How to create a casyncsocket object in DLL project Pin
hameduser24-Jan-07 2:50
hameduser24-Jan-07 2:50 
AnswerRe: How to create a casyncsocket object in DLL project Pin
Mark Salsbery23-Jan-07 8:53
Mark Salsbery23-Jan-07 8:53 

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.