Advertisement

1 - 10 of 74 containing alltags:("listitem") (0.001 seconds)
I would like to have one line in a listview appear bold. Just as in Exchange where unread mails appear bold too. I once heard that it was not possible with this control, but I want to check anyhow.
Zones: Visual Basic, Font CreatorDate Answered: 09/01/1998 Grade: B Views: 0
In my application, there are two forms. Form1 has listview "lvwPrograms" and Button "cmdAdd" which will show the second form to allow the user to add a new recond. My question is: How to get the...
Zones: VB ControlsDate Answered: 07/16/1999 Grade: A Views: 0
I am using VB5 and have a combo box loaded from a SQL table using AddItem method. When adding the records, I set the ItemData propery to the key from the SQL Server and the List(x) value to the des...
Zones: Visual BasicDate Answered: 05/25/2000 Grade: A Views: 0
I'm moving an app from web to windows (cause I'm glutton for punishment) and I did something like this in the web app to fill out a dropDownList             //Products             foreach(int id in r.GetTableIdArr...
Zones: C#Date Answered: 08/20/2004 Grade: B Views: 0
Hi, Just trying to get to grips with C# and vs2005 - came across an error converting some code to C#. Why do i get an error saying "Use of unassigned local variable 'EntryName'" Clearly ...
Zones: C#Date Answered: 04/25/2006 Grade: A Views: 0
Hi All, In VS2005, I would like to limit the text in a combo to the items. I would like to have it to SuggestAppend, and the source is the listitems. The style is set to DropDown and with Dr...
Zones: MS Visual BasicDate Answered: 10/24/2006 Grade: A Views: 0
Hello, I am using APS.Net and VB.  I have a web form with couple of text boxes and one drop down box where based on the user selection and input - user gets different output of data on search res...
Zones: MS Visual BasicDate Answered: 02/28/2007 Grade: A Views: 0
Hi, Currently, I have 2 ListViews which I intend to move the selected ListItems between the ListViews with a click of a button. I've been successful in moving 1 ListItem from 1 ListVIew to anothe...
Zones: Visual BasicDate Answered: 04/25/1999 Grade: C Views: 0
HI! I'm having a problem in figuring how to move from one ListItem to another in ListView without clicking on the ListView-component itself. Instead I want to use up- and down-buttons to manage thi...
Zones: Delphi ProgrammingDate Answered: 05/26/1999 Grade: A Views: 0
I am attempting to create an ActiveX control that includes the ListView Control (MSCOMCTL.OCX).  The problem I am having is once I have developed my ActiveX control and place it in a project that d...
Zones: VB ControlsDate Answered: 08/17/1999 Grade: A Views: 0