[Solved] Re-referencing objects


The obvious way:

Picture temp;
temp = Picture1;
Picture1 = Picture2;
Picture2 = temp;

solved Re-referencing objects