Click here to Skip to main content
16,005,141 members
Home / Discussions / C#
   

C#

 
AnswerRe: How display progress in statursbar Pin
Tom Larsen15-Jul-04 4:46
Tom Larsen15-Jul-04 4:46 
AnswerRe: How display progress in statursbar Pin
Gary Thom15-Jul-04 8:10
Gary Thom15-Jul-04 8:10 
AnswerRe: How display progress in statursbar Pin
Weiye Chen15-Jul-04 17:44
Weiye Chen15-Jul-04 17:44 
GeneralSimulate the mouse and the keyboard Pin
Heroz14-Jul-04 23:22
Heroz14-Jul-04 23:22 
GeneralRe: Custom Controls using collections Pin
Nick Parker15-Jul-04 9:52
protectorNick Parker15-Jul-04 9:52 
GeneralRe: Custom Controls using collections Pin
Heroz16-Jul-04 6:20
Heroz16-Jul-04 6:20 
GeneralRe: Custom Controls using collections Pin
Nick Parker16-Jul-04 8:15
protectorNick Parker16-Jul-04 8:15 
GeneralListBox SelectedItem Pin
Andy H14-Jul-04 22:29
Andy H14-Jul-04 22:29 
I have a ListBox control on my form which has the following properties set:

MultiColumn = false;<br />
SelectionMode = = SelectionMode.One;<br />
Sorted = false;


and I load the data as such:

DataSource = dt;<br />
DisplayMember = "CASE_NAME";<br />
ValueMember = "CASE_NAME";


All is fine, the ListBox displays the data just fine, with one problem. Before the user has selected any of the items in the ListBox the first item is highlighted as if the user has already selected it. Is there any way to show the initial display of the items in the ListBox without ANY of the items being highlighted?
GeneralRe: ListBox SelectedItem Pin
thamils614-Jul-04 23:02
thamils614-Jul-04 23:02 
GeneralRe: ListBox SelectedItem Pin
Andy H14-Jul-04 23:08
Andy H14-Jul-04 23:08 
GeneralRe: ListBox SelectedItem Pin
Syed Abdul Khader14-Jul-04 23:38
Syed Abdul Khader14-Jul-04 23:38 
GeneralRe: ListBox SelectedItem Pin
Andy H15-Jul-04 0:54
Andy H15-Jul-04 0:54 
GeneralRe: ListBox SelectedItem Pin
Syed Abdul Khader15-Jul-04 1:36
Syed Abdul Khader15-Jul-04 1:36 
Questionhow to clear only few rows from a datagrid Pin
samithas14-Jul-04 21:34
samithas14-Jul-04 21:34 
AnswerRe: how to clear only few rows from a datagrid Pin
exhaulted14-Jul-04 22:28
exhaulted14-Jul-04 22:28 
Generalreverse Pin
sreejith ss nair14-Jul-04 21:14
sreejith ss nair14-Jul-04 21:14 
GeneralRe: reverse Pin
Syed Abdul Khader14-Jul-04 23:40
Syed Abdul Khader14-Jul-04 23:40 
Generalreverse-engineered Pin
sreejith ss nair14-Jul-04 21:13
sreejith ss nair14-Jul-04 21:13 
GeneralRe: reverse-engineered Pin
Alexandru Savescu14-Jul-04 21:56
Alexandru Savescu14-Jul-04 21:56 
Generalactive directory user password Pin
vcorn14-Jul-04 21:10
vcorn14-Jul-04 21:10 
GeneralFile Transfer using .NET Remoting Pin
joelwu14-Jul-04 19:34
joelwu14-Jul-04 19:34 
GeneralMethodology for Switch based on an object Pin
Shayne Husson14-Jul-04 18:14
Shayne Husson14-Jul-04 18:14 
GeneralRe: Methodology for Switch based on an object Pin
exhaulted14-Jul-04 22:17
exhaulted14-Jul-04 22:17 
GeneralRe: Methodology for Switch based on an object Pin
Werdna16-Jul-04 5:54
Werdna16-Jul-04 5:54 
QuestionHow to decide Page Break insertion criteria in RTF doc? Pin
sachinkalse14-Jul-04 16:38
sachinkalse14-Jul-04 16:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.