473,385 Members | 1,727 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

How to have more text boxes with a scroll bar

chandru8
145 100+
hi guys
iam using vb6.0 i need to arrange more than 50 text boxes with a scroll bar is it possible to arrange using vb6.0 or any other alternative
please its urgent
thanxs
Jan 7 '08 #1
3 1783
QVeen72
1,445 Expert 1GB
Hi,

It is Easy if you are Using Control Array of TextBoxes... (say Index 1 to 50)
Just add a Frame and a Vertical Scroll Bar.
Set Min of ScrBar =1 and Max = 50
and write code in ScrBar Change Event,
Take the Value of ScrlBar and Re-Arrange all the TextBoxes (Change the Top property) by Looping through..
Involves a bit of coding, but its all worth

Another Alternative is to use "SSTab" control, Use 5 Tabs with 10 Textboxes on each Tab....


Regards
Veena
Jan 7 '08 #2
chandru8
145 100+
thanks for your reply . i want to display more over 250 text boxes by using control array ,anyway i want to put all the text boxes in one place so that user can view by scrolling.
Jan 7 '08 #3
QVeen72
1,445 Expert 1GB
Hi Chandru,

Check The Attached Project.

Regards
Veena
Attached Files
File Type: zip Test5.zip (2.9 KB, 187 views)
Jan 7 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Ryan | last post by:
OK, I validated the HTML and CSS, but I'm still having one of the troubles I had before: Site in question: http://www.chancesend.com/test/info.html (I am aware that none of the top navigation...
6
by: Danny Lesandrini | last post by:
I'm using an Access database to drive a web site and the colors of various table backgrounds are stored in Access. I want users of the Access database to be able to select colors for the site, but...
5
by: sara | last post by:
I haven't been able to find this answer in previous posts; I have a form, with a subform that is displayed in datasheet view, and one field "Item Description" could be from very few to many...
2
by: Michael C# | last post by:
Hi all, Had an interesting question posed to me today and I thought I'd ask you all. On a form, which contains several databound text boxes (bound to a dataset), is there a simple way to...
3
by: Bob Alston | last post by:
What do others do to limit the number of characters a user can enter in a text box? Do you specify the number of characters exactly so that only that number will fit in the text box, thereby...
2
by: Tripmaker | last post by:
I'm trying to set u a scroll bar to be attached to the text area with a border around it. The problem is my text area appears as a small screen above the bordered/scrolled text area. Here is my...
5
by: goldtech | last post by:
I thought the "DISABLED" made it so I could not edit it. But it also makes it so I can not scroll down. If you make the window smaller than the content then try to put a cursor in there to use...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.