G
Guest
I have a form that had a button called but_Edit which had it's visible
property set to False. I have been working on an applicaiton using this form
for some time and all was going well and it ran fine and I could use the
but_Edit control making it visible when I wanted and etc.
However, it suddenly disappeared and I could no longer reference but_Edit in
code. The Form Designer code still had all the information showing where it
was added to the form. I had to remove all the designer code for the
but_Edit button and re-add the button to the form using the toolbox.
Has this happened to anyone?
Also, I had a user control which had a boolean property that I could set in
the Designer mode to either True or False and it worked fine. Then one day,
I could only set it to False as it would accept True. I had to remove the
property from my control then re-add it to get it to work again where I could
select True or False.
Any thoughts on these two problems?
property set to False. I have been working on an applicaiton using this form
for some time and all was going well and it ran fine and I could use the
but_Edit control making it visible when I wanted and etc.
However, it suddenly disappeared and I could no longer reference but_Edit in
code. The Form Designer code still had all the information showing where it
was added to the form. I had to remove all the designer code for the
but_Edit button and re-add the button to the form using the toolbox.
Has this happened to anyone?
Also, I had a user control which had a boolean property that I could set in
the Designer mode to either True or False and it worked fine. Then one day,
I could only set it to False as it would accept True. I had to remove the
property from my control then re-add it to get it to work again where I could
select True or False.
Any thoughts on these two problems?