robbremington
Newcomer
- Joined
- Jan 6, 2003
- Messages
- 17
The app builds a flow chart of textBoxes and lines from values stored in a database. In VB6 textBoxes have an Index which allows them to be an array. How should I convert this to .NET, a collection, instantiating a textbox class?