Hem / Tips & tricks
CR$ = Chr$(13) + Chr$(10)TWidth% = screen.Width \ screen.TwipsPerPixelXTHeight% = screen.Height \ screen.TwipsPerPixelYMsgBox "Screen Resolution:" + CR$ + CR$ + Str$(TWidth%) + " x" + Str$(THeight%), 64, "Info"