I'm writing a set of programs to implement several graph type algorithms ( shortest path , maximum flow , minimum spanning tree , ect. ) and need a way to express the data relations graphically. I'd like to display each one of the vertices in the graph along with the edge ( directed or not ) and the associated weight. Any suggestions for how to implement a gui interface? Thanks. :U
Ask Gabor (http://www.masm32.com/board/index.php?action=profile;u=440) for his graph-lib. It's capable of what you want.