Hi guys,
I am creating a system in the C # language, via Visual Studio with Windows Forms.
And he will have to make an appointment to return the streets registered on a basis. The query will return, the quantity of products on the street, the street name, longitude and latitude of the street, and the system will make a visual map of the stock.
My big problem is that I do this with a panel (The map) and the streets are TextBoxs (read only, custom size to simulate a street in fact). I can drag these TextBoxs inside the panel, but I can't change the view of the Panel with the Scale () function, because whenever I decrease the scale, increase and decrease it again, I have an unregulated scale.
How do I continue with the project ?! Someone help me.
I am creating a system in the C # language, via Visual Studio with Windows Forms.
And he will have to make an appointment to return the streets registered on a basis. The query will return, the quantity of products on the street, the street name, longitude and latitude of the street, and the system will make a visual map of the stock.
My big problem is that I do this with a panel (The map) and the streets are TextBoxs (read only, custom size to simulate a street in fact). I can drag these TextBoxs inside the panel, but I can't change the view of the Panel with the Scale () function, because whenever I decrease the scale, increase and decrease it again, I have an unregulated scale.
How do I continue with the project ?! Someone help me.