Question how to make the world map??

sandy85

New member
Joined
Mar 15, 2010
Messages
2
Programming Experience
Beginner
hi

i have a project and i hope if anybody can help me with the codes..

how can i make a world map that moves with the cursor and ifor example if i press on asia another page will open for asia's map and the same thing for all
with visual basic 2005??

thanx


sandy
 
thanx for you reply sir

im still in the begining of the project because of the changing of the design

i just want a help in writing the codes

1- first design : is of a global ball that rotates and there is a button which will enter me to design no. 2

2- second : there is a map for example when i press on asia a "combobox menu" will appear with all the countries in asia and when i press on a "button" of the desired country it will take me to design no. 3

3- third : in it there will be "picture box" , "buttons" to show some information about this country like historical facts and timings and "text box" to show these informations.

thanx again sir if you can help me

sandy
 
1) As long as your globe is not a functional vector map like Google Earth, then an animated .gif image would work,
2) You could base the pixel color under the mousedown that would define which country was selected if each contry had a diff color,
3) There will need to be a database that gets queried for the above selected country, this is either generated by yourself or maybe you have a database already containing this data.
 
Last edited:
Back
Top