Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
GeneralRe: DrawCurve Thickness/Width ? Pin
PIEBALDconsult2-Jul-09 20:07
mvePIEBALDconsult2-Jul-09 20:07 
QuestionCreating a 2 Dimension List<string> Pin
Douglas Kirk2-Jul-09 16:06
Douglas Kirk2-Jul-09 16:06 
AnswerRe: Creating a 2 Dimension List<string> Pin
_Maxxx_2-Jul-09 16:28
professional_Maxxx_2-Jul-09 16:28 
GeneralRe: Creating a 2 Dimension List<string> Pin
Douglas Kirk2-Jul-09 16:33
Douglas Kirk2-Jul-09 16:33 
GeneralRe: Creating a 2 Dimension List<string> Pin
Luc Pattyn2-Jul-09 16:43
sitebuilderLuc Pattyn2-Jul-09 16:43 
GeneralRe: Creating a 2 Dimension List<string> Pin
PIEBALDconsult2-Jul-09 17:27
mvePIEBALDconsult2-Jul-09 17:27 
GeneralRe: Creating a 2 Dimension List<string> Pin
Luc Pattyn3-Jul-09 4:30
sitebuilderLuc Pattyn3-Jul-09 4:30 
AnswerRe: Creating a 2 Dimension List<string> Pin
Luc Pattyn2-Jul-09 16:37
sitebuilderLuc Pattyn2-Jul-09 16:37 
Hi,

if you want one large List that contains all elements, have a look at List.AddRange

if you want a real two-dimensional list, there is no such thing; in .NET collections such as List and Dictionary are one-dimensional.

if you want the equivalent of a jagged array, you can build a List<List<string>> and append elements to each row of such pseudo 2-D structure.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

DISCLAIMER: this message may have been modified by others; it may no longer reflect what I intended, and may contain bad advice; use at your own risk and with extreme care.

QuestionCreating batch file to install/uninstall C# app Pin
steve_rm2-Jul-09 15:11
steve_rm2-Jul-09 15:11 
AnswerRe: Creating batch file to install/uninstall C# app Pin
Arindam Sinha2-Jul-09 23:54
Arindam Sinha2-Jul-09 23:54 
QuestionIf (null == something) or if (something == null) Pin
_Maxxx_2-Jul-09 13:38
professional_Maxxx_2-Jul-09 13:38 
AnswerRe: If (null == something) or if (something == null) [modified] PinPopular
Luc Pattyn2-Jul-09 13:52
sitebuilderLuc Pattyn2-Jul-09 13:52 
AnswerRe: If (null == something) or if (something == null) Pin
Dave Doknjas2-Jul-09 14:15
Dave Doknjas2-Jul-09 14:15 
AnswerRe: If (null == something) or if (something == null) Pin
Thomas Weller2-Jul-09 14:18
Thomas Weller2-Jul-09 14:18 
AnswerRe: If (null == something) or if (something == null) Pin
PIEBALDconsult2-Jul-09 15:11
mvePIEBALDconsult2-Jul-09 15:11 
AnswerRe: If (null == something) or if (something == null) Pin
_Maxxx_2-Jul-09 18:03
professional_Maxxx_2-Jul-09 18:03 
GeneralRe: If (null == something) or if (something == null) Pin
Moim Hossain2-Jul-09 22:08
Moim Hossain2-Jul-09 22:08 
GeneralRe: If (null == something) or if (something == null) Pin
moon_stick3-Jul-09 1:03
moon_stick3-Jul-09 1:03 
GeneralRe: If (null == something) or if (something == null) Pin
PIEBALDconsult3-Jul-09 8:27
mvePIEBALDconsult3-Jul-09 8:27 
AnswerRe: If (null == something) or if (something == null) Pin
btough2-Jul-09 22:08
btough2-Jul-09 22:08 
QuestionDrawing a smooth line graph Pin
Rsesky0002-Jul-09 12:44
Rsesky0002-Jul-09 12:44 
AnswerRe: Drawing a smooth line graph Pin
Luc Pattyn2-Jul-09 12:58
sitebuilderLuc Pattyn2-Jul-09 12:58 
GeneralRe: Drawing a smooth line graph Pin
Rsesky0002-Jul-09 13:49
Rsesky0002-Jul-09 13:49 
GeneralRe: Drawing a smooth line graph [modified] Pin
Luc Pattyn2-Jul-09 13:54
sitebuilderLuc Pattyn2-Jul-09 13:54 
GeneralRe: Drawing a smooth line graph Pin
Rsesky0002-Jul-09 14:27
Rsesky0002-Jul-09 14:27 

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.