Canvas control and 3D map

I have created a small project in xojo with a canvas control. I want to drop a *.map file in the and have the canvas control draw the map for me. Is this possible?

The map was made in leadwerks 4.6 and has a problem that I would like to locate.

Robert

PS. the map seems to be encoded in an ascii type format.

That‘s easy: Parse the data in the map file and draw it in the canvas‘ Paint event.