|
-
March 14th, 2006, 09:35 AM
#1
Control visible does not work
I have a very strange problem. Any help will be appriciated.
I have a form with few controls. The controls are invisible, and when the user performs some operations the controls ahould become visible.
Code:
control.Visible = true;
I put a breakpoint in this line, but the control's Visible property stays "false" and the control does not become visible.
Any idea what can cause this phenomenon?
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
|