I have been trying to work around a way to add a jpg image "aerial photo" to a mapcontrol background without success. Please can anyone help with some example on how to do this. I'm working with arcgis engine in .net.
I'm not sure what you mean with map-control background, but this is how you access a dataset in ArcGIS through code. First you'll need to load the data. You can go through the raster dataset (help) or through the raster layer (help). You can also load the raster right into the layer I believe. Then you add the layer into ArcMap like any other layer. Is that what you're looking for?
Thanks Robert, the links you provide helpme a lot, but still i need to send to the back the raster layer, so i can see the other layers over it. Any clue on how to move the raster layer to the bottom?