If I have a program that will have a graphical interface, what's the best way to handle multiple resolutions? Build the program at a high resolution and then just let the machine scale it down? Or build an interface for multiple set resolutions and then let the program detect and use the proper set of resolution-specific graphics? Thanks, Oak