登录
首页 » 界面开发 » 单击鼠标左键,就可以用星号打印出各种图形

单击鼠标左键,就可以用星号打印出各种图形

于 2022-03-26 发布 文件大小:57.73 kB
0 116
下载积分: 2 下载次数: 1

代码说明:

单击鼠标左键,就可以用星号打印出各种图形-click of the mouse button, they can use an asterisk print out various graphics

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MFC进程之间的单管道传输
    资源描述 进程之间的单管道数据传输 操作平台:win10+vs2013 pro 运行结果: 1、字符与宽字符之间的转换 //宽字符转字符 void TcharToChar(const TCHAR * tchar, char * _char) { int iLength; //获取字节长度 iLength = WideCharToMultiByte(CP_ACP, 0, tchar, -1, NULL, 0, NULL, NULL); //将tchar值赋给_char WideCharToMultiByte(CP_ACP, 0, tchar, -1, _char, iLength, NULL, NULL); } //字符转宽字符 void CharToTchar(const char * _char, TCHAR * tchar) { int iLength; iLength = MultiByteToWideChar(CP_ACP, 0, _char, strlen(_char) + 1, NULL, 0); MultiByteToWideChar(CP_ACP, 0, _char, strlen(_char) + 1, tchar, iLength); } 2、创建进程及单管道传输 void CDemoDlg::OnBnClickedButton1() { // TODO: 在此添加控件通知处理程序代码 //管道相关 HANDLE hPWrite, hPRea
    2022-03-06 10:20:16下载
    积分:1
  • cxinfotip
    CXInfoTip - Information Tooltip 是我在网上找的,版权归原作者所有。-CXInfoTip- Information Tooltip is what I find online, and belongs to original author.
    2022-05-04 22:30:41下载
    积分:1
  • 可以隐藏多行多列的窗口
    可以隐藏多行多列的窗口-hide out more multi-window
    2022-01-30 23:14:46下载
    积分:1
  • guitoolkit 免费UI框架源码
    guitoolkit 免费UI框架源码                 规范                                                                                                                                       
    2023-04-18 12:25:03下载
    积分:1
  • c的功底真的不错 跟硬件也有很大关联。 用虚拟声卡制作频率计...
    c的功底真的不错 跟硬件也有很大关联。 用虚拟声卡制作频率计-the foundation really good with the hardware have great relevance. Virtual sound production Cymometer
    2022-04-11 01:34:32下载
    积分:1
  • directory monitoring, a very good
    目录监控,非常不错-directory monitoring, a very good
    2022-04-09 14:22:29下载
    积分:1
  • STM32上实现GPS并显示
    本程序实现接收GPS-OEM板NMEA0183协议,并实时以星图的形式显示出来。
    2022-10-01 15:10:13下载
    积分:1
  • 用matlab的可视化实验系统,采用了mex实现vc与matlab的通信,系统具有针对性和通用性...
    用matlab开发的可视化实验系统,采用了mex实现vc与matlab的通信,系统具有针对性和通用性-using Matlab development of the visualization experiment system, mex used to achieve vc Matlab and communications, the system is targeted and versatility
    2022-03-22 09:43:47下载
    积分:1
  • 我们经常会使用到组合框,而组合框是是有2种功能的
    我们经常会使用到组合框,而组合框是是有2种功能的--下拉和列表。一般情况下,列表框的宽度和选择框是一样宽的,但是我们有些时候确实很需要把列表框的宽度变大,一便让我们能更好的看我们要选的东西。   为了能有这个功能,我写了下面的这个函数。首先得在你的对话框中添加一个的WM_CTLCOLOR的消息句柄,或者使用CComboBox的继承类,而且在其中添加下面的代码:-we often use to mix frame, and frames are combinations are two kinds of functions-- and the drop-down list. Under normal circumstances, the list box and the width of the selection box is the same width, but sometimes we need to do is list the width of the frame, one will enable us to better do our election of the things. To have this function, I wrote the following this function. First of all in your dialog box to add one of the news WM_CTLCOLOR handle, or use the inheritance CComboBox category, but which add the following code :
    2022-08-02 15:44:40下载
    积分:1
  • Some public but must pay theme engine
    Some public but must pay theme engine
    2022-07-15 19:00:02下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载