Results 1 to 5 of 5

Thread: Map implementation using VB

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2004
    Posts
    35

    Map implementation using VB

    Hi there...

    I have a south american map and I would like to implement the map in such a way using Visual Basic that when user drag the mouse on the top of Bragil, it will be highlighted and and a the population of that country will be visible.

    Do you have any clue how to approch this problem?

  2. #2
    I don't do your homework! opus's Avatar
    Join Date
    Jun 2000
    Location
    Good Old Europe
    Posts
    3,863
    Assuming you a digital map, and also assuming this kind of data is in that map-file (you will probably only know if have a programm that "knows" this format), you have to get a hold of the format of that map-file. To get this information, you must know the mouse-position of the Click and correlate with the map, if there is an object, you can display the data(properties) of this object.

    But the main problem will be getting the format of that file.
    You're welcome to rate this post!
    If your problem is solved, please use the Mark thread as resolved button


    Wait, I'm too old to hurry!

  3. #3

    Thread Starter
    Member
    Join Date
    Nov 2004
    Posts
    35
    Could you please give me a little example? Piece of code might be helpful to understand.

  4. #4
    I don't do your homework! opus's Avatar
    Join Date
    Jun 2000
    Location
    Good Old Europe
    Posts
    3,863
    Without the format of your digtal map, I can't make any code.
    It's like: tell me what's in this book, without knowing the language, the writing direction(left to right), whow to find the text(front of the pages or the back) and so on.
    You're welcome to rate this post!
    If your problem is solved, please use the Mark thread as resolved button


    Wait, I'm too old to hurry!

  5. #5

    Thread Starter
    Member
    Join Date
    Nov 2004
    Posts
    35
    I don't understand what do you mean by digtal map. However I suppose I am talking about the following map:

    http://www.graphicmaps.com/webimage/countrys/sa.htm

    Hope this might help you understand we I am looking for. By the way I am not planning for web application.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width