VC语言

本类阅读TOP10

·VC++ 学习笔记(二)
·用Visual C++打造IE浏览器(1)
·每个开发人员现在应该下载的十种必备工具
·教你用VC6做QQ对对碰外挂程序
·Netmsg 局域网聊天程序
·Windows消息大全
·VC++下使用ADO编写数据库程序
·VC++学习笔记(四)
·非法探取密码的原理及其防范
·怎样在VC++中访问、修改注册表

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
多屏幕显示器编程( 一 )

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站

Programming for Multiple Monitors in Windows 98
How to use the new Win32 API functions that enable your programs to take advantage of multiple monitors.

By Paul Modzelewski

One of the most eagerly anticipated (and long overdue) features of Windows 98 is support for multiple monitors. This feature allows you to add a second video card and monitor to your PC; your Windows virtual desktop will be extended to cover the new monitor. Until now this capability has been possible only through the use of a specialized video card.

Programmers, Web page authors, graphic artists, and power users are the most likely audience for this technology. Most existing programs require no changes to work with multiple monitors, but there are several new Win32 API functions related to multiple-monitor support. If you want your programs to detect and take advantage of multiple monitors, you will need to be familiar with these functions and how they work. In this article, I'll discuss installing multiple monitors on your PC and how to use the new API functions in your programs. The programming section assumes a basic understanding of the Win32 API and C/C++ programming. It is important to note that the information in this article pertains to a beta version of Windows 98 and is subject to change by the time Windows 98 is released.

Paul Modzelewski is a software engineer and cofounder of Iconoclast Software. He can be reached via e-mail at [email protected].

 




相关文章

相关软件