Click here to Skip to main content
15,888,521 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to go to next window Pin
Yustme15-Oct-06 0:31
Yustme15-Oct-06 0:31 
Questiondetecting keystrokes...How? Pin
TheCardinal14-Oct-06 3:44
TheCardinal14-Oct-06 3:44 
AnswerRe: detecting keystrokes...How? Pin
Nick Parker14-Oct-06 4:50
protectorNick Parker14-Oct-06 4:50 
GeneralRe: detecting keystrokes...How? Pin
TheCardinal14-Oct-06 6:45
TheCardinal14-Oct-06 6:45 
Questiondata stucture Pin
mcrooks14-Oct-06 2:21
mcrooks14-Oct-06 2:21 
AnswerRe: data stucture Pin
Nick Parker14-Oct-06 4:53
protectorNick Parker14-Oct-06 4:53 
GeneralRe: data stucture Pin
mcrooks14-Oct-06 8:10
mcrooks14-Oct-06 8:10 
AnswerRe: data stucture Pin
User 665814-Oct-06 5:29
User 665814-Oct-06 5:29 
Something like this?

class RootNode
{
    Node[] nodes;
}

class Node
{
   UniqueNode1 node1 = null;
   UniqueNode2 node2 = null;
}


Insertion functions, array initialization and all the stuff is left as an exercise :p

regards

modified 12-Sep-18 21:01pm.

GeneralRe: data stucture Pin
mcrooks14-Oct-06 8:12
mcrooks14-Oct-06 8:12 
GeneralRe: data stucture Pin
User 665814-Oct-06 8:26
User 665814-Oct-06 8:26 
QuestionDatabound Control Hell Pin
tcss14-Oct-06 1:30
tcss14-Oct-06 1:30 
AnswerRe: Databound Control Hell Pin
sam#14-Oct-06 2:28
sam#14-Oct-06 2:28 
GeneralRe: Databound Control Hell Pin
tcss14-Oct-06 2:36
tcss14-Oct-06 2:36 
GeneralRe: Databound Control Hell Pin
sam#14-Oct-06 23:28
sam#14-Oct-06 23:28 
QuestionProblem with Context Switch Deadlock Pin
cnr36914-Oct-06 0:52
cnr36914-Oct-06 0:52 
AnswerRe: Problem with Context Switch Deadlock Pin
S. Senthil Kumar15-Oct-06 7:41
S. Senthil Kumar15-Oct-06 7:41 
Questionhow to export my DataTable To excel 2003 ? Pin
hdv21214-Oct-06 0:45
hdv21214-Oct-06 0:45 
AnswerRe: how to export my DataTable To excel 2003 ? Pin
Nader Elshehabi14-Oct-06 13:19
Nader Elshehabi14-Oct-06 13:19 
Questionplease help me.... Pin
choorakkuttyil14-Oct-06 0:39
choorakkuttyil14-Oct-06 0:39 
GeneralRe: Useless subject Pin
Guffa14-Oct-06 2:54
Guffa14-Oct-06 2:54 
Questionpicture question Pin
rzvme14-Oct-06 0:34
rzvme14-Oct-06 0:34 
AnswerRe: picture question Pin
Stefan Troschuetz14-Oct-06 1:20
Stefan Troschuetz14-Oct-06 1:20 
QuestionHow can i asign dataset to crystal report Pin
btota13-Oct-06 22:35
btota13-Oct-06 22:35 
AnswerRe: How can i asign dataset to crystal report Pin
Nick Parker14-Oct-06 4:56
protectorNick Parker14-Oct-06 4:56 
Question.NET 1.1 application performance in Windows 2003 Server Pin
Sushant Duggal13-Oct-06 22:19
Sushant Duggal13-Oct-06 22:19 

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.