Click here to Skip to main content
15,909,645 members
Home / Discussions / C#
   

C#

 
GeneralRe: VS 2008 Pin
MasterSharp7-Oct-07 12:01
MasterSharp7-Oct-07 12:01 
QuestionCSV to Database Pin
gvanto7-Oct-07 10:29
gvanto7-Oct-07 10:29 
AnswerRe: CSV to Database Pin
Christian Graus7-Oct-07 10:49
protectorChristian Graus7-Oct-07 10:49 
AnswerRe: CSV to Database Pin
gvanto7-Oct-07 12:29
gvanto7-Oct-07 12:29 
QuestionHow would i go about programming an excel like worksheet?? Pin
kranius7-Oct-07 8:09
kranius7-Oct-07 8:09 
AnswerRe: How would i go about programming an excel like worksheet?? Pin
Matthew Cuba7-Oct-07 10:14
Matthew Cuba7-Oct-07 10:14 
AnswerRe: How would i go about programming an excel like worksheet?? Pin
GuyThiebaut7-Oct-07 10:32
professionalGuyThiebaut7-Oct-07 10:32 
AnswerRe: How would i go about programming an excel like worksheet?? Pin
Pete O'Hanlon7-Oct-07 10:50
mvePete O'Hanlon7-Oct-07 10:50 
Before you think about how you are going to represent the data visually, you would be well advised to consider how it is represented in code. Would you store your information in a 2D array, or some other structure? Hint - the 2D version is very, very innefficient.

Now, on the surface it would seem that you would be well advised to use a 2D structure because that mimics the layout of the cells very well, but as soon as your cell sizes grows to any distance then the memory consumption will go right through the roof. You can simulate the 2D structure with an algorithm such as a sparse-array which is much more memory efficient.

Deja View - the feeling that you've seen this post before.

GeneralRe: How would i go about programming an excel like worksheet?? Pin
kranius7-Oct-07 11:47
kranius7-Oct-07 11:47 
QuestionDifferent Controls Pin
half-life7-Oct-07 7:10
half-life7-Oct-07 7:10 
AnswerRe: Different Controls Pin
Pete O'Hanlon7-Oct-07 10:02
mvePete O'Hanlon7-Oct-07 10:02 
AnswerRe: Different Controls Pin
Matthew Cuba7-Oct-07 10:07
Matthew Cuba7-Oct-07 10:07 
Questionhow to upload image to the database? Pin
LyndonJohn7-Oct-07 6:03
LyndonJohn7-Oct-07 6:03 
AnswerRe: how to upload image to the database? Pin
Justin Perez7-Oct-07 6:34
Justin Perez7-Oct-07 6:34 
AnswerRe: how to upload image to the database? Pin
Pete O'Hanlon7-Oct-07 10:32
mvePete O'Hanlon7-Oct-07 10:32 
AnswerRe: how to upload image to the database? Pin
Mandaar Kulkarni7-Oct-07 20:13
Mandaar Kulkarni7-Oct-07 20:13 
QuestionGraphics in C# how do i write a software base gaphic out of this: Pin
MMaines20057-Oct-07 4:50
MMaines20057-Oct-07 4:50 
AnswerRe: Graphics in C# how do i write a software base gaphic out of this: Pin
Pete O'Hanlon7-Oct-07 10:13
mvePete O'Hanlon7-Oct-07 10:13 
QuestionData Grid View Row Header Pin
half-life7-Oct-07 2:06
half-life7-Oct-07 2:06 
AnswerRe: Data Grid View Row Header Pin
Matthew Cuba7-Oct-07 7:01
Matthew Cuba7-Oct-07 7:01 
GeneralRe: Data Grid View Row Header Pin
half-life7-Oct-07 7:05
half-life7-Oct-07 7:05 
QuestionBest way to search in a List<List Pin
Ajko7-Oct-07 1:09
Ajko7-Oct-07 1:09 
AnswerRe: Best way to search in a List Pin
Ajko7-Oct-07 1:10
Ajko7-Oct-07 1:10 
GeneralRe: Best way to search in a List Pin
User 66587-Oct-07 5:21
User 66587-Oct-07 5:21 
AnswerRe: Best way to search in a List<List Pin
Guffa7-Oct-07 5:21
Guffa7-Oct-07 5:21 

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.