Label does not paint with a progressbar on a windows form

G

Guest

I have created a .net dll that reads a datatable and writes it to a
spreadsheet. I want a progressbar to display while writing the datatable
rows to the spreadsheet, that part works, however I also have a label on the
form with the progressbar and the label does not get painted on the form.
When the dll runs the label does not appears. I wanted to change the text of
label to say "Please wait." and then "Finished!" Does somebody know why the
label does not appear and how can I get the label to appear?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top