D
Daniel Kaseman
Can you help me figure out how to write some type of script that will load
different graphic based on the screen resolution? For example:
Select case ScreenRes
Case 800 X 600
Background Image = MyBackground800600
Case 1024 X 768
Background Image = MyBackground1024X768
End Select
I realize that this is VB syntax, and not VBScript. So please show me how
to do this in vbscript
Thanks
different graphic based on the screen resolution? For example:
Select case ScreenRes
Case 800 X 600
Background Image = MyBackground800600
Case 1024 X 768
Background Image = MyBackground1024X768
End Select
I realize that this is VB syntax, and not VBScript. So please show me how
to do this in vbscript
Thanks