InterviewSolution
Saved Bookmarks
| 1. |
How To Get The Resolution Settings? |
|
Answer» USE get_screen_res(X,y) to GET the SCREEN RESOLUTION in WR7.5. or Use get_resolution (Vert_Pix_int, Horz_Pix_int, Frequency_int) in WR7.01 Use get_screen_res(x,y) to get the screen resolution in WR7.5. or Use get_resolution (Vert_Pix_int, Horz_Pix_int, Frequency_int) in WR7.01 |
|