Skip to main content

All Questions

Tagged with
0 votes
2 answers
1k views

ArcGIS web map in c# winform

I want to implement an ArcGIS web map in my winform C# application. I have found a bunch of resources for doing this in a WPF application, but nothing for the winform platform. I have an API-Key from ...
lemaao's user avatar
  • 21
0 votes
0 answers
123 views

Change polygon color programmatically of a digitized image

I don't have knowledge about ArcGIS... But I am working on a program related to that... I have to do- Load digitized image in my windows application and after that i have to change polygon color ...
Shreejay Pendse's user avatar
0 votes
1 answer
255 views

Load ArcGIS digitized image

I am New to GIS platform. In my project (A windows application) I'm trying to load an image in PictureBox(A drone image of an area) is in GeoTIFF format about 950+ MB's. This image digitized(mark ...
Shreejay Pendse's user avatar
3 votes
4 answers
12k views

BackgroundWorker OnWorkCompleted throws cross-thread exception

I have a simple UserControl for database paging, that uses a controller to perform the actual DAL calls. I use a BackgroundWorker to perform the heavy lifting, and on the OnWorkCompleted event I re-...
Noam Gal's user avatar
  • 3,405