Disable Specific Row In ListView?
Apr 20, 2010how can I disabled specific rows in ListView using vb.net 2003 language?
View 1 Replieshow can I disabled specific rows in ListView using vb.net 2003 language?
View 1 Repliesi press windows key sometimes when i writing somethng on my laptop.question : i want to disable windows logo key (windows key) and other key combos like Ctrl + Esc. i dont need disable all time(regedit method : HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorerNoWinKeys ) just a little time when i writing..
View 2 RepliesI populate a DataGridView during a sub routine. Later in my code I have a RowEnter event for that DataGridView when the user is assessing it after it has been populated during the main procedure. However this RowEnter event gets fired while the DGV is being populate. I only want it to file AFTER its populated. Is it possible to disable this specific event while the DGV is being populated? I really want the user to have the ability to cursor up/down the DGV and see affects of the RowEnter Event. I know I can also use the CellEnter event but it does not have the same effect.
View 4 RepliesLets say have i have 5 items in the combobox
1
2
3
4
5
can i disable a specific item for example just #2?
How can I disabel and enabel a specific adapter?(restart a specific adapter by vb code)
View 2 RepliesI have 2 buttons on the form, Button A and button B.
I want to enable button A from 6am till 6pm from Monday to Friday and to disable button B during 6am until 6pm.
And I want to disable button A from 6.01pm till 11.59pm.
During saturday, only button B is enabled for the whole day.
As far as I know, there is no way to grey out/disable specific items in the ListBox control? I want to make a list of surveys that need to be answered, but grey out/disable those that the user has already answered.Or is there some way to do it with ListBox?
View 1 RepliesIn .net 3.5 windows forms I have a listview with "CheckBoxes" = true. Is it possible to dim out or disable some items to prevent the user from checking the box?
View 3 RepliesHow would I go about disabling a button while the ListView is empty?
View 2 RepliesI want to disable or hide a specified listview item in ListView control, how to do?
View 10 RepliesHow do you disable additional checkbox selections/deselections without sacrificing the functionality of the ListView? I know you can call: ListView.Enabled = False, but that also disables any scrolling within it.
For example: I have a timer that starts a backup based on the Listview items that are checked. After a certain time, I don't want the end-user to be able to click on any of the checkboxes within the listview (so I have a set number of items to backup), but I do want them to be able to scroll the list while the backup is being performed. I tried this[code]...
If Not m_Batchs Is Nothing Then[code]...
I have this list view (which is working fine) and i want to find an efficient way of populating it in a specific order, ie by date, by identity etc.
I know i can use linq but as i understand this is inefficient. If m_batchs is a large list of objects then i will looping through this list many, many time (as linq behind the scenes loops through the object collection).
I am developing a subject plotter program for enrollment (but not an enrollment system), I use a database to store retrieve/store and update data. What my problem is that I have 2 listview, one that holds the chosen subject, and the other display's the offered subjects. How can I compare a specific item in the listview from another?
View 1 Replieshow to highlight specific rows of ListView in vb.net?
View 2 RepliesHow can I add all the items of a specific column of a listview. For example I had a listview of a class like:
name............... surname............... age
------------------------------------------------
asdsa..............asdasdasd................21
sadsad..............asdasdasd...............23
sadsad...............adasdasd...............24
I just want to add all the numbers of age column so I can find the total sum of ages of the students. I want, when I clicked my button It makes my textbox's text = 68 for this example.
I have the following piece of VBA code that I need to convert to VB.NET for use with a ListView control (the original VBA control was a ListBox):
For i = 0 To lstProperties.ListCount - 1
If lstProperties.Column(18, i) = "" Or IsNull(lstProperties.Column(18, i)) Then
GoTo OpenFrm
[Code].....
I am using window application VS2005 to write a program. The listview will only show the data that meet the criteria set in the combobox.Is there any way to 'hide' a specific row in the listview instead of removing it? [code]
View 1 Repliesi have a form which is having 1 list view and a text box. list view having total 100 rows data list view is having a 5 column column 3 is having two words "yes" and "no" i just want to count the number of occurrence of the word "yes" in column 3 the total row can be count with this code: COUNT TOTAL ADMISSION Dim rowcount As Integer = 0
[Code].....
I'm trying to drag an item between two Groups in the same ListView called 'listTasks'.
Private Sub listTasks_ItemDrag(ByVal sender As Object, ByVal e As ItemDragEventArgs) Handles listTasks.ItemDrag
listTasks.DoDragDrop(listTasks.SelectedItems, DragDropEffects.Move)
End Sub
Private Sub listTasks_DragEnter(ByVal sender As Object, ByVal e As DragEventArgs) Handles listTasks.DragEnter
[Code]...
With listTasks.PointToClient(New Point(e.X, e.Y)) you could use listTasks.GetItemAt(p.X, p.Y) to get the ListView item you're over. Is there something like this for Groups? Or perhaps a better way to determine what group is the target of a drag-drop?
txtMsg.Text = "Message from " & e.MSISDN & " . Message - " & e.TextMessage &ControlChars.CrLfand i want to change it to insert into a listview instead.Eg inserting the e.MSISDN information into a FROM column of the listview.
View 2 RepliesI'm currently grabbing all files in a folder and displaying them into a listview. Below is the code I'm using:
[Code]...
If you look at the "For" line, you can see that pulling all files with an extension of .txt. There are some files that I need to pul with different extensions. I tried just doing "*.", and it would grab the files with not extension, but not the txt extension.
So, I wanted to know if there was some way to just pull all files or specify more than one extension.
I need to display a list with 2 columns and "n" rows (first column will be an IP address and second column the status - say connected, failed, etc).The case is that I need to be able to SET and GET the value of a certain cell. For instances, if the user click the first row of the list (row 0), I want to be able to get what is the intersection 0,0 (IP of first row) and intersection 1,0 (status of first row) and so on.I am trying Listview and Datagridview with no success.
View 8 RepliesHow can I iterate through a listview that has checkedboxes and get the value of the first column? The listview has 3 columns, "ID" "Survey" "County". I want to get the value of the "ID" column for the items that are checked. I've been using the following code, but can't figure out how to proceed. am I on the right track?
[Code]...
Is it plausible to have a listview item search a specific folder that has nothing but text files in it, pull the first 2 lines from the text file(s) and display them in columns 1 and 2. [Code]
View 4 RepliesI have setup my listview to View: Details
I want the listview to show all the keys of a specific folder.
Example: HKEY_CURRENT_USER\Software\Microsoft\VBExpress\10.0
So you click button1 and it adds all the keys within the example to your listview.
I have a form with a ListView box and a button. When the user clicks on the button, the following code adds an item and subitem to the ListView box. The ListView box has 2 columns (Name and Gold).
Private Sub btnTest_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnTest.Click
Dim testName As String = "Slasher"
[code]....
Working on a project that contains a listView (populated from a database already) and several textboxes. What I am trying to do, and cannot figure out, is to program this so that when a user makes a selection in the listview, it hits a specific database, and based on certain values within that databse, the textboxes are populated with things such as name and address, etc..
View 2 RepliesI'm currently developing a download manager and converter for audio and video files. Does anyone know how can I get the music file from a specific folder from my computer (I already used openfiledialog) and putting it into a listview?
e.g.
FILE NAME FILE TYPE
Born this way.mp3 MP3
i am using a webclient.downloadstring to get the string lets say this is this
Item1
Item2
Item3
Item4
and i wanta send each line to its own specific item...
Im trying to change specific lines of text in a listview at certain times of the day. Heres what im using atm , but im not sure how to change the text in the listview.
If Now.Month = 2 And Now.Day > 6 Then
ListView1.Items(0) = ("My text here !!")
End If