Click here to Skip to main content
15,890,438 members
Home / Discussions / C#
   

C#

 
GeneralRe: running out of PTEs Pin
Dave Kreskowiak26-Jan-06 14:37
mveDave Kreskowiak26-Jan-06 14:37 
QuestionHow to get valid IPs from an IP Range? Pin
bigmacrox25-Jan-06 8:45
bigmacrox25-Jan-06 8:45 
AnswerRe: How to get valid IPs from an IP Range? Pin
tylerl25-Jan-06 9:05
tylerl25-Jan-06 9:05 
GeneralRe: How to get valid IPs from an IP Range? Pin
bigmacrox25-Jan-06 9:17
bigmacrox25-Jan-06 9:17 
GeneralRe: How to get valid IPs from an IP Range? Pin
Mike Dimmick25-Jan-06 10:42
Mike Dimmick25-Jan-06 10:42 
Questiontuples Pin
JoeSox25-Jan-06 7:17
JoeSox25-Jan-06 7:17 
AnswerRe: tuples Pin
User 665825-Jan-06 8:03
User 665825-Jan-06 8:03 
GeneralRe: tuples Pin
JoeSox25-Jan-06 8:10
JoeSox25-Jan-06 8:10 
Greeeg wrote:
what do you mean by tuple, can you give an example?


Well, I am experimenting with this right now

<br />
    class Tuple<br />
    {<br />
        private string relationship;<br />
        private string phrase1;<br />
        private string phrase2;<br />
<br />
        public string Relationship<br />
        {<br />
            get { return relationship; }<br />
            set { relationship = value; }<br />
        }<br />
        public string Phrase1<br />
        {<br />
            get { return phrase1; }<br />
            set { phrase1 = value; }<br />
        }<br />
        public int Phrase2<br />
        {<br />
            get { return phrase2; }<br />
            set { phrase2 = value; }<br />
        }<br />
    }<br />


I might change it to objects instead of strings. I just need something that will be fast for searching and sorting it's data. SortedList works great but that is only for a (key,value) not (key, value, value).

Later, JoeSox
"Football is a game of cliches, and I believe in every one of them." -Vincent Lombardi
CPMCv1.0humanaiproject.orgLast.fm
GeneralRe: tuples Pin
User 665825-Jan-06 8:18
User 665825-Jan-06 8:18 
GeneralRe: tuples Pin
JoeSox25-Jan-06 8:28
JoeSox25-Jan-06 8:28 
AnswerRe: tuples Pin
Kevin McFarlane25-Jan-06 12:37
Kevin McFarlane25-Jan-06 12:37 
GeneralRe: tuples Pin
JoeSox25-Jan-06 12:53
JoeSox25-Jan-06 12:53 
GeneralRe: tuples Pin
Kevin McFarlane26-Jan-06 1:38
Kevin McFarlane26-Jan-06 1:38 
AnswerRe: tuples Pin
leppie25-Jan-06 23:30
leppie25-Jan-06 23:30 
QuestionRichtext Box question Pin
Beringer25-Jan-06 7:13
Beringer25-Jan-06 7:13 
AnswerRe: Richtext Box question Pin
James Gupta25-Jan-06 8:33
professionalJames Gupta25-Jan-06 8:33 
AnswerRe: Richtext Box question Pin
Allah On Acid25-Jan-06 9:05
Allah On Acid25-Jan-06 9:05 
AnswerRe: Richtext Box question Pin
Beringer25-Jan-06 10:35
Beringer25-Jan-06 10:35 
AnswerRe: Richtext Box question Pin
DigitalKing25-Jan-06 19:18
DigitalKing25-Jan-06 19:18 
GeneralRe: Richtext Box question Pin
Saravanan_article29-Jan-06 23:30
Saravanan_article29-Jan-06 23:30 
AnswerRe: Richtext Box question Pin
mav.northwind26-Jan-06 6:13
mav.northwind26-Jan-06 6:13 
QuestionSplashScreen with Flash controle !!! Pin
CSharpJSharp25-Jan-06 6:55
CSharpJSharp25-Jan-06 6:55 
AnswerRe: SplashScreen with Flash controle !!! Pin
James Gupta25-Jan-06 8:34
professionalJames Gupta25-Jan-06 8:34 
GeneralRe: SplashScreen with Flash controle !!! Pin
CSharpJSharp25-Jan-06 23:35
CSharpJSharp25-Jan-06 23:35 
QuestionDouble buffering the scroll event of a RichTextBox Pin
dbaum25-Jan-06 6:44
dbaum25-Jan-06 6:44 

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.