-
这是一个抓屏的源代码.大家可以了解键盘上的抓屏键是如何实现的.也许可以帮助大家....
这是一个抓屏的源代码.大家可以了解键盘上的抓屏键是如何实现的.也许可以帮助大家.-This is a source of Capturing the Screen. We can understand the keyboard Capturing the Screen key is how to achieve it. Perhaps we can help.
- 2022-08-09 16:16:48下载
- 积分:1
-
DIB处理的一些函数
DIB处理的一些函数 -Some functions using DIB
- 2022-05-07 14:36:56下载
- 积分:1
-
visualc++6.0实现创建位图 Creating a bitmap object from a BMP file 从位图文件中创建位图对象(6KB)...
visualc++6.0实现创建位图 Creating a bitmap object from a BMP file 从位图文件中创建位图对象(6KB)-visualc 6.0 to create bitmap Creating a bitmap object from a BMP file from the bitmap file created bitmap object (6KB)
- 2022-01-26 00:38:23下载
- 积分:1
-
丰富的画图功能,能画直线,圆,长方形,可以旋转,平移,放缩,填充,真的很好,不行你试试vc...
丰富的画图功能,能画直线,圆,长方形,可以旋转,平移,放缩,填充,真的很好,不行你试试vc-Rich drawing capabilities, able to draw a straight line, round, rectangular, you can rotate, pan, zoom, filling, really good, can not you try vc
- 2022-03-14 12:30:52下载
- 积分:1
-
用VC实现DirectDraw编程
用VC实现DirectDraw编程-with VC DirectDraw Programming
- 2022-08-06 19:03:56下载
- 积分:1
-
VB源码:MapInfo判断是否是等值线数据
VB源码:MapInfo判断是否是等值线数据-VB source : MapInfo determine whether the data is isogram
- 2023-08-12 14:45:03下载
- 积分:1
-
这是一个C++ OpenGL程序,它是一个机器人,可以旋转它的胳膊和腿。
It is a c++ openGL programe, it is a robot, can rotate it s arms and legs . -It is a c++ OpenGL programe, it is a robot, can rotate it s arms and legs.
- 2022-05-09 04:24:05下载
- 积分:1
-
VC++编写的文字的颜色渐变的效果
VC++编写的文字的颜色渐变的效果-VC prepared text color gradient effect
- 2022-05-22 01:57:51下载
- 积分:1
-
指纹识别前处理
指纹识别前处理-----图象分割等包含详尽说明可与我联系QQ43728926-fingerprint identification before processing----- Image segmentation contains detailed information can contact me QQ43728926
- 2022-01-26 03:22:08下载
- 积分:1
-
Environment: VC6 Win2K/NT/98 This sample describes the difference between CONSOL...
Environment: VC6 Win2K/NT/98
This sample describes the difference between CONSOLE and GUI applications with 20 lines of code.
There are 2 small projects in this sample. The first project shows how to create a console in WinMain(). First of all, we need to allocate a console with AllocConsole() secondly, we in turn retrieve the operating system handle (GetStdHandle), run-time handle (_open_osfhandle), stream (_fdopen) and standard stream (stdout) finally, we can call functions like printf() and scanf().
The second project demonstrates how to create a window in main(). I created an edit box in a separate thread, so that you can control this window from the console. I retrieved the module handle through GetModuleHandle(), and then I called CreateWindow with the predefined class name EDIT.
As you can see, there is not much essential difference between console and GUI applications, even though VC requires us to indicate the type of the application when you create a p
- 2022-02-03 12:24:58下载
- 积分:1