1 Attachment(s)
NetworkDiagrams with VB6.0
Hi.
I need to know the best way to make a picture box a container for diagrams with objects and lines connecting them. and when i move one object, the line as to reflect the change of position.
:)
i send an attach in zip for you to see what i whant to do in VB.
Do you have any source code for this.
Thank you
but how can i associate a line with one object or more, that is, if a line is connected to 2 objects, when i start the drag to another position, how can i know the line that i have to move, without recording the line name and coordinates in the object's variables.
You see, i have a database with router information, and one table with information about what router is connected to the other or others. i need a way to dynamically create a network diagram in the picture box and record this info.
How do i create a line object my self with other properties and methods? OCX?
Is the best solution, creating something like:
myRouterObject with collections to hold the lineObject.name and X,Y coordinates?
Thank you again for your attention.