|
-
August 24th, 1999, 09:49 AM
#1
Problem with controls creation
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.
-
August 24th, 1999, 09:54 AM
#2
Re: Problem with controls creation
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|