1) Sit the DataSet in a module in VB or a class that
uses it as a shared property in a C# Class
2) I'm not sure about what you are doing with it at
design time. If you use a DataSet control, I don't think
it will work (but I'm not positive, I've just never done
it or seen it done). HOwever, you can reference it as
mentioned above at design time and you'll be able to get
to it.
Hopefully this helps.
Bill
W.G. Ryan
(E-Mail Removed)
www.knowdotnet.com
>-----Original Message-----
>How can I bind controls on one WinForm to DataSet in
another WinForm?
>How can I make this DataSet available at design time on
second WinForm?
>
>Dan
>
>
>
>.
>