C
Chuck Bowling
I have a user control designed to edit the records in a small XML typed
dataset. I want to keep the control and the dataset together when the
control is dropped onto a form. The problem is that when I drop the control,
the system looks for the *.xml file in the Visual Studio installation
directory.
I'm guessing that I need to embed the xml into the control dll. If that's
the case, how do I do that? And, would the dataset be a *.resx file or a
regular *.xml?
dataset. I want to keep the control and the dataset together when the
control is dropped onto a form. The problem is that when I drop the control,
the system looks for the *.xml file in the Visual Studio installation
directory.
I'm guessing that I need to embed the xml into the control dll. If that's
the case, how do I do that? And, would the dataset be a *.resx file or a
regular *.xml?