-
C# 设置屏幕分辨率
C# 改变屏幕分辨率,功能仿windows 的屏幕分辨率设置,改变滑块改变分辨率大校本例可学习一下滑块的用法。源代码如下:
long RetVal = 0;
DEVMODE dm = new DEVMODE();
dm.dmSize = (short)Marshal.SizeOf(typeof(DEVMODE));
dm.dmPelsWidth = dWidth;//宽
dm.dmPelsHeight = dHeight;//高
dm.dmDisplayFrequency = 85;//刷新率
dm.dmFields = DEVMODE.DM_PELSWIDTH | DEVMODE.DM_PELSHEIGHT | DEVMODE.DM_DISPLAYFREQUENCY | DEVMODE.DM_BITSPERPEL;
RetVal = ChangeDisplaySettings(ref dm, 0);
- 2023-03-16 15:00:04下载
- 积分:1
-
如果你使用的是IE浏览器的Windows XP服务包2,有一个安全…
If you are using Internet Explorer on Windows XP Service Pack 2, there is a security restriction disallowing scripts to run in files opened on your local machine. When you first try to run the examples, you will most likely get a message saying, "To help protect your security, Internet Explorer has restricted this file from showing active content that could access your computer." To see the example, you must click on the message and select "Allow Blocked Content".
JavaScript高级程序设计 里面自代源码-If you are using Internet Explorer on Windows XP Service Pack 2, there is a security restriction disallowing scripts to run in files opened on your local machine. When you first try to run the examples, you will most likely get a message saying, To help protect your security, Internet Explorer has restricted this file from showing active content that could access your computer. To see the example, you must click on the message and select Allow Blocked Content . JavaScript Advanced Programming sou
- 2023-05-01 17:35:05下载
- 积分:1
-
绘制beizer曲线源码,使用c语言编写!
绘制beizer曲线源码,使用c语言编写!-curve mapping source, the use of language c!
- 2022-08-13 18:09:56下载
- 积分:1
-
:类似SWISH 里面文字随风落下、随风飞起的效果,附带具体说明...
:类似SWISH 里面文字随风落下、随风飞起的效果,附带具体说明-: SWISH similar characters inside wind down, and do not count the effect of the wind, with specific note
- 2022-05-20 09:16:55下载
- 积分:1
-
VB写Windows XP样式的进度条 附代码
VB写Windows XP样式的进度条 Xp Progress附代码,进度条有仿标准XP风格、搜索风格、平滑样式风格,另外还有多种颜色,比如蓝色、橄榄绿、银色等,还可以自定义进度条颜色,另外在Loading过程中,会适时显示加载进度,代码中还附有一个竖向进度条的应用实例,相当实用的进度条源码资料。
- 2022-09-24 06:45:03下载
- 积分:1
-
源是指法练习程序,有一定的趣味性!
本源程序是指法练习的程序,有一定的趣味性!-the source is fingering practice procedures, a certain degree of fun!
- 2022-06-21 23:51:03下载
- 积分:1
-
Map editor TiledStudio Chinese Version TiledStudio no stranger to everyone, it w...
地图编辑器TiledStudio汉化版
TiledStudio大家不陌生,有人汉化大力支持
-Map editor TiledStudio Chinese Version TiledStudio no stranger to everyone, it was finished strong support
- 2022-01-22 07:12:00下载
- 积分:1
-
无刷直流电动机需要多种电压电平来控制转速:0V 使电动机停转,5V 使电动机以最大转速运转,而在0V和5V之间的电压则使电动机以较低的转速运转...
无刷直流电动机需要多种电压电平来控制转速:0V 使电动机停转,5V 使电动机以最大转速运转,而在0V和5V之间的电压则使电动机以较低的转速运转-The needs of a wide range of brushless DC motor voltage level to control the rotational speed: 0V stop the motor switch, 5V maximum speed of the motor running, and in between 0V and 5V voltage while the motor running at low speed
- 2022-07-14 10:04:40下载
- 积分:1
-
近30个VC++窗口界面设计控件用法集源码
近30个VC++窗口界面设计控件用法集源码,比如滑块的使用、限制编辑框输入文本的长度、使用进度条、列表框、使用旋转按钮、通过控件窗口指针获得控件ID、在组合框中显示文件列表、通过控件ID获得控件窗口指针、在编辑框中追加文本等,都是简单实用的通用控件用法实例。
- 2023-06-04 07:55:03下载
- 积分:1
-
Embedded SD card Interface
Embedded SD card Interface
- 2022-01-22 12:45:41下载
- 积分:1