Prev: Manually add rows. Problem with AllowUserToAddRows
Next: copy my vb project... is it as easy as copying the directory..
From: Marc Hillman on 3 May 2010 03:34 I am using VB Express 2008, and I wish to use XMLDataDocument. 1. I have my data in XML format (.xml) 2. I have created a matching schema file, using the "Create Schema" function of VB Express 2008 (.xsd) How do I create a DataSet, at design time, from this schema? I believe I can do it easily at runtime, but I'd like to bind the dataset to some DataGridViews, and this is much easier if I have a design time representation of the datasets. I don't seem to have an XML Designer in VB Express 2008. |