Click to See Complete Forum and Search --> : Problem with controls creation


August 24th, 1999, 09:49 AM
I am developing a Query tool which consists of several rows each row consists of several controls. I need to create 255 rows, the user should be allowed to browse through these rows by using a scroll bar. I have used VSViewport control for this, but I am not able to create 255 rows, i am getting Runtime error "Out of memory err-7". How do I solve this problem. Is there any more easy way of doing it. Please Help.

Lothar Haensler
August 24th, 1999, 09:54 AM
take a look at the DataRepeater Control that comes with VB 6.
You need to create an ActiveX control with all the subcontorls, though.
It supports scrolling through a group of (databound) controls.