Non-GUI use of table adapters / data tables...

G

Guest

Does anyone know of a good reference on how to use data source components
(VB.Net 2005) in a non-GUI? I'd like to share these items across multiple
forms without having to instantiate each time...
 
T

Terry Olsen

Put the datasource in a module...

Public MyDT as DataTable

Fill the table in whatever form, and use it as the data source in your other
forms.
 
C

Cor Ligthert [MVP]

Marty,

I am not sure if I understand your question, however if I do than my answer
is: Use a component from your items instead of a form to drag them on.

I hope this helps,

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top