Click here to Skip to main content
15,910,083 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
General[Message Deleted] Pin
jitendrapothuru21-Jun-09 23:37
jitendrapothuru21-Jun-09 23:37 
GeneralRe: multiple comport settings to be taken Pin
Cedric Moonen21-Jun-09 23:47
Cedric Moonen21-Jun-09 23:47 
General[Message Deleted] Pin
jitendrapothuru21-Jun-09 23:58
jitendrapothuru21-Jun-09 23:58 
GeneralRe: multiple comport settings to be taken Pin
Cedric Moonen22-Jun-09 0:02
Cedric Moonen22-Jun-09 0:02 
GeneralRe: multiple comport settings to be taken Pin
jitendrapothuru22-Jun-09 0:09
jitendrapothuru22-Jun-09 0:09 
GeneralRe: multiple comport settings to be taken Pin
Cedric Moonen22-Jun-09 0:06
Cedric Moonen22-Jun-09 0:06 
QuestionHow to create xml document using Schema in MFC application? Pin
hemamerp21-Jun-09 22:00
hemamerp21-Jun-09 22:00 
AnswerRe: How to create xml document using Schema in MFC application? Pin
Cedric Moonen21-Jun-09 22:40
Cedric Moonen21-Jun-09 22:40 
It really depends of what you are trying to achieve. I suppose your xsd has a well defined structure otherwise there is no possible way for your MFC application to magically generate the data that is required to fill your xml file.

In that case, what you could do is use a tool to generate classes based on your xsd file (which is called "data binding"). Those classes are added to your project sources and you manipulate them in your MFC application. Once the user has entered the data and you filled the different classes with the user data, you simply use the same library to serialize them into an XML file.

You can for instance look at CodeSynthesis[^], which is a free tool.

If that doesn't answer your question, then please provide more information about what you are trying to achieve.

Cédric Moonen
Software developer

Charting control [v2.0]
OpenGL game tutorial in C++

GeneralRe: How to create xml document using Schema in MFC application? Pin
hemamerp22-Jun-09 19:31
hemamerp22-Jun-09 19:31 
GeneralRe: How to create xml document using Schema in MFC application? Pin
Cedric Moonen22-Jun-09 20:37
Cedric Moonen22-Jun-09 20:37 
Question3DES encryption. Pin
Sudhan Gandhi21-Jun-09 21:14
Sudhan Gandhi21-Jun-09 21:14 
AnswerRe: 3DES encryption. Pin
CPallini21-Jun-09 21:24
mveCPallini21-Jun-09 21:24 
GeneralRe: 3DES encryption. Pin
Sudhan Gandhi22-Jun-09 1:17
Sudhan Gandhi22-Jun-09 1:17 
GeneralRe: 3DES encryption. Pin
CPallini22-Jun-09 1:49
mveCPallini22-Jun-09 1:49 
AnswerRe: 3DES encryption. Pin
Stuart Dootson21-Jun-09 23:47
professionalStuart Dootson21-Jun-09 23:47 
Question[SOLVED] possible to pass in a string as UNICODE? Pin
UserNameless21-Jun-09 20:53
UserNameless21-Jun-09 20:53 
QuestionRe: possible to pass in a string as UNICODE? Pin
CPallini21-Jun-09 21:17
mveCPallini21-Jun-09 21:17 
AnswerRe: possible to pass in a string as UNICODE? Pin
UserNameless21-Jun-09 21:32
UserNameless21-Jun-09 21:32 
GeneralRe: possible to pass in a string as UNICODE? Pin
CPallini21-Jun-09 21:46
mveCPallini21-Jun-09 21:46 
GeneralRe: possible to pass in a string as UNICODE? [modified] Pin
UserNameless21-Jun-09 21:55
UserNameless21-Jun-09 21:55 
QuestionHow to change the forms and dialogs look and feel Pin
suthakar5621-Jun-09 19:55
suthakar5621-Jun-09 19:55 
AnswerRe: How to change the forms and dialogs look and feel Pin
TyrionTheImp21-Jun-09 20:07
TyrionTheImp21-Jun-09 20:07 
GeneralRe: How to change the forms and dialogs look and feel Pin
suthakar5621-Jun-09 22:27
suthakar5621-Jun-09 22:27 
AnswerRe: How to change the forms and dialogs look and feel Pin
Hamid_RT22-Jun-09 3:26
Hamid_RT22-Jun-09 3:26 
GeneralRe: How to change the forms and dialogs look and feel Pin
TyrionTheImp22-Jun-09 23:38
TyrionTheImp22-Jun-09 23:38 

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.