-
Forms Control
I have a program in which i desighn text box control at desighn time
i desighn 23to 35 text box depend on the data base
fields but there is no scrollling happen when i execute the program
means only eith control are visible others or unvisible.
please help
-
Re: Forms Control
What do you mean by "no scrolling happen"?
-
Re: Forms Control
hig
i mean if my countrol greater then computer screen then
the bottom one cannot be visible becauause of no scrolling
mean i can see only the 8 control but not more than which are at the
bottom of monitor
how i can view countrol if they in the bottom
-
Re: Forms Control
Divide your textboxes up into logical groups and place the logical textbox groups in different Frames. Display the applicable frame as each textbox group is needed.
-
Re: Forms Control
Sounds like you may have a screen resolution issue where your designing your form in a higher res. and being run on a lower resolution.
Here is an example on how to scroll a form. - http://www.vbforums.com/showthread.php?t=231169