Powershell Easter egg creation

I have created a custom GUI which is multi tabular with each tab containing it’s own form for various requirements like Exchange Message Tracking used by our Service Desk. The code for this is working fine. All I’m looking for is some assistance on a bit of fun. I want to create an Easter egg so when the logo in the top right corner is clicked 8 times it will display an image in it’s own window.

The image will be an illustration of my team who have developed this tool. I want to make it hidden so 8 clicks seems a random enough number that it won’t be found too easily.

Is this possible and if so how?

Hmmm… never did anything like this. You can try creating a counter script scope ($Script:HitCount) and increment it in the add_click event handler of the image.