Click here to Skip to main content
15,925,081 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to capture RichTextBox's scorll event Pin
AB77711-Jan-06 21:43
AB77711-Jan-06 21:43 
GeneralRe: How to capture RichTextBox's scorll event Pin
Abdul Raheem Farooq1-Jan-06 22:12
Abdul Raheem Farooq1-Jan-06 22:12 
QuestionText qualifiers(urgent) Pin
Acheive_it1-Jan-06 17:56
Acheive_it1-Jan-06 17:56 
Questionhow to create table at run time in .net Pin
Great Shipra1-Jan-06 17:55
Great Shipra1-Jan-06 17:55 
AnswerRe: how to create table at run time in .net Pin
AB77711-Jan-06 19:18
AB77711-Jan-06 19:18 
AnswerRe: how to create table at run time in .net Pin
nitinbourai1-Jan-06 21:04
nitinbourai1-Jan-06 21:04 
AnswerRe: how to create table at run time in .net Pin
nitinbourai2-Jan-06 0:41
nitinbourai2-Jan-06 0:41 
Questionoverriding List<T>.this Pin
peterchen1-Jan-06 14:06
peterchen1-Jan-06 14:06 
I'm trying to inherit a class from Collections.Generic.List<T>, and override the Indexer, specifically the this[index].set method

I am trying the followingthe follwoing:
public class NodeList<T> : List<Node<T>>
{
   public Node<T> this[int index]
   {
      get { return base[index]; }
      set 
      {
         // checking constraints, and updating cross-references
         base[index] = value;
      }
   } 
}


And I don't seem to get the "bolded" part right



We say "get a life" to each other, disappointed or jokingly. What we forget, though, is that this is possibly the most destructive advice you can give to a geek.

boost your code || Fold With Us! || sighist

AnswerRe: overriding List&amp;lt;T&amp;gt;.this Pin
Jared Parsons1-Jan-06 16:49
Jared Parsons1-Jan-06 16:49 
GeneralRe: overriding List&lt;T&gt;.this Pin
peterchen1-Jan-06 20:03
peterchen1-Jan-06 20:03 
AnswerRe: overriding List&amp;lt;T&amp;gt;.this Pin
leppie1-Jan-06 20:34
leppie1-Jan-06 20:34 
GeneralRe: overriding List&lt;T&gt;.this Pin
peterchen2-Jan-06 11:40
peterchen2-Jan-06 11:40 
QuestionManaged Directx9 and video fullscreen on secondary monitor Pin
bart.burkhardt1-Jan-06 11:45
bart.burkhardt1-Jan-06 11:45 
QuestionUpload Files to Web Server - Suggestions Pin
Orcrist1-Jan-06 11:12
Orcrist1-Jan-06 11:12 
QuestionBasic Design Question Pin
Skoder1-Jan-06 9:40
Skoder1-Jan-06 9:40 
AnswerRe: Basic Design Question Pin
Xodiak1-Jan-06 10:52
Xodiak1-Jan-06 10:52 
AnswerRe: Basic Design Question Pin
Ed K1-Jan-06 11:36
Ed K1-Jan-06 11:36 
QuestionGame field Pin
DeathJester_1-Jan-06 9:02
DeathJester_1-Jan-06 9:02 
QuestionProblem Translating Window Coordinates Pin
...---...1-Jan-06 6:52
...---...1-Jan-06 6:52 
AnswerRe: Problem Translating Window Coordinates Pin
Curtis Schlak.3-Jan-06 6:05
Curtis Schlak.3-Jan-06 6:05 
Questionwho can teach me about C#.NET..help me! Pin
azmafaridah1-Jan-06 4:01
azmafaridah1-Jan-06 4:01 
AnswerRe: who can teach me about C#.NET..help me! Pin
Colin Angus Mackay1-Jan-06 6:35
Colin Angus Mackay1-Jan-06 6:35 
QuestionSystem.Collection.Generic Question Pin
Shriniwasan Viswanathan1-Jan-06 3:54
Shriniwasan Viswanathan1-Jan-06 3:54 
AnswerRe: System.Collection.Generic Question Pin
Guffa1-Jan-06 4:23
Guffa1-Jan-06 4:23 
QuestionRe: System.Collection.Generic Question Pin
Shriniwasan Viswanathan1-Jan-06 4:43
Shriniwasan Viswanathan1-Jan-06 4:43 

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.