Ok, I have a usercontrol in a Class Library Projects which contains a Button, 2 Listboxes, and a Progress bar. My code is to look for a file and if its there post to one listbox and fill in the progress bar and also put the programs current task in the other listbox.

Recently, I started using VB.Net 2010 Express and wanted to turn part of a form into a .dll so it would be easier to update. I started getting a error and had to declare a variable as a New instance of UserControL1 (my user control). When I did this, the control would run, but the Progress Bar doesn't fill and neither of my listboxes show anything.

What Should I do?

-Technogeek17

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.