Hi,
I'm hoping someone can help me with this problem. I've got a bunch of nodes and segments stored in an Oracle database. Approximately 35,000 of each. I want to be able to plot these nodes and segments onto a form in VB 2005 thereby making a map of our area.
Here's the catch. I want the nodes to have events such that, for instance, if I click on a node, it fires off a procedure. So I don't know if I'll be able to use graphics for these nodes -- I might need to use controls instead.
My question is what is the best way to go about doing this? I need to do it so that the map loads in only a few seconds. Is this even possible? Thanks for any help!
I'm hoping someone can help me with this problem. I've got a bunch of nodes and segments stored in an Oracle database. Approximately 35,000 of each. I want to be able to plot these nodes and segments onto a form in VB 2005 thereby making a map of our area.
Here's the catch. I want the nodes to have events such that, for instance, if I click on a node, it fires off a procedure. So I don't know if I'll be able to use graphics for these nodes -- I might need to use controls instead.
My question is what is the best way to go about doing this? I need to do it so that the map loads in only a few seconds. Is this even possible? Thanks for any help!
Comment