Hi, I have a project that includes a webbrowser. I pull up a map (image) from a site and display it. This is on a windows mobile 2003 se box. I would like to draw crosshairs (or two lines) on the screen and cannot seem to associate the drawn lines with the browser or bring the drawn lines to the front of the screen. I cannot seem to do it. Help
Thanks
Rob

Webrowser and drawing lines
Graham Harris
It's not possble to draw on a top of the WebBrowser control. What you can do though is to create a custom control that draws image of the map and then crosshairs on a top. You will also need to write code to get the html using System.Net.WebRequest class, parse the html to find the url for the image and download it for drawing in your custom control.
HTH... Alex
Philip Jaques
Thanks
Rob