R
rbutch
hey guys, this is a VB.NET Windows Application question.
i've got an application that needs to have a ton of controls on it.
it's basically an employee timecard,
so for each ee theres three rows of 16 textboxes, with corresponding dropdown boxes
below each one.
i need to get at least 10, my boss is asking for more on each form.
and im running out of space quickly. the max height the form will allow me is around 780
but, if i set the auto-scroll to true, i can do more.
the only problem is as the controls get larger than the actual workspace, im having to do a "select all" and actually push 'all' the controls up which creates more work-space.
now, to the question. is this the way to do this in a windows app.
i started out doing this web, and the page just gets bigger which is wonderful, but the performance degraded with each addition of a new set of controls.
if anyone has had this problem before, i'd love to hear the solution if there is any.
and if not i guess i can always have the user bring up another form, if that's the case.
thanks for any help or advice on this
rik
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
i've got an application that needs to have a ton of controls on it.
it's basically an employee timecard,
so for each ee theres three rows of 16 textboxes, with corresponding dropdown boxes
below each one.
i need to get at least 10, my boss is asking for more on each form.
and im running out of space quickly. the max height the form will allow me is around 780
but, if i set the auto-scroll to true, i can do more.
the only problem is as the controls get larger than the actual workspace, im having to do a "select all" and actually push 'all' the controls up which creates more work-space.
now, to the question. is this the way to do this in a windows app.
i started out doing this web, and the page just gets bigger which is wonderful, but the performance degraded with each addition of a new set of controls.
if anyone has had this problem before, i'd love to hear the solution if there is any.
and if not i guess i can always have the user bring up another form, if that's the case.
thanks for any help or advice on this
rik
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...