Click here to Skip to main content
15,886,724 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How To Beautify the Software Interface In MFC? Pin
Chandrasekharan P11-May-09 19:24
Chandrasekharan P11-May-09 19:24 
GeneralRe: How To Beautify the Software Interface In MFC? Pin
CPallini11-May-09 21:21
mveCPallini11-May-09 21:21 
GeneralRe: How To Beautify the Software Interface In MFC? Pin
Rajesh R Subramanian11-May-09 23:07
professionalRajesh R Subramanian11-May-09 23:07 
GeneralRe: How To Beautify the Software Interface In MFC? Pin
CPallini11-May-09 23:45
mveCPallini11-May-09 23:45 
AnswerRe: How To Beautify the Software Interface In MFC? Pin
bulg11-May-09 11:56
bulg11-May-09 11:56 
AnswerRe: How To Beautify the Software Interface In MFC? Pin
Taran911-May-09 18:20
Taran911-May-09 18:20 
AnswerRe: How To Beautify the Software Interface In MFC? Pin
Rajesh R Subramanian11-May-09 21:47
professionalRajesh R Subramanian11-May-09 21:47 
QuestionI hv a doubt pls help Pin
kokilag11-May-09 8:36
kokilag11-May-09 8:36 
I am using VC++ MFC control.I am having a form which contains a combobox,a listbox and button..now I hv few text files say for example abc.txt,cdf.txt and so on..Now if I select a particular name say abc from combobox all the parameter names which is in that file "abc.txt" will automaticaly get displayed in the listbox.Each file has a parameter number ,name and value,so while displaying the parameter names I have used indexes.
So the format stored in the text file is as follows:
Format: Example:
index no 0
parameter no1 4
parameter name1 fdf
paramter value1 A3434
index no 1
parameter no2 7
parameter name2 eter
paramter value2 B3565
.. ..
.. ..
and so on..
These values are copied into these text files from a particular text file
which contains parameter no,paramter name and parameter value without index numnber.I hv used it for displaying names on the listbox.
So my doubt is:
How to display the list of parameter names of each text file whenever the file is selected using combobox on the list box without using the index numbers.I dont want to use it since it takes extra space in the file.Is there anyway to do this?Please suggest me and help...
Questionnotifications not being captured Pin
kitkat1201211-May-09 6:04
kitkat1201211-May-09 6:04 
QuestionTo Service or not to Service Pin
Dustin Henry11-May-09 5:46
Dustin Henry11-May-09 5:46 
AnswerRe: To Service or not to Service Pin
Joe Woodbury11-May-09 6:22
professionalJoe Woodbury11-May-09 6:22 
GeneralRe: To Service or not to Service Pin
Dustin Henry11-May-09 6:50
Dustin Henry11-May-09 6:50 
QuestionVC++ Code to check whether an excel file is already open or not Pin
Abraham Betty11-May-09 5:13
Abraham Betty11-May-09 5:13 
AnswerRe: VC++ Code to check whether an excel file is already open or not Pin
Rajesh R Subramanian11-May-09 5:42
professionalRajesh R Subramanian11-May-09 5:42 
GeneralRe: VC++ Code to check whether an excel file is already open or not Pin
Abraham Betty12-May-09 16:07
Abraham Betty12-May-09 16:07 
AnswerRe: VC++ Code to check whether an excel file is already open or not Pin
Joe Woodbury11-May-09 6:18
professionalJoe Woodbury11-May-09 6:18 
GeneralRe: VC++ Code to check whether an excel file is already open or not Pin
Abraham Betty11-May-09 6:39
Abraham Betty11-May-09 6:39 
GeneralRe: VC++ Code to check whether an excel file is already open or not Pin
Joe Woodbury11-May-09 6:50
professionalJoe Woodbury11-May-09 6:50 
AnswerRe: VC++ Code to check whether an excel file is already open or not Pin
Madhu Nair11-May-09 8:38
Madhu Nair11-May-09 8:38 
GeneralRe: VC++ Code to check whether an excel file is already open or not Pin
Abraham Betty12-May-09 16:18
Abraham Betty12-May-09 16:18 
GeneralRe: VC++ Code to check whether an excel file is already open or not Pin
Madhu Nair12-May-09 21:02
Madhu Nair12-May-09 21:02 
GeneralRe: VC++ Code to check whether an excel file is already open or not Pin
Abraham Betty13-May-09 6:52
Abraham Betty13-May-09 6:52 
GeneralRe: VC++ Code to check whether an excel file is already open or not Pin
Madhu Nair13-May-09 19:35
Madhu Nair13-May-09 19:35 
QuestionRe: VC++ Code to check whether an excel file is already open or not Pin
David Crow11-May-09 9:20
David Crow11-May-09 9:20 
QuestionMAPIFindNext return 16 but there are email in Windows Mail. Pin
SNArruda11-May-09 4:42
SNArruda11-May-09 4:42 

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.