Disable Specific Row In ListView?

Apr 20, 2010

how can I disabled specific rows in ListView using vb.net 2003 language?

View 1 Replies


ADVERTISEMENT

VS 2010 Disable Specific Key?

May 25, 2011

i 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 Replies

Disable A Specific Event And Enable Later?

Jun 1, 2009

I 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 Replies

Disable A Specific Item In Combobox?

Aug 10, 2010

Lets say have i have 5 items in the combobox

1
2
3
4
5

can i disable a specific item for example just #2?

View 16 Replies

Disable And Enable A Specific Adapter?

Mar 31, 2010

How can I disabel and enabel a specific adapter?(restart a specific adapter by vb code)

View 2 Replies

Enable/disable A Button During A Specific Time Of The Day?

Oct 29, 2009

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

View 16 Replies

Grey Out/disable Specific Items In The ListBox Control?

May 3, 2012

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 Replies

C# :: Disable An Item In Listview Control In 3.5?

Mar 29, 2011

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

Disable Button While ListView Is Empty?

Nov 8, 2010

How would I go about disabling a button while the ListView is empty?

View 2 Replies

How To Disable And Hide A Specified ListViewItem In ListView

Sep 17, 2010

I want to disable or hide a specified listview item in ListView control, how to do?

View 10 Replies

Disable Checkbox Selections In 2008 Winform Listview?

May 6, 2009

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

View 3 Replies

Add Items To A Listview In A Specific Order?

Apr 18, 2012

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

View 1 Replies

Comparing Specific Item In ListView From Another

Jun 5, 2011

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 Replies

Highlight Specific Rows In ListView?

Apr 17, 2010

how to highlight specific rows of ListView in vb.net?

View 2 Replies

How To Add All Items Of Specific Column Of ListView

Aug 19, 2010

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

View 3 Replies

Loop Through Specific Column In ListView?

Jun 26, 2009

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

View 4 Replies

Way To 'hide' A Specific Row In Listview Instead Of Removing It?

Jun 19, 2009

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 Replies

Count Specific Word In A Listview Column

Jun 1, 2012

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

View 2 Replies

Drop Items Into Specific Group In A Listview?

Jul 12, 2010

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?

View 1 Replies

Specify Which Information To Insert Into The Specific Column Of A Listview?

Jun 22, 2009

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 Replies

VS 2008 Putting Specific Files Into A ListView?

Apr 20, 2009

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

View 4 Replies

Interface And Graphics :: Listview Or Datagridview - Get/set Specific Cell?

Oct 20, 2008

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 Replies

Iterate Through Listview With Checkedboxes And Get Specific Column Values

Feb 21, 2012

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

View 2 Replies

Make Listview Item Search A Specific Folder

Jun 9, 2011

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 Replies

Registry To ListView - Show All Keys Of Specific Folder

Jun 1, 2010

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

View 3 Replies

VS 2010 ListView Box Usage; Removing A Specific Item?

May 19, 2011

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

View 8 Replies

.NET Link A Listview Selection To A Specific Database And Populate Textboxes?

Aug 19, 2010

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 Replies

Get The Music File From A Specific Folder From Computer And Putting It Into A Listview?

Jun 7, 2011

I'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

View 1 Replies

Listview.items From As String - Send Each Line To Its Own Specific Item?

Nov 17, 2010

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

View 7 Replies

VS 2008 Change Specific Lines Of Text In A Listview At Certain Times Of The Day?

Feb 7, 2010

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

View 9 Replies







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