Click here to Skip to main content
15,905,136 members
Home / Discussions / C#
   

C#

 
GeneralRe: boolean variable as null Pin
Paul Conrad27-Jul-07 8:59
professionalPaul Conrad27-Jul-07 8:59 
GeneralRe: boolean variable as null Pin
ltmnm27-Jul-07 9:07
ltmnm27-Jul-07 9:07 
GeneralRe: boolean variable as null Pin
Martin#27-Jul-07 9:14
Martin#27-Jul-07 9:14 
GeneralRe: boolean variable as null Pin
Paul Conrad27-Jul-07 9:38
professionalPaul Conrad27-Jul-07 9:38 
GeneralRe: boolean variable as null Pin
Luc Pattyn27-Jul-07 10:21
sitebuilderLuc Pattyn27-Jul-07 10:21 
GeneralRe: boolean variable as null Pin
Colin Angus Mackay27-Jul-07 22:54
Colin Angus Mackay27-Jul-07 22:54 
QuestionHow do I display record when I click item in listbox c#.NET? Pin
bhopalite27-Jul-07 5:45
bhopalite27-Jul-07 5:45 
AnswerRe: How do I display record when I click item in listbox c#.NET? Pin
snorkie27-Jul-07 7:29
professionalsnorkie27-Jul-07 7:29 
Leverage the Click event for the list box. In the event code, you can grab the item selected, and act upon it.

Use the ListBox.SelectedValue property to decide what was clicked. (assuming you limit your box to a single selection)

Hogan
AnswerRe: How do I display record when I click item in listbox c#.NET? Pin
Paul Conrad27-Jul-07 8:24
professionalPaul Conrad27-Jul-07 8:24 
QuestionWeb service question Pin
Steve Messer27-Jul-07 5:35
Steve Messer27-Jul-07 5:35 
AnswerRe: Web service question Pin
Drehmer28-Jul-07 10:21
Drehmer28-Jul-07 10:21 
GeneralRe: Web service question Pin
Steve Messer28-Jul-07 10:28
Steve Messer28-Jul-07 10:28 
QuestionMethods FTP.ListDirectory doesn't list all files Pin
jpm.mendy27-Jul-07 4:48
jpm.mendy27-Jul-07 4:48 
AnswerRe: Methods FTP.ListDirectory doesn't list all files Pin
Paul Conrad27-Jul-07 8:24
professionalPaul Conrad27-Jul-07 8:24 
GeneralRe: Methods FTP.ListDirectory doesn't list all files Pin
jpm.mendy27-Jul-07 10:35
jpm.mendy27-Jul-07 10:35 
AnswerRe: Methods FTP.ListDirectory doesn't list all files Pin
jpm.mendy1-Aug-07 6:14
jpm.mendy1-Aug-07 6:14 
Questiontreeview image Pin
topksharma198227-Jul-07 4:46
topksharma198227-Jul-07 4:46 
AnswerRe: treeview image Pin
Abisodun27-Jul-07 8:18
Abisodun27-Jul-07 8:18 
Questionpicturebox image path Pin
MYOSRI27-Jul-07 4:39
MYOSRI27-Jul-07 4:39 
AnswerRe: picturebox image path Pin
PhilDanger27-Jul-07 5:23
PhilDanger27-Jul-07 5:23 
AnswerRe: picturebox image path Pin
Luc Pattyn27-Jul-07 10:27
sitebuilderLuc Pattyn27-Jul-07 10:27 
Questionhow to Change BoldDates Backgroud color in MonthCalendar control Pin
ramesh_nrk27-Jul-07 4:20
ramesh_nrk27-Jul-07 4:20 
AnswerRe: how to Change BoldDates Backgroud color in MonthCalendar control Pin
led mike27-Jul-07 6:08
led mike27-Jul-07 6:08 
GeneralRe: how to Change BoldDates Backgroud color in MonthCalendar control Pin
ramesh_nrk27-Jul-07 21:18
ramesh_nrk27-Jul-07 21:18 
QuestionFFMPEG Wrapper c# Pin
rafaeltejera27-Jul-07 4:14
rafaeltejera27-Jul-07 4:14 

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.