Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
 
  HOME    TRACKER    Visual Basic




[Resoved] Listview.Selected=Listbox.Selected


I have Listview1 and Listbox1, both with the same exact items and both set to MultiSelect=True. When the user selects mulitple items in the Listview I want the same items to be selected in the Listbox. Can anyone help with this?




View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread
Copy Selected Listview To Listbox
How can i copy all the selected items in a multiselect listview to a listbox

Keep Listview Selected Item Selected
I've been searching the site this morning and I've seen this question asked numerous times and the answer appears to be no. I thought I'd try again in case there is a fresh set of eyes out there.

I'm working on a preexisting production form and the person that designed it coded a series of combo boxes next to a series of listviews as user controls. When a combo box loses focus the selected item remains the default selected blue color. When the listview loses focus the selected item's color is a light gray.

I would like the listview selected item to remain blue like the combo boxes so the appearance is uniform.

The user community has lived with this for quite some time so I can't justify the time to rework the form. But if someone knows how to keep the selected item blue when the listview loses focus I'll plug it in though.

How To Obtein A Selected Node In Blue Color When Selected In A Tree View ?
Hi all,

When I select a node in a tree view, I can't get the node in the blue
backcolor:

TreeView.Nodes(myIndex).Selected = True

How can I do this ?

Thank you for your help

Data Grid Record Selected Or Cell Text Selected?
Does anyone know how I can differentiate programmatically between a record being selected on a datagrid via the record selector arrow to the left of the grid so that the whole row is highlighted, and a cell within a row being selected.
I want to allow the user to delete the row but not delete inside a single cell.

Cheers

Open Selected File With Selected Program
hi, i want a file i selected file to open with a program i selected.
i know how to run a program with shel

d = shell("path to program",vbnormalfocus)

but then it just opens the program without the file, is their a way i can get the file to open with the program i selected?

Keeping Selected Item Selected (highlighted)
I have items selected in my listbox. My problem is that when i clcik on the file menu to delete them the highlight goes off them and the program thinks theres nothing to delete! How do i keep the highlight on the selected items and still click on other objects? Thanks

HELp! HOw Can One Know Which Row Number Is Being Selected And Get The Content Of The Cell Selected?
hi friends,

i am populating a datagrid with a recordset consisting of employeeID,employeename,empdept fields...now when i click on the left most margin of the Datagrid..a row is marked shown as selected...but then in coding if i want to know which row the user has selected..??then how do i code for it?what Datagrid properties will give me this information.

is it better to use mSFLEXIGRID?but i dont want to write any changes in the cell...Just want to Know the Employee ID field of the row being selected..

IF anyone cud help me with this code part....THANKIng all

any response is appreciated

regards

Neena

Keeping Selected Item Selected In A List Box
How could you keep the selected item selected until I refresh the list or till they unselect it?

Right now I have a global variable for the listIndex that is set on_mouse_down But I am not sure how to make the listIndex stay selected.

Drag Listbox Entry To Another Listbox; Selected Text Drags With Mouse Cursor
Hello everybody; new member! I am trying to figure out (in VB6) how to drag a listbox item and drop it into another listbox. That's the easy part and already have basic drag and drop mechanics down pat. What's stumping me is this... I wish to have the text contained in the original listbox entry follow the mouse cursor as I am dragging to the destination textbox. This would, in effect, be a custom drag icon. I have experimented with some API direct printing but not much success (especially when mouse cursor goes over container controls; text just slides under them!). I appreciate any help anyone can give in this area. Thanks! GumbyTheCat

Populate A Listbox Based On A Selected Item In Another Listbox
Ok...I am stumped.

I have a single form that has 3 list boxes. I have 4 public strings containing various values. Based on the selection from lstBox1, I need to populate the ListBox2 and ListBox3 list from values in the public strings. Clear as mud?? That is what I thought!

Example string variable

strLuxury = """Hand Wash"" ""Hand Wax"" ""Check Engine Fluids"" ""Detail Engine Compartment"" ""Detail Under Carriage"" ""Fragrance"" ""Shampoo Carpets"" ""Shampoo Upholstery"" ""Scotchgard"""

ListBox1 contains the following:

Standard
Deluxe
Executive
Luxury

ListBox2 is empty, but is contained in a frame indicating Exterior Options
ListBox3 is empty, but is contained in a frame indicating Interior Options

If Luxury is selected in ListBox1, then ListBox2 should contain
Hand Wash
Hand Wax
Check Engine Fluids
Detail Engine Compartment
Detain Under Carriage

And ListBox3 should contain
Fragrance
Shampoo Carpets
Shampoo Upholstery
Scotchgard

If Fragrance is present in ListBox3, a seperate dropdown box should appear allowing selection of the appropriate scent.

Yes, this is a homework assingment.

Thank you in advance for your help!
Mark

Listview Selected
Listview selected

Code:
ListView1.View = lvwReport
(A) (B) (C) (D) (E)...
(1) A1 B1 C1 D1 E1
(2) A2 B2 C2 D2 E2
(3) A3 B3 C3 D3 E3
(4) A4 B4 C4 D4 E4
(5) A5 B5 C5 D5 E5


Use ListView (Report Mode), Only use Mouse touch (A1) and auto Selected (A1), my problem is...

(1) how to if touch A1, will auto that B1,C1,D1,E1....Selected?

(2) how to free click? mean click which line and which colum(B,C,D,E...), auto selected!
example: Use Mouse touch C3, will auto C1,C2,C3,C4,C5 auto selected !

can suggest me! many thanks!

Listview Selected
I want to get the indexnumber from a listview of the seleted item (single selected)

(i can get the numbers of selected items "t = ListView1.SelectedItems.Count")

Are there any solutions.

I am new in visual basic.

best regards

Listview Nothing Selected
I have a list view where I want to catch for nothing selected. How do i say ' if listview.selecteditem = Nothing then ' if nothing is selected it shows ' listview.selecteditem = Nothing ' but I cannot catch nothing because it is that the object is not set. I believe?

How To Set The Selected Row In A Listview
I have a listview where I need to be able to set the selected row to the last row selected by the user. My form allows the user to select a value from the listview and another grid loads data based on whats selected in the listview. But when the user saves and the listview reloads and it displays as it does the first time it was loaded. This is where I'd like to set the selected row to the last row the user selected. Is this possible? If so how?

How To Get Selected Value From Listview
My project is based upon a drugs dispensing unit.

My listview is in a report form. My user will click on the name of the person, and it will select the PatientID.

How would I get the value of the selected value, because I need to have it sent to a subroutine, where the value of that will execute another set of code.

thanks, kregg

ListView If Selected
Hi, im having problem with listview if selected line and appear to textbox

Example:

i have 5 lines in ListView


Quote:




Name | Number

John 12345
Jean 55555
Tom 99999
Hanna 88888
Bob 77777






if i select i one of them example Tom the number should appear on text1.text
i tried it but i get an error.

VB6 Listview Selected
Hallo,


I have in VB6 created a listview

The listview has 3 colums.

Now i can select a row in the listview with the mouse pointer.

The thing that i would do now is to push on a button and then a message box appears with the text that is selected in the listview ,but only the second row must be displayed in the msgbox.

ex :
1 beaf 22$
1 meat 10$
1 burger 5$

so if a select row 2 ,the msg box must display : meat

Who can help me with that ?

Thanks a lot

Listview Selected
i have a listview filled with 100 records,

when my user search a record appears at the bottom, so i move the selected record to it lvwmain.listitem(i).selected = true.

but the problem is, listview just selected it, but didn't move down the page.
i can do it by mshflexgrid by using toprow
i totally no idea bout list view

anyone can help me?

Listview Selected
Hi,

I have a routine in witch i get data out of a listview, dragging it to a textbox. The problem is that as soon i drop the data, automaticly the next first item in the listview is selected.
How to prevent that there is a new item is selected in the listview, (index - 1 don't seems to work) until i click the next item
Can someone give me a helping hand
Thanks
Charles

Is The Listview Selected?
to do this for a listbox i do


VB Code:
if listbox1.listindex > -1 thenlistboxselected = trueend if


there is no listindex value for a listview so how can i tell if a item is selected?

i tried selecteditem but i get an error if no item is selected (object is not set).

Is Any Row Selected In The Listview?
Hi!

How do I know if any row is selected in a listview?

/Jake

Listview Selected
Help!! I have a listview with multiline property set, I have to select from the listview more than 1 item and passed them to a combo, unfortunatly the listview holds only the latest item and I don't know how to keep the other.
here is a part of the code, when I click the item:

If ListView1.ListItems.Count > 0 And ListView1.SelectedItem.Index > -1 Then
    For Each itMX In ListView1.ListItems
        If itMX.Selected = True Then
           itMX.Checked = True
           
           NewStruct(selCount).Codice = itMX.Text
              
              selCount = selCount + 1
   
        End If
Next
End If

Thanks

ListView: Selected Row
I have a row selected in my listview. How can I reference the items in the selected row so that I may populate another form with those values? Basically I'm trying to select a row for editing, and when they click on the Edit button display another form with the selected record displayed. I'm guessing I can just populate the fields on the 2nd form with 'formname.txtbox.text' or something similar? Any suggestions would be great!!

Thanks,
Greg

Listbox.selected....not Again
How would i check if items in a listbox were already selected when looping through the same listbox in order not too perform procedures again for those already selected.

Thanks

Listbox Selected
Ok I have items in my listbox and a command button and when I press the command button I want it to take what ever item is selected in list 1 and open a website? SO how can I do this? Thanks in advance

Getting Selected ListBox Value
Have listbox filled with values.

Program runs okay, BUT ... listbox value is only updated iff user SELECTS and then CLICKS on the value again after selection.

I am sure that I am doing something wrong, or missing something.

As long as I SELECT a value, and THEN CLICK on the listbox value after selection, the value selected is used, otherwise uses the initial/original value.

 

Selected Row In A Listbox
How do you know the selected row (item) in a listbox just like in a MSH Flex grid? I need this property to remove this item from the listbox.

the code i have know is like this:

listfault.ListIndex = ???? 'here i need the set the index on the selected item
listfault.RemoveItem(ListIndex)

can you help me?

Listbox2 Selected = Listbox1 Selected
I have 2 listboxes, List1 and List2 checkbox style. There's different data in each but the list count is the same for both. When an item is checked in List1 I want the same list index checked in List2.

List2.ListIndex = List1.ListIndex doesn't check the item in List2, it only highlights it.

Thanks

VB Add Selected User To Selected Group
I haven't had a response, does anyone know why this code will not add the user selected in a combo box to a AD group.

Below is what I have coded so far, please if you could help me with this.

When I click the AddToGrp button nothing happens and the user ID never gets added to the group.



Private Sub AddToGrp_Click()
Dim usr As IADSUser
Dim objgroup As IADSGroup
Dim Sitegroup As String
Dim usr2 As String


' Pass the combo box selections to the below variables

Sitegroup = SiteGrps.text
usr2 = UsrID.text

If Sitegroup = Toronto Then

Set objgroup = GetObject ("LDAP://rootDSE")
Set objContainer = GetObject ("LDAP://cn=users," & objrootDSE.Get ("DefaultNamingContext"))
objgroup.Put "sAMAccountName", "Toronto_Users"
objectgroup.SetInfo

MsgBox done

File1.Selected = File2.Selected
I have 2 FileListBoxes, Multiselect set to Extended. The below code works fine for File2 Listindex being selected when File1Listindex is clicked. But what I'd like to do is use a command button to select the items all at once from List1 to List2 when finished selecting instead of one at a time. Is this possible? Thanks


Private Sub File1_Click()
Dim i As Long
For i = 0 To File1.ListCount - 1
If File1.Selected(i) = True Then
File2.Selected(i) = True
Else: File2.Selected(i) = False
End If
Next
End Sub

Keep Selected Record In Datalist Selected
I have a list box that I select an item (status) in which in turn populates a datalist. When I select the record in the datalist I am populating several text boxes from an Access DB based on the record selected in the datalist.

When editing the textboxes and saving the data to the DB I am loosing the record I had selected in the datalist.

Additionally I have a MSHFlexGrid that I want to be able to use the DblClick event to pull up the above mentioned form with the record that was selected with the double click. I found the code for the double click event here @ VB City, but it still goes back to the above question. How to select a record in a datalist via code or how to keep the record selected in a datlist via code.

Any ideas would be appreciated.

.: Please Help: Copy Selected Item(s) From A ListBox To The Other ListBox..
Hi everyone!

I'm having problem with copying file to another Listbox, please help..
So, in this case, I have two ListBoxes where the 1st ListBox holds several items..
I need to copy the selected item to the other listbox 'without' a repetition, I mean.. the same item won't copied anymore..
When the user tries to copy the item which have already been in the ListBox2, then a messagebox will pop up to warn the user of the existing item.... So, how should I do that??


Thanks a lot

Listview Get Currently Selected Item
Is there a way to get the currently selecteditems text for a listview. I'm using vb 2005 and I don't see how to get a listview currently selecteditem. Someone please help me

Thanks for any help
Chris Ara

Listview Selected Item
How can i get the selected item of a listview in another form ???

I have tried with this code:


Code:
Public Function geselecteerdLid() As Integer
Dim iLidID As Integer
Dim oItem As ListViewItem
For Each oItem In lvwLeden.SelectedItems
iLidID = Convert.ToInt32(oItem.Text)
Return iLidID
Next
End Function
and in another form i refer to this with

Code:
Private Sub btnOk_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnOk.Click
Dim oForm As New frmLid
MessageBox.Show(oForm.geselecteerdLid)
End Sub
the result of this is always 0, i guess this is because i make an object of the form where my listview is (frmLid)

Listview Selected Items
hey i was wondering if it is possible to retrieve a collection of selected items from a listview which has multiselect set to true

(not checked, but selected)

i was hoping i could do something like this ...


Code:
dim li as listitem
for each li in listview1.selecteditems
' do something
next li
... but it doesn't appear to be so easy

any hints ?

thanks,

huby.

How To Get Listview Selected Item?
Code:
Private Sub Form_Load()
With lvwSpecies
' Add three columns to the list - one for each data type.
' Note that the data type is set in the column header's
' tag in each case

.ColumnHeaders.Add(, , strHeader(0)).Tag = "STRING"
.ColumnHeaders.Add(, , strHeader(1)).Tag = "STRING"
.ColumnHeaders.Add(, , strHeader(2)).Tag = "String"
' Set the column alignment - has no bearing on the sorts.

.ColumnHeaders(1).Alignment = lvwColumnLeft
.ColumnHeaders(2).Alignment = lvwColumnCenter
.ColumnHeaders(3).Alignment = lvwColumnCenter

.ColumnHeaders(2).Width = 3000
'Populate the list with data in Species files
Dim intCounter As Integer
With .ListItems
For intCounter = LBound(codeTypeArray) To UBound(codeTypeArray)
With .Add(, , codeTypeArray(intCounter).strCode)
.ListSubItems.Add , , codeTypeArray(intCounter).strCodeInfo
.ListSubItems.Add , , str(codeTypeArray(intCounter).intMaxNumber)
End With
Next
End With
End With

End Sub




Private Sub ok_Click()
Dim str As String
str = lvwSpecies.text

'what should go here if i want to get the text of select item? i just
'need the text of first colum.


End Sub
Is there a way to get the item text?
Thanks

Listview - Selected Item
Dear All,

I have an access DB connected to a Treeview and a listview.

Navigation is done by ADO unbound.

How do I connect the highlighted item in the listview with a particular database recordset?


Say for example:

I click on the Next_Record button I would like the Cursor (Highlighted blue area) to move to the next record displayed in the listview corresponding to the correct database record.

Prev_Record button will move the blue highlighted area one position up in the listview and so forth...

Any ideas?

TIA

GetItem Selected In ListView
Please, somebody can help ?????

I have a listview and I have can configure sort date column by the API. But I need get the item selected by API, the only I can do is return the text of the item selected but I need the item complete ... HOW CAN I DO IT ??? ...

here teh code to get the string of the item selected:

Private Function GetTextSelected(index As Integer)
Dim hIndex As Long
Dim hItem As Long
Dim sItem As String
Dim r As Long

With objItem
.mask = LVIF_TEXT
.iSubItem = 1
.pszText = Space$(32)
.cchTextMax = Len(.pszText)
End With

r = MListView.SendMessage(ListView.hWnd, LVM_GETITEMTEXT, index, objItem)
sItem = Left$(objItem.pszText, r)

GetTextSelected = sItem

End Function

Thanks for help me!!!!

Listview Selected Listitem
have problem here, I have selected listitem in my listview and then I check the check the checkbox to true to update the record only this item, then the selected item in my listview is set clear.why? I want to the selected listitem retain the selected item in the listview when I check the checkbox to true.




Code:
Private Sub CheckBox1_Click()
If CheckBox1.value = False Then
Set ListView1.SelectedItem = Nothing
End If
End Sub

Check If Nothing Is Selected In Listview
I am using this code to check if any record has been selected in a listview, which works, except that now, the first column is just icons, and it always returns lvwItem = Nothing, even if a record is selected.
Is this because the text is in the second column?


Code:
Set lvwItem = lvwToDo.HitTest(x, y)

If Not lvwItem Is Nothing Then
lngToDoSelection = lvwToDo.SelectedItem.SubItems(2)
End If

Keep Row Selected After Reload (Listview)
I cannot find the correct way of doing this, although I have tried almost everything I can think of.

I have a listview with a selected record. This row is stored in 'lngRec' in the Listview_Click, subitem(19) is a hidden column that stores the primary key from the database.
I am using the following:

Code:
lngRec = lvwShowAll.SelectedItem.SubItems(19)


Now, I clear the listview, and then reload it with a recordset, sorting by dates.

What I cannot seem to work out is how to have the same record selected, even though it is in a different position.

Selected Subitem In A Listview
How do I determine which listview column has been clicked on?

Listview: Has Any Item Been Selected?
In a listview, how do I know whether any item has been selected? ListView.SelectedItem returns a number even if no line has been clicked on.

Remove Selected From ListView
I am createing a POS app and i would like to have it so you can select an item from the list and then have it remove by pressing Remove Item.

i Have just been havein it delete the first item in the list:

VB Code:
If lsvItems.ListItems.Count = "1" Then        lsvItems.ListItems.Remove (1)        cmdRemove.Enabled = False        Me.mnuVoidLastItem.Enabled = False    Else        lsvItems.ListItems.Remove (1)    End If

Listview Selected Question
lets say i have about 50 entries in the listview and i refresh the box every 60 secnds..

i do

ListView1.ListItems.item(id).Selected = True

to keep the selected id selected, after a refresh,

but if the id is the 50th one, after a refresh the listview scrolls up. this is annoying because then i have to scroll back down to the 50th entry

how can i stop this? how can i stop the listview from scrolling when i refresh it?

ListView Selected Item!
In a WebBrowser project, a ListView acts as the history window. This ListView comes up when the History button is clicked. Each URL is represented in the ListView by the title of that URL (like IE). For e.g. if the user has visited http://www.yahoo.com, it's title i.e. Yahoo! will get listed in the history ListView. Users have been given the option to delete any URL/s from the ListView.

Assume that currently I am viewing http://www.yahoo.com. If the history ListView is now invoked, Yahoo! will be highlighted in the ListView (since I am presently viewing http://www.yahoo.com). Suppose I delete any other URL in the ListView. Under such circumstances, the very first URL gets highlighted in the ListView but I want Yahoo! to remain highlighted in the ListView after that URL is deleted from. How do I accomplish this?

ListView Selected Item!
In a WebBrowser project, I am using a ListView which acts as a "history" window (like how IE opens a side-window when the history icon is clicked on the toolbar). As is evident, the ListView lists all the URLs that a user has visited.

When I click an item in the ListView, I want that after the appropriate web page gets downloaded completely, the item selected should remain highlighted which is why I have set the ListView's HideSelection property to False.

Assume that I click the 5th item in the ListView. When I do so, the selected URL gets highlighted & the browser navigates to the corresponding URL but after the web page gets downloaded completely, the first item in the ListView gets highlighted but I want the item that was clicked by the user should remain highlighted after the web page loads completely. In other words, I want the 5th item in the ListView to remain highlighted after the web page loads (since I had clicked the 5th item in the ListView). How do I implement this?

Whenever the ListView loads, the first item in the ListView is seen highlighted (as HideSelection is set to False) but I don't want the 1st item (or for that matter, any of the items) in the ListView to get highlighted whenever the ListView loads i.e. none of the items should be highlighted whenever the ListView loads. How do I do this?

Listview Selected Item
ok my app has a listview which has a check box in it. I have setup so that when someone clicks on an item, the selected item becomes checked. how do i set for when the item becomes checked, the item becomes selected???

hope i explained that correctly...


please help me code

Listview Selected Item
I have a listview on a form...
The item which is selected should be selected even if the form looses focus or unloads.
Next time when form gets focus that previously seleted item should be selected...........

Copyright © 2005-08 www.BigResource.com, All rights reserved