G
Guest
I have a label that will not display. On the form load event I wrote
"label1.visible=false".
when my routine get at the end of the code I inserted "label1.visible=true".
I have had a similar problem with vba in excel and I had to put a wait
statement after telling the label.visible=true. This solved the problem in
Excel. In VB.Net I used the thread.sleep after telling the label.visble=true
and this did not help.
When I said "wait" I am only talking about 1 second the same for sleep.
Thanks for any help.
DCSTech
"label1.visible=false".
when my routine get at the end of the code I inserted "label1.visible=true".
I have had a similar problem with vba in excel and I had to put a wait
statement after telling the label.visible=true. This solved the problem in
Excel. In VB.Net I used the thread.sleep after telling the label.visble=true
and this did not help.
When I said "wait" I am only talking about 1 second the same for sleep.
Thanks for any help.
DCSTech