NEW to VB -- Limit ListBox, Print ListBox 
Author Message
 NEW to VB -- Limit ListBox, Print ListBox

I am new to VB and am using VB6.
How do I limit the amount of data in the listbox, Like to 25 entries)
Also, how do I print out a listbox one line at a time?

i.e.: The line will be sent to another program one line at a time.
(or even to just debug.Print the List one line at a time)

Please Help!!

Thanks In advance,
Keith K. Kowalski



Tue, 16 Nov 2004 01:51:44 GMT  
 NEW to VB -- Limit ListBox, Print ListBox
Hallo Keith,
for listBox's limit are 32768 for Win95 and Win98 in the OS as W2k and Xp
there is not limit.
I refer to additem method.

I understand, you must print on paper?

Tony



Tue, 16 Nov 2004 22:58:59 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. populating vb.net listbox from selected items of another listbox

2. New to Vb, listbox & DataGrid help

3. String Size Limit in Textbox and Listbox

4. Listbox limited to 25 elements

5. Limit to Grids and ListBox

6. length of a listbox limited to 1024 characters ????

7. question about listbox limit?

8. Upper limits for Listboxes

9. Memory Limits of Listbox and ListView Controls

10. Size Limit to Listbox?

11. Beating the Listbox 64K limit

12. Memory limits on listboxes

 

 
Powered by phpBB® Forum Software