Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Displaying Interactive Diagrams

Displaying Interactive Diagrams

Scheduled Pinned Locked Moved C#
javadatabasecomtutorial
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mridang Agarwalla
    wrote on last edited by
    #1

    hello, i have been told to develop an application that has a country map displayed along with all its states. now whenever i move my mouse over a state, the stae gets highlighted and when i click on a particular state an event gets trigerred and some data is displayed on the map. what tool should i do to accomplish this. see this example http://www.lq.com/lq/map/index.jsp[^]

    D S 2 Replies Last reply
    0
    • M Mridang Agarwalla

      hello, i have been told to develop an application that has a country map displayed along with all its states. now whenever i move my mouse over a state, the stae gets highlighted and when i click on a particular state an event gets trigerred and some data is displayed on the map. what tool should i do to accomplish this. see this example http://www.lq.com/lq/map/index.jsp[^]

      D Offline
      D Offline
      DavieB
      wrote on last edited by
      #2

      I would say whatever tool best suits your current skills. Are you a programmer? Check out Mappoint http://www.microsoft.com/mappoint/default.mspx although this maybe much more than you need.

      1 Reply Last reply
      0
      • M Mridang Agarwalla

        hello, i have been told to develop an application that has a country map displayed along with all its states. now whenever i move my mouse over a state, the stae gets highlighted and when i click on a particular state an event gets trigerred and some data is displayed on the map. what tool should i do to accomplish this. see this example http://www.lq.com/lq/map/index.jsp[^]

        S Offline
        S Offline
        Steve Maier
        wrote on last edited by
        #3

        Well the link that you gave as an example used Macromedia Flash to do the animation and the mouseover type of information. You could use an html map function to create a map on an image,it might allow you to put a mouseover type of event in, but it has been a while since I have done that. You could make evach state into an image in the application and then just use the custom drawing routines on CP to draw them for each state. Is this a web app or a Windows App? Steve Maier, MCSD MCAD

        M 1 Reply Last reply
        0
        • S Steve Maier

          Well the link that you gave as an example used Macromedia Flash to do the animation and the mouseover type of information. You could use an html map function to create a map on an image,it might allow you to put a mouseover type of event in, but it has been a while since I have done that. You could make evach state into an image in the application and then just use the custom drawing routines on CP to draw them for each state. Is this a web app or a Windows App? Steve Maier, MCSD MCAD

          M Offline
          M Offline
          Mridang Agarwalla
          wrote on last edited by
          #4

          its a windows application. I couldnt figure out what you meant to say above so could you please elaborate what you meant...

          S 1 Reply Last reply
          0
          • M Mridang Agarwalla

            its a windows application. I couldnt figure out what you meant to say above so could you please elaborate what you meant...

            S Offline
            S Offline
            Steve Maier
            wrote on last edited by
            #5

            Well you could use a flash plugin (OCX) in your application and then let the flash coding do all of the highlighting and animation. You could also make a custom drawn image or button that has the correct shape as each state, but that is alot of manual work. Steve Maier, MCSD MCAD

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups