Find the existing controls

kumaraswamy

Member
Joined
Jul 24, 2009
Messages
12
Programming Experience
1-3
Hi,
I am editing an application that was developed using VB .NET. The form has a button, I see it in the code but it is not visible in the Form. Also, when I place a new button, it comes as Button2 meaning there is a Button1 - I am not sure how to find where it is and place it at the right place. Can anyone tell me how to find it?

Thanks
Kumar
 
Actually I have inherited a VB project from someone else. I have the same problem with all the Forms. The lower part of the form is not visible and I am not able to expand the form. Has any one had this problem - please know if you have had.
 
In the designer, find the button(button1) in the dropdown in the properties window - select it, then scroll down to the location property, it may just be off the form, set it to 0,0 then you will find it. =)
 
Back
Top