473,782 Members | 2,479 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Multiselect problem with listbox

Hello,
I have openfiledialog control named "openfileplayli st" and multi-
selectpropert is TRUE. But although i select more than one files using
"shift+arro ws", i only get one file listed in my listbox.

What's wrong?

Code:

If openfileplaylis t.ShowDialog() = Windows.Forms.D ialogResult.OK Then

ListBox1.Items. Add(System.IO.P ath.GetFileName (openfileplayli st.FileName))

Else

Sep 26 '07 #1
5 2291
kimiraikkonen,

Did you look in the online help for the openfiledialog' s MultiSelect
property? The online help clearly explains that the selected filenames are
returned in the openfiledialog' s FileNames property.

The FileNames property is an array of strings. Each element of the array is
one of the selected filenames.

One option would be to loop through the FileNames array, adding each
filename to the listbox:

For Each f As String In openfileplaylis t.FileNames
ListBox1.Items. Add(System.IO.P ath.GetFileName (f))
Next

Kerry Moorman

"kimiraikko nen" wrote:
Hello,
I have openfiledialog control named "openfileplayli st" and multi-
selectpropert is TRUE. But although i select more than one files using
"shift+arro ws", i only get one file listed in my listbox.

What's wrong?

Code:

If openfileplaylis t.ShowDialog() = Windows.Forms.D ialogResult.OK Then

ListBox1.Items. Add(System.IO.P ath.GetFileName (openfileplayli st.FileName))

Else

Sep 26 '07 #2
On Sep 27, 1:56 am, Kerry Moorman
<KerryMoor...@d iscussions.micr osoft.comwrote:
kimiraikkonen,

Did you look in the online help for the openfiledialog' s MultiSelect
property? The online help clearly explains that the selected filenames are
returned in the openfiledialog' s FileNames property.

The FileNames property is an array of strings. Each element of the array is
one of the selected filenames.

One option would be to loop through the FileNames array, adding each
filename to the listbox:

For Each f As String In openfileplaylis t.FileNames
ListBox1.Items. Add(System.IO.P ath.GetFileName (f))
Next

Kerry Moorman

"kimiraikko nen" wrote:
Hello,
I have openfiledialog control named "openfileplayli st" and multi-
selectpropert is TRUE. But although i select more than one files using
"shift+arro ws", i only get one file listed in my listbox.
What's wrong?
Code:
If openfileplaylis t.ShowDialog() = Windows.Forms.D ialogResult.OK Then
ListBox1.Items. Add(System.IO.P ath.GetFileName (openfileplayli st.FileName))
Else- Hide quoted text -

- Show quoted text -
Mr. Moorman,
Very thanks. It worked!

Sep 27 '07 #3
But also i want to ask this, how could be the code that inserts the
"full path" of each files (multi-selection) into listbox1 instead of
only filenames?

Thanks.

Sep 27 '07 #4
kimiraikkonen,

I think the FileNames array contains the full path, so in that case you
would not want to use the GetFileName method:

For Each f As String In openfileplaylis t.FileNames
ListBox1.Items. Add(f)
Next

Kerry Moorman

"kimiraikko nen" wrote:
But also i want to ask this, how could be the code that inserts the
"full path" of each files (multi-selection) into listbox1 instead of
only filenames?

Thanks.

Sep 27 '07 #5
On Sep 28, 1:22 am, Kerry Moorman
<KerryMoor...@d iscussions.micr osoft.comwrote:
kimiraikkonen,

I think the FileNames array contains the full path, so in that case you
would not want to use the GetFileName method:

For Each f As String In openfileplaylis t.FileNames
ListBox1.Items. Add(f)
Next

Kerry Moorman

"kimiraikko nen" wrote:
But also i want to ask this, how could be the code that inserts the
"full path" of each files (multi-selection) into listbox1 instead of
only filenames?
Thanks.- Hide quoted text -

- Show quoted text -
Mr. Moorman,
You "really" helped. Thanks for the advice. Here's my second 5-star
rating for you.

Thanks.

Sep 28 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
6368
by: Sally | last post by:
I have a simple multiselect listbox with a rowsorce of MemberID, MemberName, SendLetter. SendLetter is a Yes/No field. What is the code to set SendLetter to Yes when the user selects MemberName? I want to do this as the selections are being made not after-the-fact after all selections are made. Thanks! Sally
2
3359
by: Cassie Pennington | last post by:
I am trying to write various items from a multiselect list box to an SQL statement to update a report, without success. SQL only appears to accept hard-coded data or control values from a form, not variable data. Any clues as to how I can write several items to an SQL statement from a multiselect listbox to update a report? Thanks in anticipation Cassie
2
6077
by: Alan Lane | last post by:
Hello world: I'm using Access 2003. I have 2 listboxes. One is a single column. The other has two columns. I can use Dev Ashish's code (thanks Dev!) from the Access MVP Website to accumulate the values from the bound column of a MultiSelect listbox, so that I can include them in a SQL query that will then be the recordsource for a report. This gives me 2 of the 3 values I need to put into the SQL query. However, I can't get the non...
2
7957
by: Peder Y | last post by:
Anyone knows if there is some kind of property or function that will return the last selected/deselected item/index in a multiselect ListBox? SelectedIndex will point to first index in the SelectedIndices collection, so this is a dead end. My solution so far is to override the mouse click and key pressed events. However, since arrow up/down seems to keep a record of the item that currently has focus somehow, I would believe this...
6
1711
by: ¿ Mahesh Kumar | last post by:
Hi groups, Control name : ListboxID (lstCertification), selection mode=mutliselect. On Pageload i'm assinging string lstSplit="1/3/6/8" of the previously selected listindex id's. Now on the page load for updation, i have to reload the selected items again with the same string "1/3/6/8" to be selected in my multiselect list box. Its asking me to convert object to int... for list selection. but how to achieve this..?...
2
1954
by: Steph | last post by:
I have created a multiselect list box control (lbx_comorb) that is populated from a datatable (dt_ptAdmission). The list box populates now problem at all. However the issue is when I load the webform, when there is already admission data. I need the populated list box (lbx_comorb) to show the items that were previously selected for this admission. The selected comorb data is stored in another datatable (dt_ptComorb). If anyone can...
2
1600
by: ttime | last post by:
I've got a form that uses a multiselect listbox. When a user is selected from a combo box, values are populated into this listbox associated with that user. The problem is, if one person has say 10 entries in the listbox, and selects the last 3-4, and the next user only has 2 entries, those last 3-4 rows are still highlighted in the listbox. This introduces null values into my code which is definitely not good. I've tried using...
3
3628
by: kaosyeti via AccessMonster.com | last post by:
hey... i have an unbound multiselect listbox on a form that i want to use to populate text boxes on that form. so if a user selects the 3rd item in a list of 20, how can i have that item show up in a text box? then, how can i have a second selected item show up in a different text box, without affecting the 1st one? (lboxOptions, txtboxOptions0, txtboxOptions1, etc..) -- Greg Message posted via AccessMonster.com
5
4256
by: martin DH | last post by:
Hello, The details are below, but I have a simple form (Form1) with two objects and a "search" command button. When the two objects are cascading combo boxes (the form creates the parameters for a query - Query1), the query returns my results proper. But when the two objects are cascading combo-then-multiselect listbox (the perferred format in this case), the query always returns zero records. Tables: COMPILE (contains the records to be...
1
1853
by: asharma0001 | last post by:
Hi all, I was wondering whether somebody might be able to help me with a question I have on a MS Access Database I'm building. I have created a search form with a few multiselect listboxes. What I'd ultimately like is for the selection(s) in one listbox to filter the second listbox, but am struggling to find a way to do this. I have looked at some of the other solutions on this forum but not been able to find one that works on my database....
0
9639
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9479
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10311
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10146
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10080
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8967
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5378
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5509
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2874
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.