[Solved] Re-referencing objects December 29, 2022 by Kirat The obvious way: Picture temp; temp = Picture1; Picture1 = Picture2; Picture2 = temp; solved Re-referencing objects