Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
On your Zip Files Easy! zip program, I was coding the frmMain.vb file and I am having trouble with line 304 of the code

Me.lblFeedback.Text = String.Format("Selected {0} file{1}", Me.ListView1.SelectedItems.Count, s)

It returned an error saying

lblFeedback is not a member of ZipIt_UnZipIt.frmMain. F:\Visual Studio 2008\Projects\ZipIt UnZipIt\ZipIt UnZipIt\Forms\frmMain.vb 305 9 ZipIt UnZipIt

How do I fix this error?
Posted

1 solution

You can't understand this error ? No wonder you can't work out how to use the forum that exists at the bottom of the article.

There's a forum under the article, but please don't bother the author with this. It means what it says. You tried to access an object that is not part of the form you put the code in to.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900