ShutDownDialog and LogOffDialog code glitch
How to fix it.
from
JoeUser Forums
For those of you who have tried to create a Per-Pixel ShutDown and LogOff and just can not seem to get it to work here is why.
There seems to be a glitch in the coding where 2 lines of code are not present and must be put in for it to work correctly. You will have to go to the top center tab 'Code' and look for the [ShutdownDialog.BackgroundPerPixel] and the [LogOffDialog.BackgroundPerPixel]. Now they could be at any number code line but tend to be near the bottom. In the original state they look something like this...

but as I said there are two lines of code missing that need to be placed in there. Here is what the finished or completed code should look like...

if you place these missing lines of code into those sections all should work propery. Hope this helps out.
There seems to be a glitch in the coding where 2 lines of code are not present and must be put in for it to work correctly. You will have to go to the top center tab 'Code' and look for the [ShutdownDialog.BackgroundPerPixel] and the [LogOffDialog.BackgroundPerPixel]. Now they could be at any number code line but tend to be near the bottom. In the original state they look something like this...
but as I said there are two lines of code missing that need to be placed in there. Here is what the finished or completed code should look like...
if you place these missing lines of code into those sections all should work propery. Hope this helps out.
I gave up on trying to get this working - never thought of looking there. Nice one!