I have a need to deploy a mappoint map in a vb .net application but i dont want anyone to have access to the map outside of the mappoint control on the form.
The application will be deployed on a cd to various people so I have to distribute the map with the app.
How can I prevent people having access to the map outside of my application, I thought about putting the map in VB .net app as an 'embeded resource' but once I have done this I cant seem to open the map again as the mappoint control looks for a file name.
Any ideas would be really appriciated