Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2002.05.27;
Скачать: CL | DM;

Вниз

Разрешение   Найти похожие ветки 

 
SPeller ©   (2002-03-27 06:49) [0]

Как через API сменить разрешение экрана ??


 
Ser_Kham1   (2002-03-27 08:53) [1]

The ChangeDisplaySettings function changes the display settings to the specified graphics mode.

LONG ChangeDisplaySettings(

LPDEVMODE lpDevMode,
DWORD dwflags
);

lpDevMode
.....
Pointer to a DEVMODE structure that describes the graphics mode to switch to. The dmSize
member must be initialized to the size, in bytes, of the DEVMODE structure. The following fields in the DEVMODE structure are used:

Member Meaning
dmBitsPerPel Bits per pixel
dmPelsWidth Pixel width
dmPelsHeight Pixel height
dmDisplayFlags Mode flags
dmDisplayFrequency Mode frequency


 
SPeller ©   (2002-03-27 08:58) [2]

А как определить допустимые значения разрешение/глубина цвета ??


 
Ser_Kham1   (2002-03-27 11:26) [3]

Забыл совсем, есть ведь
http://delphi.mastak.ru/articles/display/index.html



Страницы: 1 вся ветка

Текущий архив: 2002.05.27;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.012 c
3-88363
Alban
2002-05-01 19:19
2002.05.27
Проблема сохранения данных по MsSQL 7.0


1-88549
hex_for_delph
2002-05-15 20:05
2002.05.27
Перевод картинки в текст


14-88606
ProgMan
2002-04-17 11:18
2002.05.27
Погиб Форум.


14-88601
lipskiy
2002-04-18 01:29
2002.05.27
Начат сбор данных для базы процедур и функций сайта delphi.mastak


3-88355
Lit_Bogdan
2002-04-26 00:28
2002.05.27
Как отобразить в DBGrid число с сотыми когда они нули?