How would I go about programatically changing the screen size? I.E. it is at 1024X768 and I want to make it 800X600
The CGDirectDisplay API.
Sample Code: http://developer.apple.com/samplecode/Sample_Code/Graphics_2D.htm
Documentation: http://developer.apple.com/technotes/tn/tn2007.html http://developer.apple.com/qa/qa2001/qa1011.html
GormanChristian