Waaaaaaaay back in my Visual Basic 5 days I used to hide easter eggs in my corporate apps. It was always just a dialog box that would pop up randomly saying something kinda funny. To keep them from being discovered by the other developers, I would put the code in some obscure file and instead of a (searchable) string variable containing the text for the popup, I would convert it to a concatenated series of CHR(ASCII#) statements, and then each line of code would start with a couple of hundred spaces, so it would only ever be seen if someone happened to open the file and also happened to notice that there was a horizontal scroll bar at the bottom. We got many bug reports about the easter eggs but nobody was ever able to locate the code that was producing them. I might have been fired for this but probably not - nobody really cared much about shit like this in 1999.
Waaaaaaaay back in my Visual Basic 5 days I used to hide easter eggs in my corporate apps. It was always just a dialog box that would pop up randomly saying something kinda funny. To keep them from being discovered by the other developers, I would put the code in some obscure file and instead of a (searchable) string variable containing the text for the popup, I would convert it to a concatenated series of CHR(ASCII#) statements, and then each line of code would start with a couple of hundred spaces, so it would only ever be seen if someone happened to open the file and also happened to notice that there was a horizontal scroll bar at the bottom. We got many bug reports about the easter eggs but nobody was ever able to locate the code that was producing them. I might have been fired for this but probably not - nobody really cared much about shit like this in 1999.