Click here to Skip to main content
15,913,408 members
Home / Discussions / C#
   

C#

 
QuestionCompatibility question? Pin
max292971-Jul-07 16:27
max292971-Jul-07 16:27 
AnswerRe: Compatibility question? Pin
Vikram A Punathambekar1-Jul-07 17:40
Vikram A Punathambekar1-Jul-07 17:40 
AnswerRe: Compatibility question? Pin
Luc Pattyn2-Jul-07 0:16
sitebuilderLuc Pattyn2-Jul-07 0:16 
Questionaccess modem with C# Pin
gb_9111-Jul-07 16:08
gb_9111-Jul-07 16:08 
QuestionVirtual keyboard losing window focus. Help! Pin
remarkpk111-Jul-07 13:41
remarkpk111-Jul-07 13:41 
QuestionRe: Virtual keyboard losing window focus. Help! Pin
savitabelgaonkar7-Dec-10 4:52
savitabelgaonkar7-Dec-10 4:52 
QuestionHow to write document in 2 pages Pin
Atdhe1-Jul-07 13:25
Atdhe1-Jul-07 13:25 
QuestionCollections Pin
haz131-Jul-07 11:14
haz131-Jul-07 11:14 
I have a car class with various fields some of which are colour, make, mileage. I then have a car collection which contains multiple car objects.

public List<Car> CarCollection = new List<Car>();

What I want to do is pass the entire colour field array from the collection to a method CarData. (The method will be used to perform analysis on whatever array is passed in).

CarData(CarCollection[].Colour);

I can't get it to work. Is this possible (I guessing not)? Do I need to create a copy somehow? Please suggest an efficient solution to my problem.

Thanks in advance for any help.

Haz

AnswerRe: Collections Pin
Luc Pattyn1-Jul-07 11:39
sitebuilderLuc Pattyn1-Jul-07 11:39 
GeneralRe: Collections Pin
haz132-Jul-07 1:32
haz132-Jul-07 1:32 
AnswerRe: Collections Pin
RepliCrux1-Jul-07 13:20
RepliCrux1-Jul-07 13:20 
QuestionFaster dialog form display Pin
Jud White1-Jul-07 9:25
Jud White1-Jul-07 9:25 
QuestionHow to run a Win16 program? [modified] Pin
Mackster2111-Jul-07 8:48
Mackster2111-Jul-07 8:48 
AnswerRe: How to run a Win16 program? Pin
Luc Pattyn1-Jul-07 9:03
sitebuilderLuc Pattyn1-Jul-07 9:03 
GeneralRe: How to run a Win16 program? Pin
Mackster2111-Jul-07 9:10
Mackster2111-Jul-07 9:10 
GeneralRe: How to run a Win16 program? Pin
Luc Pattyn1-Jul-07 10:05
sitebuilderLuc Pattyn1-Jul-07 10:05 
QuestionDetermining when application is running in debug mode Pin
theFrenchHornet1-Jul-07 7:59
theFrenchHornet1-Jul-07 7:59 
AnswerRe: Determining when application is running in debug mode Pin
Luc Pattyn1-Jul-07 8:54
sitebuilderLuc Pattyn1-Jul-07 8:54 
GeneralRe: Determining when application is running in debug mode Pin
theFrenchHornet1-Jul-07 10:21
theFrenchHornet1-Jul-07 10:21 
GeneralRe: Determining when application is running in debug mode Pin
Luc Pattyn1-Jul-07 10:56
sitebuilderLuc Pattyn1-Jul-07 10:56 
GeneralRe: Determining when application is running in debug mode Pin
theFrenchHornet1-Jul-07 11:04
theFrenchHornet1-Jul-07 11:04 
GeneralMore on Task Manager Pin
Luc Pattyn1-Jul-07 11:30
sitebuilderLuc Pattyn1-Jul-07 11:30 
GeneralRe: Determining when application is running in debug mode Pin
theFrenchHornet3-Jul-07 8:19
theFrenchHornet3-Jul-07 8:19 
GeneralRe: Determining when application is running in debug mode Pin
Luc Pattyn3-Jul-07 11:00
sitebuilderLuc Pattyn3-Jul-07 11:00 
AnswerRe: Determining when application is running in debug mode Pin
Miguel Lopes1-Jul-07 11:57
Miguel Lopes1-Jul-07 11:57 

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.