I need to detect the device resolution automatically, right now I have a global var & hardwire the resolution:
Public gDeviceRes As String = "640"
'Public gDeviceRes As String = "320"
then recompile for each device, does anyone have a quick snippit of code for this??