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

C#

 
GeneralMD5 checksum on unmanaged array Pin
bnb4-Apr-08 6:52
bnb4-Apr-08 6:52 
GeneralRe: MD5 checksum on unmanaged array Pin
CodingYoshi4-Apr-08 7:34
CodingYoshi4-Apr-08 7:34 
GeneralDisplay ArrayList in ListBox Pin
hbez4-Apr-08 5:40
hbez4-Apr-08 5:40 
GeneralRe: Display ArrayList in ListBox Pin
Luc Pattyn4-Apr-08 5:50
sitebuilderLuc Pattyn4-Apr-08 5:50 
GeneralRe: Display ArrayList in ListBox Pin
phannon864-Apr-08 5:53
professionalphannon864-Apr-08 5:53 
GeneralRe: Display ArrayList in ListBox Pin
hbez4-Apr-08 6:08
hbez4-Apr-08 6:08 
GeneralRe: Display ArrayList in ListBox Pin
Luc Pattyn4-Apr-08 6:42
sitebuilderLuc Pattyn4-Apr-08 6:42 
GeneralRe: Display ArrayList in ListBox Pin
hbez4-Apr-08 20:12
hbez4-Apr-08 20:12 
Thkx for the suggestions, I am indeed wading my way thru a recently purchased 1500-page C# book - while trying to keep up with teaching, examining and marking 200 kids learning Delphi. We have been teaching Delphi at school for some time now (some schools teach Java) and forsee it making way for C#. Questions asked in exams are set so you can answer them in either Delphi or Java. I have set a typical problem - a button to add an object to an ArrayList (Delphi would use a dynamic array, I don't know how Java would handle it), and a button to display the array. Typically, a question would also have buttons to sort and to locate/delete/insert an object. The form design will be given, sometimes even the data. Learners must then make the buttons work.
I know global variables defeat the aims of OOP, but I was trying to define the ArrayList as such. So, to some extent, it's not about elegant solutions at this level but rather just getting to grips with the basics.
Hannes
QuestionListView.SelectedIndexChanged fired too much Pin
C-Scharbe4-Apr-08 5:26
C-Scharbe4-Apr-08 5:26 
GeneralRe: ListView.SelectedIndexChanged fired too much Pin
Luc Pattyn4-Apr-08 5:53
sitebuilderLuc Pattyn4-Apr-08 5:53 
GeneralRe: ListView.SelectedIndexChanged fired too much Pin
C-Scharbe4-Apr-08 5:59
C-Scharbe4-Apr-08 5:59 
GeneralRe: ListView.SelectedIndexChanged fired too much Pin
Luc Pattyn4-Apr-08 6:45
sitebuilderLuc Pattyn4-Apr-08 6:45 
GeneralRe: ListView.SelectedIndexChanged fired too much Pin
mav.northwind5-Apr-08 4:16
mav.northwind5-Apr-08 4:16 
GeneralRe: ListView.SelectedIndexChanged fired too much Pin
Luc Pattyn5-Apr-08 4:47
sitebuilderLuc Pattyn5-Apr-08 4:47 
GeneralRe: ListView.SelectedIndexChanged fired too much Pin
C-Scharbe6-Apr-08 22:26
C-Scharbe6-Apr-08 22:26 
GeneralRe: ListView.SelectedIndexChanged fired too much Pin
C-Scharbe6-Apr-08 22:24
C-Scharbe6-Apr-08 22:24 
GeneralRe: ListView.SelectedIndexChanged fired too much Pin
mav.northwind7-Apr-08 7:52
mav.northwind7-Apr-08 7:52 
QuestionRe: ListView.SelectedIndexChanged fired too much Pin
C-Scharbe16-Apr-08 4:20
C-Scharbe16-Apr-08 4:20 
QuestionHow to bind a list to a combobox Pin
baranils4-Apr-08 5:21
baranils4-Apr-08 5:21 
AnswerRe: How to bind a list to a combobox Pin
C-Scharbe4-Apr-08 5:39
C-Scharbe4-Apr-08 5:39 
GeneralRe: How to bind a list to a combobox Pin
baranils4-Apr-08 5:59
baranils4-Apr-08 5:59 
GeneralRe: How to bind a list to a combobox Pin
C-Scharbe4-Apr-08 6:04
C-Scharbe4-Apr-08 6:04 
GeneralRe: How to bind a list to a combobox Pin
baranils4-Apr-08 6:20
baranils4-Apr-08 6:20 
GeneralRe: How to bind a list to a combobox Pin
C-Scharbe4-Apr-08 6:37
C-Scharbe4-Apr-08 6:37 
GeneralRe: How to bind a list to a combobox Pin
baranils4-Apr-08 6:54
baranils4-Apr-08 6:54 

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.