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.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10077014.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_10183247....
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10355800.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21097075.html
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 ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21822536.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22036393.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22417363.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10133939.html
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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10164957.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_10170835....
Zones:
VB ControlsDate Answered: 08/17/1999 Grade: A Views: 0