Heya,

I am trying to write a prog that will allow someone to construct a big picture by dragging some preset 'tiles' into place.

The problem I am having is that I would like for them to be able to drag more than one tile to the same place (so that I don't have to include a tile for every possible combination of layouts).

I have tried several methods, to no avail, my closest attempt being one that works, but buggers up colours when some tiles are dragged over others.

Is it possible to create an Image control at runtime and display it on the form?

Or does anyone have another suggestion?

Cheers.