how to add more contents on a form?

learnvb

New member
Joined
Jul 19, 2009
Messages
4
Programming Experience
Beginner
Hi

I am developing a roster application , where i want to display details of 20 employees on the same form. In the design time, i managed to display 6 employees. But when i try to expand the form , it no more allows it. the" maximum size" is set to ( 0,0). Any ideas how should i go about it ?
 
Not much of that makes sense, can you elaborate on the controls you are using, and how you populate the data? Show us some of your code.
 
Not much of that makes sense, can you elaborate on the controls you are using, and how you populate the data? Show us some of your code.


I have a form with employees details printing on it...i used text box, time pickers and listbox to display the details...

i wanted to display 20 employee on 1 page...but in design time when i display 7 exployedd and when i try to expand the form, it wont allow.

it is been fixed now....i copied the project from my desktop and tried on laptop and it allows in lapotop....i dont know the reason...i did not change anything...but works on one machine and doesnt work on another
 
Back
Top