Forms :: Listbox - Multi Select Option?

Dec 15, 2011

I had set the multiselect option to true for listbox.Let me know how to move the list items up and down with this option.

View 2 Replies


ADVERTISEMENT

How To ListBox Multi Select

Dec 15, 2010

Private Sub ListBox1_DragDrop(stuf) Handles ListBox1.DragDrop
If e.Data.GetDataPresent(DataFormats.FileDrop) Then
Dim Fs() As String

[code]....

View 9 Replies

GridView Display With Multi-Select ListBox

Oct 5, 2011

I have a list box that is bound to a table in a database. It produces a list of companies. The user will then come along and select multiple companies that they want to view information about, and then they hit a select button which I'll display the company information (e.g company name, company site, address e.t.c) in a gridview underneath. However the issue that I am having is that it only displays ONE of the multiple companies selected and its always the top one. How I get all the companies to be displayed in the gridview?

I am programming in vb.net
<asp:ListBox ID="ListBox1" runat="server"
DataSourceID="SqlDataSource11" DataTextField="compName"
DataValueField="compDataID" SelectionMode="Multiple" AutoPostBack="True"></asp:ListBox>
<asp:SqlDataSource ID="SqlDataSource11" runat="server"
ConnectionString="<%$ ConnectionStrings:IWSRiskAssessmentConnectionString %>"
[Code] .....

View 3 Replies

Populate Listbox From Multi-select OpenFileDialog?

Feb 23, 2010

I've spent FAR too long trying to troubleshoot this simple operation.I want the user to select multiple files in an OpenFileDialog (called OpenFileDialog1), click OK, and then have the filenames display in a listbox (called ListBox1). When I run, the openFile dialog allows the user to select mutliple files. However, on clicking OK, the dialog repons allowing the user to select only a SINGLE file. Then, it throws an "outside of array" exception.

[Code]...

View 4 Replies

Search The Listbox To Multi-select The Dates

Mar 31, 2012

I have a listbox populated with dates in the format of dd/mm/yyyy e.g. 12/03/1983, 06/07/1987 etc.. Could someone please post the code that I could use so that I could search the listbox to multi-select the dates that fall within a specific month (not year or day). So for example I might want to highlight all the dates that contain the month **/10/** (october). I'm really struggling with this.

View 4 Replies

Forms :: Multi Select / Drag And Drop

Oct 6, 2009

I have been given the task of making a small program in vb.net to have two list boxes. The first list box contains the data and the second one is blank, when you select the one bit of data from the first list box it can be dragged and dropped into the other list box. my task is to make it so you can select multiple bits of data from the first list box and all that is selected is draged over to the second one when you drag and drop it.

View 1 Replies

Forms :: SELECT Dropdown Has No OPTION Tags (WebBrowser Control)?

Aug 27, 2010

I created a Windows Form application that used a Webrowser control to automate the process of entering data into a website. One of the tasks included selecting a server name from a dropdown menu (SELECT tag). I was able to get a collection of all of the OPTION tags and use HTMLElement.SetAttribute("selectedIndex","indexVal ue") to select the server I needed.The website recently went through a redesign and now there are no OPTION tags. It appears that the values for the SELECT tags are added by JavaScript dynamically. I have tried using HTMLElement.SetAttribute("selectedIndex","indexVal ue") directly, but I am unable to select what I need.

View 3 Replies

Windows Forms Datagrid Disable Multi-Select?

Aug 24, 2011

How can you disable the multi-select using the windows forms datagrid in vb.net? I want the user to have only the ability to select a single row.

View 15 Replies

Forms :: Select Multiple Value In Listbox A And Copy To Listbox B?

Jun 16, 2010

I have a question here.. pls kindly advise.I need to design a simple form that allow user to choose the value from Listbox A to Listbox B. For example, in Listbox A, have value A, value B and value C, then user can choose (or highlight value B and value C) and copy into the listbox B.

May i know how can i do this in vb.net? Any reference link?

View 2 Replies

Multi Forms And Passing A Value From One Form Back To Another Using A Listbox

Apr 12, 2011

Im having trouble passing a value from one form back to another using a listbox... The user clicks a button in the main form to bring up an instance of another form (form2.show). In that form, the user then then selects a number 1-5 and then presses done:

[Code]...

View 2 Replies

Program Should Select Option In Second If Possible Or Other Select First Option

Jun 25, 2009

I have two comboboxes which are related to each other. When a make a choice in the first there are different choices possible in the second. So far so good. But is it possible to remember the second choice when i change the first? the program should select the the option in the second if possible or other select the first option.[code]

View 4 Replies

Forms :: Select Unique Date Values From Listbox?

Sep 25, 2010

I have a listbox which is populated from a sql table. I need to select unique month values from the dates in this listbox.

Dates are, for example:

21/09/2010
22/09/2010
21/07/2010
09/06/2010

I need to extract september, june and july only from the above, sort them and display them in a another listbox.

View 1 Replies

Forms :: Use The Textbox To Select An Item Form The Listbox

Aug 13, 2011

I'm trying to make an aplication in wich you'll use the textbox to select an item form the listbox If the listbox has:

[Code]...

View 5 Replies

Javascript - Make A Select Option Change Options In Another Select?

Oct 3, 2011

I have two drop down. SelCurrentManuf and selCurrentModel. I want the option in selCurrentModel to change depending on the option selected in selCurrentManuf. How do i do it?

<asp:DropDownList runat="server" ID="selCurrentManuf"></asp:DropDownList>
<asp:DropDownList runat="server" ID="selCurrentModel"></asp:DropDownList>

This is how i am currently populating selCurrentModel

Public Sub PopulateCurrentModel()
Dim mySelectQuery As String = "SELECT * FROM Model where ManufID = "+ selCurrentManuf.Text+";"
Dim myConnection As New MySqlConnection(Session("localConn"))

[Code]...

but it only populates the first selected manuf, and doesnt change after

Private Sub selCurrentManuf_SelectedIndexChanged(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles selCurrentManuf.SelectedIndexChanged
PopulateCurrentModel()
End Sub

View 2 Replies

Option To Select A Different Platform?

Jan 5, 2012

My Visual studio does not give me the option to select a different platform, I need to select X86 , but it only gives me the option Active(Any CPU). How can i correct this. I am running on a 64 bit machine with Windows 7, is this the problem?

View 7 Replies

.net - Multi Select List Box?

Mar 30, 2011

I have a list box on a form and it works fine for what I want to do.I am wanting to edit items on the form, this means populating the listbox and then selecting the relevant items.

My listbox contains a list of item sizes, i want to select the sizes which belong to the item being edited.

can someone give me some pointers.I tried me.lstItemSizes.SetSelected(i,true) but this only works for a single item.

[Code]...

View 4 Replies

Required Select Option That Locks After Selection

Mar 29, 2010

I have a combo box (named cboGrade) that includes three different options (3rd, 4th, and 5th). I want to make the user be required to select an option from the list and then once the selection has been made, lock the control until either the user finishes the game or clicks the button named btnBeginAgain. How do I do this? I'm using Visual Basic 2005 Express Edition.

View 3 Replies

How To Multi Select Rows For Set Attrib

Feb 20, 2012

'look at the picture
'dtg1.cell(0) = file directory
'im select multi file and i want to chang attrib all file select in dtg1
For Each fl As System.IO.File In dtg1.SelectedRows
System.IO.File.SetAttributes(dtg1.Rows(dtg1.MultiSelect).Cells(0).Value, &H80)
Next

View 6 Replies

Multi Select On A Listview Control?

Apr 19, 2012

Can a listview multiselect in the same way as a listbox can, when it is set to electionMode = multiSimple?for instance when the listbox is set to selectionMode = multiSimpleyou can just select any number of items in the listbut...with a listview you can only multi-select when you hold down Ctrl. As soon as you lift the Ctrl key and click on an item it de-selects everything and only selects the last one you selected

View 4 Replies

Multi-Select, Drag And Drop?

Oct 13, 2009

i have been given the task of making a small program in vb.net to have two list boxes. The first list box contains the data and the second one is blank, when you select the one bit of data from the first list box it can be draged and droped into the other list box. my task is to make it so you can select multiple bits of data from the first list box and all that is selected is draged over to the second one when you drag and drop it.

View 1 Replies

Loading An Image - Select The Application From The Open With Option?

Jan 22, 2011

there is a "open with" option in the context menu right.if i select the application(app i have build from VB2010) from the open with option. i want the picturebox in my application to load the image i had selected(the one with the "open with" )

View 6 Replies

Select From A ComboBox - Option Selected Is Shown, But Not Activated?

Apr 1, 2011

basically i'm making a webbrowser, and i want it to select and option from a dropdown ComboBox, on a certain button click. I use this code which i found it on these forums as well:

For Each element As HtmlElement In WebBrowser1.Document.GetElementsByTagName("select")
If element.GetAttribute("id") = "wrapper_opacity"
element.SetAttribute("value", "51")[code].....

The problem with this code is that it just inputs the selected value, but it doesn't really SELECT it.The option selected is shown, but not activated.

View 2 Replies

What Exactly Is The "Multi-threaded Debug DLL" Runtime Library Option Doing In VS 2008

Mar 29, 2010

I have a solution in VS 2008 that creates a DLL. I then use that DLL in another application. If I go in to the DLL projects property pages and change the following configuration for a DEBUG build then the built dll no long provides the desired functionality. If I change it back and rebuild the DLL, then the DLL does provide the correct functionality:

[Code]...

View 3 Replies

How To Select An Item In One Listbox And Then Display The Data Of Another Listbox With The Same Indexed Position

Aug 7, 2010

Is it possible to select an item in one listbox and then display the data of another listbox with the same indexed position? I am planning a project and this is something I would like to attempt but I haven't figured out how to do it.[code..]

I tried doing the above code but instead of displaying the listbox text the message box just returned false.

View 5 Replies

Multi-select List Box Item In .net Programmatically?

Jul 19, 2011

I want to select many items from the listbox in vb .net i. e i have the following code:

For i As Integer = 0 To Me.lstdep.Items.Count - 1
If dt.Rows(0)(3).ToString.Trim = Me.lstdep.Items(i).ToString.Trim Then
lstdep.SetSelected(i, True)
End If
Next

running the above code i can select only a single item from the sql server 2005.But i want to select multiple items which are seperated by comma in the back end ....

View 2 Replies

Openfiledialog Multi-select Feature To Listview?

Feb 26, 2011

I made a program (As usual) that plays media files using the ax.interlop.wmp.dll (windows media player). I also made a listview on the form that has gridlines. i have a problem with my mutiselect feature though. it just adds the same filename for every file, but in the amount files (Ex: if there is 8 files, it adds the name of the first one 8 times) i just want it to add every single filename to different rows, here is the current code that i have:

Sub openFile()
With OpenFileDialog1
.DefaultExt = "Mp3"

[Code].....

View 2 Replies

VB 2010 List Box Multi Select Loop

Jan 24, 2012

i have having a annoying problem to do with loops.

[Code]...

When the user selects a few rows from my list box i want to run code on them selected items which i can do fine, but when the user only selects one of items and hits the button. it goes throught the loop first and gets the picture and all is fine its when it comes back to this function after there are no more items to perform tasks on. it increments index again and then falls over because its out of bounds of the array. i want it to stop after one loop but i also want it to be able to have the multiselect option still so the user has a choice.

View 2 Replies

VS 2008 Listview Multi Select Add To String?

Mar 18, 2009

Ok lets say you have a listview well call it "lv". There are items A, B, C and D. If i select A, C and D (holding ctrl) and hit a button it enters A, C, and D in a text box like below

"A(space)C(space)D(space)"
note: (space) is a space

how would i go about doing this? Below is the button that you would hit to send the selected items text into the textbox. (doesnt work)ERROR i keep getting: InvalidArgument=Value of '3' is not valid for 'index'. Parameter name: index

[Code]...

View 6 Replies

Select The Address Option On This Webpage Programmatically With 2010 Webbrowser?

Mar 20, 2011

I need to select the address option on this webpage programatically with vb 2010 webbrowser.I think the html code is here

<select size="1" name="bytool" style="font-family: Arial; font-size: 12px; letter-spacing: -1pt" onChange="searchTool(document.frmNavigation.bytool.options[document.frmNavigation.bytool.selectedIndex].value)">
<option value="none">Select Item</option>

[code]....

View 2 Replies

CheckedListBox: Select Multi Items Listed In The CheckListBox?

Nov 8, 2011

Can i select multiple items in a Checked list Box? I have been tryng for soemtime now but I just dont seem to get the multipe selectd items even when I put it in a loop! Listbox has the member of being Selected. A checklistBox doesn't why? I need to select mulitple items in a CheckedListBox and save it in a database.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved