G'day to you !
I'm using a FlexGrid to display multiple-fields records.
I'd like to enable the user to make a multiple rows selection, like in a ListView/(Report mode) control, or in a TrueDBGrid,...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10018850.html
Zones:
Visual BasicDate Answered: 08/15/1997 Grade: A Views: 4
i have a multiselect list box
i want to create 2 buttons
when press the first button the items selected in the listbox move up one step
when press the second button the items selected in the lis...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10551161.html
Zones:
Visual BasicDate Answered: 07/01/2000 Grade: A Views: 0
I would like to override the default behavior in Swing for a multi select list box so that the user does not have to hold down the control key to select additional items. Our users consistently fo...
http://www.experts-exchange.com/Programming/Languages/Java/Q_11748599.html
Zones:
JavaDate Answered: 11/07/2000 Grade: A Views: 0
Hi!,
Normally if I want to haev the user specify the variable from a form to a query I use the following line on my query Forms![formname].[field].. Unfortunately this doesn't work with multiselct...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20148909.html
Zones:
MS AccessDate Answered: 02/06/2002 Grade: A Views: 0
Hi I'm creating an active-x control using a list view
that takes a recordset object and populates the listview control with field names as headers and field data as values within the listview. Thi...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20193329.html
Zones:
Visual BasicDate Answered: 10/23/2001 Grade: A Views: 0
Here is what I have:
A form with a multiselectable listbox.
The listbox is filled with data from a query.
What I need:
Code to attach to a button, that when clicked will delete the sele...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20580065.html
Zones:
MS AccessDate Answered: 04/09/2003 Grade: A Views: 0
I need help with -- I want to be able to select multiple files in a file list and copy them into a a pre-determined folder. I also then want to delete these same files after the copy is complete. C...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_20587856....
Zones:
VB ControlsDate Answered: 09/30/2003 Grade: A Views: 0
Hi,
I want to select two items in list a view.I made "MultiSelect" property to TRUE,eventhen I could n't able to select two items in Listview.Can any one provide code how we can do it ,if it is ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20900817.html
Zones:
Visual BasicDate Answered: 06/18/2004 Grade: A Views: 0
OK, I have everything I need except I am unable to return the multiselection of files to a string.
I want them to be seperated by a delimenter "|" e.g. "C:\windows|file1.txt|file2.txt|file3.txt...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21070804.html
Zones:
Visual BasicDate Answered: 07/26/2004 Grade: A Views: 0
Can't get it worked. Tried following codes in OnLoad event of a form.
lstBox.Multiselect
lstBox.Multiselect True
lstBox.Multiselect = True
Q1. What is the correct syntax to change the list...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21078494.html
Zones:
Visual BasicDate Answered: 08/01/2004 Grade: A Views: 0