Hello,
Why the condition below not work ????
IF (%ScreenWidth% < 600 OR %ScreenHeight% < 800 OR %ColorDepth% < 16)
ShowMessageBox (.....
ENDIF
The ShowMessageBox method is always execute.
Why the condition below not work ????
IF (%ScreenWidth% < 600 OR %ScreenHeight% < 800 OR %ColorDepth% < 16)
ShowMessageBox (.....
ENDIF
The ShowMessageBox method is always execute.
Comment