|
|
|
новичок
      
участник
Last Login: 10.01.2002 16:50
Сообщ.: 1,
Visits: 12
|
|
Буду признателен, если кто-то поможет в вопросе определения разрешения экрана из кода в Access, в библиотеках VB из Studio VB есть свойство Screen.Width или Screen.Height , в Access этих свойств нет, может можно использовать какую либо функцию API.
|
|
|
|
|
Forum Guru
      
участник
Last Login: 29.06.2004 10:34
Сообщ.: 60,
Visits: 661
|
|
Через API - можно!
int GetScreenHeight(void); GetScreenHeight determines the height of the screen. The return value is the height of the screen (in pixels). int GetScreenWidth(void); GetScreenWidth determines the width of the screen. The return value is the width of the screen (in pixels).
|
|
|
|