Posts by user7912 • 35 points
4 posts
-
1
votes1
answer858
viewsQ: Ordering a Listview alphabetically in Vb 6
I have two lists A and B, the data of the list A are exported from the BD, these already bring ordered alphabetically to the list. From this list I add data in the other list (list B), the data that…
-
2
votes2
answers502
viewsQ: How to make a Textbox field only receive integer values on VB6?
It has how to make a field of one textbox only receive integer values?
visual-basic-6asked user7912 35 -
0
votes1
answer246
viewsQ: How to change a list view from a Combo on VB6
I made a form with a ListView and a ComboBox, my problem is that according to what is selected in ComboBox I have to change the data from ListView. For example: I have the ListView LETTERS (which is…
-
-2
votes1
answer1111
viewsQ: Inserting Items in a Vb6 Collection
Good morning, you guys. The situation is as follows. I created a Type and it has its attributes. I would like to know how I do to insert data in a Collection (in Vb6). FOR EXAMPLE: I created Type…