xml schema to the ui not to file

  • Thread starter Thread starter Keith Henderson
  • Start date Start date
K

Keith Henderson

this writes the dataset to a file --> ds.WriteXmlSchema("c:\\mySchema.xsd");

how do i instead write it to the winform, say in a text box?

then once its on the screen i want the user to be able to click saveas and
everything in the textbox can get written to a xsd file. how do i do that?
 
Back
Top