Click here to Skip to main content
15,920,383 members
Home / Discussions / C#
   

C#

 
GeneralRe: sample code Pin
Trustapple16-Oct-07 19:21
Trustapple16-Oct-07 19:21 
QuestionMedia Player Question [modified] Pin
C# Beginner Nick16-Oct-07 17:31
C# Beginner Nick16-Oct-07 17:31 
AnswerRe: Media Player Question Pin
Christian Graus16-Oct-07 17:57
protectorChristian Graus16-Oct-07 17:57 
GeneralRe: Media Player Question Pin
C# Beginner Nick17-Oct-07 1:11
C# Beginner Nick17-Oct-07 1:11 
QuestionXml search: Search for node's value Pin
K a b u k i16-Oct-07 16:40
K a b u k i16-Oct-07 16:40 
AnswerRe: Xml search: Search for node's value Pin
Christian Graus16-Oct-07 17:59
protectorChristian Graus16-Oct-07 17:59 
GeneralRe: Xml search: Search for node's value Pin
K a b u k i17-Oct-07 0:27
K a b u k i17-Oct-07 0:27 
Questionurgent help with quick graph library Pin
I_risho16-Oct-07 12:51
I_risho16-Oct-07 12:51 
Dear all
i'm a student working on a project that i have to deliver real soon and i'm running out of time
my project includes building a graph for web pages of my site and compute connected components
so i'll have to work with connected components algorithm or incremental connected components
i found quick graph library in this site but i have difficulty working with it
in building the graph
i want to add vetrices to the graph dynamically
as select page names from database table and add it to the graph

as i got when working with adjacency graph i write

VertexStringDictionary names as new VertexStringDictionary
IVertex u = g.addvetrex();
names(u) = "u"

but what if i want to use an iteration for table records as name for IVertex dbvalue = g.addvertex

then names(dbvalue)= "dbvalue"

then what can i do after that to apply connected components algorithm

please help me urgently i'm in bad need for help
accept all my regards

AnswerRe: urgent help with quick graph library Pin
Christian Graus16-Oct-07 12:53
protectorChristian Graus16-Oct-07 12:53 
QuestionCopy/Paste not working Pin
NikIvanov16-Oct-07 11:36
NikIvanov16-Oct-07 11:36 
AnswerRe: Copy/Paste not working Pin
Guffa16-Oct-07 12:57
Guffa16-Oct-07 12:57 
QuestionProgram info Pin
MasterSharp16-Oct-07 11:03
MasterSharp16-Oct-07 11:03 
AnswerRe: Program info Pin
Christian Graus16-Oct-07 11:21
protectorChristian Graus16-Oct-07 11:21 
GeneralRe: Program info Pin
MasterSharp16-Oct-07 11:26
MasterSharp16-Oct-07 11:26 
GeneralRe: Program info Pin
pmarfleet16-Oct-07 12:13
pmarfleet16-Oct-07 12:13 
GeneralRe: Program info Pin
Christian Graus16-Oct-07 12:54
protectorChristian Graus16-Oct-07 12:54 
GeneralRe: Program info Pin
MasterSharp16-Oct-07 14:41
MasterSharp16-Oct-07 14:41 
GeneralRe: Program info Pin
Dave Kreskowiak16-Oct-07 14:49
mveDave Kreskowiak16-Oct-07 14:49 
GeneralRe: Program info Pin
MasterSharp16-Oct-07 15:20
MasterSharp16-Oct-07 15:20 
GeneralRe: Program info Pin
Dave Kreskowiak16-Oct-07 16:15
mveDave Kreskowiak16-Oct-07 16:15 
QuestionGeneric Multy Dimentional Matrices Pin
cNoNim16-Oct-07 10:26
cNoNim16-Oct-07 10:26 
AnswerRe: Generic Multy Dimentional Matrices Pin
Patrick Etc.16-Oct-07 10:51
Patrick Etc.16-Oct-07 10:51 
QuestionSaving data to file Pin
Richard W Allen16-Oct-07 9:51
Richard W Allen16-Oct-07 9:51 
AnswerRe: Saving data to file Pin
Christian Graus16-Oct-07 9:58
protectorChristian Graus16-Oct-07 9:58 
AnswerRe: Saving data to file Pin
Giorgi Dalakishvili16-Oct-07 9:59
mentorGiorgi Dalakishvili16-Oct-07 9:59 

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.