Click here to Skip to main content
15,894,460 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: How to avoid if else... Pin
CPallini12-Jun-09 6:42
mveCPallini12-Jun-09 6:42 
GeneralRe: How to avoid if else... Pin
led mike12-Jun-09 8:23
led mike12-Jun-09 8:23 
GeneralRe: How to avoid if else... Pin
CPallini12-Jun-09 22:39
mveCPallini12-Jun-09 22:39 
GeneralRe: How to avoid if else... Pin
led mike15-Jun-09 5:08
led mike15-Jun-09 5:08 
GeneralRe: How to avoid if else... Pin
CPallini15-Jun-09 8:39
mveCPallini15-Jun-09 8:39 
GeneralRe: How to avoid if else... Pin
Lutosław12-Jun-09 8:31
Lutosław12-Jun-09 8:31 
QuestionRe: How to avoid if else... Pin
CPallini12-Jun-09 5:46
mveCPallini12-Jun-09 5:46 
AnswerRe: How to avoid if else... Pin
vikasvds15-Jun-09 2:32
vikasvds15-Jun-09 2:32 
JokeRe: How to avoid if else... Pin
CPallini15-Jun-09 2:59
mveCPallini15-Jun-09 2:59 
GeneralRe: How to avoid if else... Pin
Arun Singh K13-Jun-09 1:18
Arun Singh K13-Jun-09 1:18 
GeneralRe: How to avoid if else... Pin
vikasvds14-Jun-09 21:30
vikasvds14-Jun-09 21:30 
GeneralRe: How to avoid if else... Pin
vikasvds14-Jun-09 21:32
vikasvds14-Jun-09 21:32 
QuestionHow to get data from user during run time? Pin
kapardhi12-Jun-09 3:04
kapardhi12-Jun-09 3:04 
QuestionRe: How to get data from user during run time? Pin
David Crow12-Jun-09 3:08
David Crow12-Jun-09 3:08 
AnswerRe: How to get data from user during run time? Pin
kapardhi12-Jun-09 3:11
kapardhi12-Jun-09 3:11 
AnswerRe: How to get data from user during run time? Pin
David Crow12-Jun-09 3:14
David Crow12-Jun-09 3:14 
GeneralEven better! Pin
CPallini12-Jun-09 3:23
mveCPallini12-Jun-09 3:23 
GeneralRe: How to get data from user during run time? Pin
Michael Schubert12-Jun-09 3:19
Michael Schubert12-Jun-09 3:19 
AnswerGood! Pin
CPallini12-Jun-09 3:23
mveCPallini12-Jun-09 3:23 
JokeRe: Good! Pin
Michael Schubert12-Jun-09 3:26
Michael Schubert12-Jun-09 3:26 
JokeRe: Good! Pin
CPallini12-Jun-09 5:42
mveCPallini12-Jun-09 5:42 
GeneralRe: Good! Pin
Michael Schubert12-Jun-09 6:31
Michael Schubert12-Jun-09 6:31 
QuestionHow to read a schema file and get the elements from the schema file (xsd)?? Pin
Jayaraman K12-Jun-09 1:31
Jayaraman K12-Jun-09 1:31 
hi,
I have to develop a user interface which will take an XSD file as input.I'll read this xsd file and get the elements from the xsd file and generate an xml file dynamically. also after generating the xml file i have to validate it with the xsd file. how can i achieve this....


I have thought of a solution but pls comment if it is an effecient way.

I already have a sample as to how the xml file would look. So is it fine if i generate the GUI with the controlls and allow the user to enter the datas and then parse it and generate the xml file (Statc one not a dynamic one)?? I prefer this method because in the xsd file the elements are classified as either required one or optional one... so it becomes difficult to read all the elements in the xsd and populate them as a control in the UI dynamically. Also i couldnt find any way to read the elements of an xsd file. I want only in VC++ not in any other tool (vb or .net).

Pls help

Regards
Jayaraman
QuestionGetting Last Two Bytes Pin
RS.Ratheesh12-Jun-09 1:10
RS.Ratheesh12-Jun-09 1:10 
AnswerRe: Getting Last Two Bytes [modified] Pin
Jijo.Raj12-Jun-09 1:20
Jijo.Raj12-Jun-09 1:20 

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.