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




How To Keep Listview Selected Row Highlighted


I have a listview and im useing the click even to tricker the display of another mini form, this form will contain options on which you can perform on the selected data in the previous list view.

The problem is, once i have called the other mini form and its loaded and sisplayed, the row that was selected in the listview becomes Un-highlighted

How can i keep the row i selected highlighted when i call other forms?

many thanks




View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread
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

Keep Selected Node In Treeview Highlighted
Hi there,
when a user selects a node it loads anthoer form. When the form unload and the treeview gets the focus again, I want the selected node to be highlighted. Right now when you move off and on, the node is still selected but not highlighted. ??????

Thanks
vbee

Highlighted A Selected Line In A Textbox
Hello,

I would like to know if it is possible to create a textbox in Visual Basic such that whenever I select/clicked on a certain line, I am able to highlight that whole line and know the contents of that line selected?

Sounds rather simple but seems quite complex to implement.

Thanks in advance!

Regards,
Joe

Datagrid - Refer To Data In Selected / Highlighted Row
I have a datagrid which on my VB6 form. This links to a table in a database and displays the records there.
I want the user to select a row (or rows) on the datagrid, click my command button and then these selected records to be moved to another table in the database.
I know how to write records to a database table.

What I want to know is how to refer to the data in the selected row?

Thank You

Selected Record Is Highlighted When Combobox Is Populated
my form is being populated with a recordset...this works fine. any combo boxes on the form have the proper option selected but the record in each combo box is highlighted.

here is a gif of what i mean. http://www.thezoo.net/zoo/sshot.gif

how do i get around that?

Clear Selected Highlighted For The Items In The Listbox
I have 4 listbox, when I select the items in the listbox1, how I can clear selected highlighted in other listbox ?I used code below, but when I select the items in listbox, it clear all the selected highlighted items and I have to reselect the items again in the listbox1


Code:
Private Sub List1_Click()
List2.ListIndex = -1
List3.ListIndex = -1
List4.ListIndex = -1

End Sub

Private Sub List2_Click()
List1.ListIndex = -1
List3.ListIndex = -1
List4.ListIndex = -1

End Sub
Private Sub List3_Click()
List1.ListIndex = -1
List2.ListIndex = -1
List4.ListIndex = -1

End Sub
Private Sub List4_Click()
List1.ListIndex = -1
List2.ListIndex = -1
List3.ListIndex = -1
End Sub

Font To Bold For The Selected/Highlighted Item In A ListBox ??
Hi everyone,

How can we change the font To Bold for the selected/Highlighted item in a ListBox ??

Thanx.

Clear Highlighted In The Listview
How I can clear the highlighted color in the listview?

It highligted the row in the listview during form load. How to clear this?

Listview - Keeping Row Highlighted
Don't know if this is possible, or if it's too much work for the return, but ...

I have a listview and when the user selects a row, in this case a members details, the row is highlighted (fullrowselect)
Then, if the user selects to remove this row there is a msgbox to confirm the deletion.
When the message box is displayed, the row highlight dissapears.
Can I get it so the highlight stays?

I have the code to reselect the highlight if the msgbox cancel button is selected.

ListView - Keep An Item Highlighted
When selecting an item in the ListView box, it is highlighted. However, if I go click on a DirListBox in another area of the form, the highlight on the item disappears. How can I make the highlight stay on the selected item in the ListView box unless a different item in that box is selected, in which case that one would be highlighted....

ListView/TreeView: Highlighted Item
hello,

i want to be able to click on an item to highlight it and have that item STAY highlighted until i click on another item. is this possible?

Search Result Should Be Highlighted In The Listview...
Hi,

I am using the following code to search the ListView which is very nice. But what now I need is, after the querry is executed ... the result should be highlighted in the listview.

Regards,

Margaret

How Do I Make The First Item In A Listview/listbox Highlighted & Visible ?
After loading a listview/listbox, how can I make the first item visible & highlighted, and after finding an item, how do I make it the first & highlighted in the listview/listbox ?

[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?

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.

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

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...........

Listview - Moving A Selected Row Up Or Down
Hi,

I want to allow the user to order items in a listview according to their choice. So I need to move a selected row in a listview up or down (by pressing up or down command button). How can this effect be acheived ?

TIA

mecracked

Listview Selected Index
The default ListView.Selected.Index is 1.. But i try ListView1.SelectedItem.Index = 2 after I populate the items.. but I encounter this error message;

"Property is read-only"

What code is right for this to select the 2nd row in ListView?

ListView Selected Item
Have any easy question about ListViews. When my form opens up the first item in my listview is selected. How would I keep this from happening? Do I need to loop through all items in the list view and set the selected property to false or is there an eaiser way. I would like to keep my load time down on my form.

Thanks ahead of time.

Listview Color Of Selected Row
dear all

for a listview control, when a user click a particular row, the entire row will be highlighted in BLUE while the font of that row is all white in color.

Can this default color be changed?

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