hi sir,
today i have 3 questions.
Link of All Pictures that describe my errors pleas download: 4shared.com/file/1398616.../Pics.html
first question is with CurrentExtent function, for example see the first 2 pictures in the link previous, i want to show this city only when click some button.
this 2 images contain the lon,lat for 2 corners, so i write my function like that:
//Map1.CurrentExtent = new RectangleShape(21.205, 40.114, 21.614, 39.713);
Map1.CurrentExtent = new RectangleShape(39.713,21.614,40.114,21.205);
first line or the second navigate me somewhere not in the same place that i want, the first one navigate me to the 3rd picture.
so, do i make something wrong?
---------------------
second question is about encoding, i have some arabic text in my dbf, you can see it in picutre number (4).
when i try to open it with thinkgeo component it comes corrupted, i try to change the encoding using this line:
eduPOITextLayer.Encoding = Encoding.UTF8;
but it still give me corrupted text but with different chars you can find it in picture number 5.
so what shall i do.
---------------------
third question that i have this values:
21,39,100
which represent the x,y and radius in km for some circle.
i don't know how can i draw this circle using code.
After drawing circle and in Map1_TrackShapeFinished i will have Feature object, i can read this value, but how can i draw it in form_load?
---------------------
4th question, is there any way to have set some value to the map component so it will assume that shift key is presed.
for example:
Map.ZoomToSelectedArea=True;
so by default, when he select some area it will zoom to it directly without press shift key?
thanks and sorry for my so much questions.