Originally posted by francis-tgm:
Hello,
Why the condition below not work ????
IF (%ScreenWidth% < 600 OR %ScreenHeight% < 800 OR %ColorDepth% < 16)
ShowMessageBox (.....
ENDIF
The ShowMessageBox method is always execute.
Hello,
Why the condition below not work ????
IF (%ScreenWidth% < 600 OR %ScreenHeight% < 800 OR %ColorDepth% < 16)
ShowMessageBox (.....
ENDIF
The ShowMessageBox method is always execute.
For example:
IF ( %ScreenWidth% < 800 OR %ScreenHeight% < 600 OR %ColorDepth% < 16)
ShowMessageBox (.....
ENDIF
Laslie
Leave a comment: