VB.Net Custom Controls
- by Paul
This might be basic question, however I am confused on some .Net Concpets.
I am trying to create a "Data Browser" in VB.net.
Similar to a Web Browser however each
Tab in the Data Browser is a view of
some Data (from a database or flat
files) not a webpage.
The UI on each Tab is mostly the
same.
A list Box (showing datatypes, etc),
a TextBox…