Click here to Skip to main content
15,921,622 members
Home / Discussions / C#
   

C#

 
AnswerRe: boolean variable as null Pin
Paul Conrad27-Jul-07 8:22
professionalPaul Conrad27-Jul-07 8:22 
GeneralRe: boolean variable as null Pin
PhilDanger27-Jul-07 8:37
PhilDanger27-Jul-07 8:37 
GeneralRe: boolean variable as null Pin
Paul Conrad27-Jul-07 8:40
professionalPaul Conrad27-Jul-07 8:40 
GeneralRe: boolean variable as null Pin
BoneSoft27-Jul-07 9:48
BoneSoft27-Jul-07 9:48 
GeneralRe: boolean variable as null Pin
ltmnm27-Jul-07 8:37
ltmnm27-Jul-07 8:37 
GeneralRe: boolean variable as null Pin
BoneSoft27-Jul-07 9:50
BoneSoft27-Jul-07 9:50 
GeneralRe: boolean variable as null Pin
ltmnm27-Jul-07 8:40
ltmnm27-Jul-07 8:40 
GeneralRe: boolean variable as null Pin
Paul Conrad27-Jul-07 8:42
professionalPaul Conrad27-Jul-07 8:42 
GeneralRe: boolean variable as null Pin
ltmnm27-Jul-07 8:55
ltmnm27-Jul-07 8:55 
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 

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.