I'm sorry if this is a dumb question, but is it possible to draw a circle with this component? If so, can you give me a hint how?
Thanks
Yes, you can draw circles using this control and Virtual Earth. Below is a link to a blog post I wrote on how to plot circles on the Virtual Earth map using JavaScript. To do this with Web.Maps.VE from the server-side the math is the same, you'll just need to convert it to .NET code.
http://pietschsoft.com/post/2008/02/Virtual-Earth-Draw-a-Circle-Radius-Around-a-LatLong-Point.aspx
Let me know if you have any questions.
Converted that code to C# and called it in the Map_Click() event and it works great! Thanks for the help...