|
-
Mar 1st, 2013, 07:27 PM
#5
Re: Problem using ObjectListView in VB.net
The one thing that you'd need to add to the code that dunfiddlin posted is a Handles clause to the button1_Click. It is obviously intended to be a handler for the Click event of 'button1' so you would add 'Handles button1.Click' to the method declaration.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|