Click here to Skip to main content
15,895,746 members
Home / Discussions / C#
   

C#

 
JokeRe: calculator Pin
Yusuf26-Mar-09 8:50
Yusuf26-Mar-09 8:50 
JokeRe: calculator Pin
CPallini26-Mar-09 9:04
mveCPallini26-Mar-09 9:04 
JokeRe: calculator Pin
0x3c026-Mar-09 9:35
0x3c026-Mar-09 9:35 
AnswerRe: calculator Pin
Roger Wright26-Mar-09 20:04
professionalRoger Wright26-Mar-09 20:04 
AnswerRe: calculator [modified] Pin
Alan Balkany27-Mar-09 3:59
Alan Balkany27-Mar-09 3:59 
Questionhow to use a list array to populate a listbox with columns Pin
robertkjr3d26-Mar-09 7:31
robertkjr3d26-Mar-09 7:31 
AnswerRe: how to use a list array to populate a listbox with columns Pin
dan!sh 26-Mar-09 7:44
professional dan!sh 26-Mar-09 7:44 
GeneralRe: how to use a list array to populate a listbox with columns Pin
robertkjr3d26-Mar-09 7:57
robertkjr3d26-Mar-09 7:57 
cn.Patient.Names is a <list>

and I explained that it did not work, but rather it returned like a the full namespace twice. Indicating that there were 2 records.

private void Patient_Load(object sender, EventArgs e)
{
    this.lbNames.DataSource = cn.Patient.Names;
}


there is obviously a lot of code to copy... and some of it I would not want to reveal, but here is the last where Names is declared... Also there are two records by the time it gets to the above place.

Names = new List<theName>();

GeneralRe: how to use a list array to populate a listbox with columns Pin
dan!sh 26-Mar-09 8:15
professional dan!sh 26-Mar-09 8:15 
GeneralRe: how to use a list array to populate a listbox with columns Pin
robertkjr3d26-Mar-09 8:25
robertkjr3d26-Mar-09 8:25 
GeneralRe: how to use a list array to populate a listbox with columns Pin
Fayu26-Mar-09 8:39
Fayu26-Mar-09 8:39 
GeneralRe: how to use a list array to populate a listbox with columns Pin
dan!sh 26-Mar-09 8:48
professional dan!sh 26-Mar-09 8:48 
AnswerRe: how to use a list array to populate a listbox with columns Pin
Fayu26-Mar-09 8:00
Fayu26-Mar-09 8:00 
GeneralRe: how to use a list array to populate a listbox with columns Pin
robertkjr3d26-Mar-09 8:08
robertkjr3d26-Mar-09 8:08 
GeneralRe: how to use a list array to populate a listbox with columns Pin
Fayu26-Mar-09 8:37
Fayu26-Mar-09 8:37 
GeneralRe: how to use a list array to populate a listbox with columns Pin
robertkjr3d26-Mar-09 8:43
robertkjr3d26-Mar-09 8:43 
GeneralRe: how to use a list array to populate a listbox with columns Pin
Henry Minute26-Mar-09 10:39
Henry Minute26-Mar-09 10:39 
QuestionEmbed a progress bar inside a treeview node Pin
JamieNS26-Mar-09 7:30
JamieNS26-Mar-09 7:30 
AnswerRe: Embed a progress bar inside a treeview node Pin
dan!sh 26-Mar-09 7:55
professional dan!sh 26-Mar-09 7:55 
QuestionArgument Exception appears in some computers but not in others Pin
VitroBlue26-Mar-09 7:15
VitroBlue26-Mar-09 7:15 
AnswerRe: Argument Exception appears in some computers but not in others Pin
Luc Pattyn26-Mar-09 8:44
sitebuilderLuc Pattyn26-Mar-09 8:44 
QuestionSend data to USB ? Pin
Mohammad Dayyan26-Mar-09 7:00
Mohammad Dayyan26-Mar-09 7:00 
AnswerRe: Send data to USB ? Pin
Giorgi Dalakishvili26-Mar-09 7:31
mentorGiorgi Dalakishvili26-Mar-09 7:31 
AnswerRe: Send data to USB ? Pin
Luc Pattyn26-Mar-09 7:31
sitebuilderLuc Pattyn26-Mar-09 7:31 
GeneralRe: Send data to USB ? Pin
Mohammad Dayyan26-Mar-09 7:56
Mohammad Dayyan26-Mar-09 7:56 

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.