Click here to Skip to main content
15,922,533 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I am a fresh programmer and i want to create a map and place a symbol for my car and move it according the data.
Thx
Posted
Updated 2-Aug-12 10:39am
v2
Comments
Sergey Alexandrovich Kryukov 2-Aug-12 16:41pm    
Not a question. There are different UI libraries you can work with. Overview of all the possibilities is beyond the format of Questions & Answers forum. Get familiar with different types of UI projects, and then we would be able to discuss your problems...
--SA

Maybe it will help you....

Show Your Data on Google Map using C# and JavaScript:
Show Your Data on Google Map using C# and JavaScript[^]

C# GDI Moving an object from one point to another:
2D "Nim" Game Development and Animation in C# (Part 2)[^]
 
Share this answer
 
If you really are a frech programmer this is not an ideal project to start with. Normally programmers start with COnsole programming, becouse the main graphics details is nearly a programming languange in itself, just look at WPF for instance.

The scope you are asking about is hugh, and no one can give you a complete tour and show you how to do all this. Just to make you realize what you are asking us to do take a look at this application:
WPF Grand Prix[^]

The coding skills requred to do this is enormus....

You should perhaps start with generation a simple graph or something like that.
 
Share this answer
 
Comments
Member 7981186 2-Aug-12 16:56pm    
Hey,Thx for help i am not so fresh i did some GUI programming but i think it's not enough for the app u showed to me .Any way i want some thing simple the map wont' be moving only my object on it .
So what should i choose to male it like a gui app? or some thing else?
Thx.
I thought will it work if i just place a map and then just play with the object (hide or show ) but it did not worked.
Kenneth Haugland 2-Aug-12 17:02pm    
You also forgot to mention if you use WPF or WinForms. I can show you an extremely simple code to move a point around an arbetrary position with a picture below.
Member 7981186 2-Aug-12 17:11pm    
I never tried WPF or WinForms is it simple(like a gui)?
Yes i would like to see the code u r talking about.
Thx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900