Hi
I am new to Visual Basic and am busy teaching myself how to program with Visual Basic.Net.
I am trying to get sample code that I got from MSDN working but it needs a "Customer Object" to work.
MSDN Example
[Visual Basic, C#, C++] The following example displays customer information in a TreeView control. The root tree nodes display customer names, and the child tree nodes display the order numbers assigned to each customer. In this example, 1,000 customers are displayed with 15 orders each. The repainting of the TreeView is suppressed by using the BeginUpdate and EndUpdate methods, and a wait Cursor is displayed while the TreeView creates and paints the TreeNode objects. This example assumes you have a Customer object that can hold a collection of Order objects. It also assumes that you have created an instance of a TreeView control on a Form.
What is a "Customer object" and where do I get it.
Thanks
Robert