foxuma2001
MIS
Hai friends,
This is very urgent for my project. Plz go thru this and suggest me with coding as regards this.
I want to use 50 textboxes in my form. No tabstrip control to be used. I want to show all the 50 textboxes in one form one by one. I cant place all the boxes at design time bcz at design time the form height property can only be maximum of 9000 (why is it so?). This is one drawback. Alternatively, if I have control array and even if I load all the 50 textboxes at run time using coding, I cant see the text boxes which goes down below the form height property (ie) 9000. How will I bring a scroll bar to my form such that if I scroll the vertical scroll bar, the form should be scrolled accordingly. Kindly help.
This is very urgent for my project. Plz go thru this and suggest me with coding as regards this.
I want to use 50 textboxes in my form. No tabstrip control to be used. I want to show all the 50 textboxes in one form one by one. I cant place all the boxes at design time bcz at design time the form height property can only be maximum of 9000 (why is it so?). This is one drawback. Alternatively, if I have control array and even if I load all the 50 textboxes at run time using coding, I cant see the text boxes which goes down below the form height property (ie) 9000. How will I bring a scroll bar to my form such that if I scroll the vertical scroll bar, the form should be scrolled accordingly. Kindly help.