Runtime Problem
-
Hi ALl I have one windows based application in vb.net. when i place one button named as "Report" on form,it appears perfectly at design time but when run this application,i have not seen "Report" button on my form. what happened excetly? pls help me Thanks monika
-
Hi ALl I have one windows based application in vb.net. when i place one button named as "Report" on form,it appears perfectly at design time but when run this application,i have not seen "Report" button on my form. what happened excetly? pls help me Thanks monika
Check Visible property of button it has to be true, to be sure of it you may also set this property on Form load event. -Ajay.
-
Hi ALl I have one windows based application in vb.net. when i place one button named as "Report" on form,it appears perfectly at design time but when run this application,i have not seen "Report" button on my form. what happened excetly? pls help me Thanks monika
Hii Monika Just check the button Location,Size,Visible property. else delete the button and re add the new button. May be it solve your problem Thanx Mitesh Khatri