上一页 1 ··· 102 103 104 105 106 107 108 109 110 ··· 124 下一页
摘要: // MFCSocketClient.h : PROJECT_NAME 应用程序的主头文件 // #pragma once #ifndef __AFXWIN_H__ #error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件" #endif #include "resource.h 阅读全文
posted @ 2020-09-18 00:10 txwtech 阅读(359) 评论(0) 推荐(0)
摘要: // MFCSocketServerSample.cpp : 定义应用程序的类行为。 // #include "stdafx.h" #include "MFCSocketServerSample.h" #include "MFCSocketServerSampleDlg.h" #ifdef _DEB 阅读全文
posted @ 2020-09-18 00:08 txwtech 阅读(242) 评论(0) 推荐(0)
摘要: // MFCSocketServerSample.h : PROJECT_NAME 应用程序的主头文件 // #pragma once #ifndef __AFXWIN_H__ #error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件" #endif #include "reso 阅读全文
posted @ 2020-09-18 00:05 txwtech 阅读(184) 评论(0) 推荐(0)
摘要: arduino代码示范 //txwtech@163.com //2020/03/25 //txwtech@163.com //2020/03/25 //2020/06/25 //2020/09/14 // constants won't change. They're used here to se 阅读全文
posted @ 2020-09-14 23:58 txwtech 阅读(884) 评论(0) 推荐(0)
摘要: MFC_vc++_ 控件的位置、大小获取、与控件移动、获取屏幕分辨率,获取对话框窗体大小及其屏幕坐标 用CWnd类的函数MoveWindow()或SetWindowPos()可以改变控件的大小和位置。 void MoveWindow(int x,int y,int nWidth,int nHeigh 阅读全文
posted @ 2020-09-12 16:30 txwtech 阅读(1434) 评论(0) 推荐(0)
摘要: PRESCAN_DISCTANCE_ROBOT_INOUT_TOO_BIG ,"#900. PRESCAN_DISCTANCE_ROBOT_INOUT_TOO_BIG" Prescan.cpp line:1538 阅读全文
posted @ 2020-09-05 16:01 txwtech 阅读(113) 评论(0) 推荐(0)
摘要: ,"*008. All input wafer-boxes are empty!\n本次Lot处理完毕!" error.cpp line:290 阅读全文
posted @ 2020-09-05 15:11 txwtech 阅读(119) 评论(0) 推荐(0)
摘要: vs2017VC++_MFC_窗口控件随窗口大小自适应-最大化与还原 vs2017VC++_MFC_窗口控件随窗口大小自适应-最大化与还原 https://blog.csdn.net/txwtech/article/details/108312478 1、首先在OnInitDialog函数中获取窗口 阅读全文
posted @ 2020-08-30 22:51 txwtech 阅读(1409) 评论(0) 推荐(0)
摘要: vc++0xC0000005:读取位置0x00000014时发生访问冲突reallocate to grow,,xstring定义了一个string vector std::vector<std::string> logfile;logfile[0]="txwtech"; 做法错误,报错。野指针 所 阅读全文
posted @ 2020-08-30 20:09 txwtech 阅读(757) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/txwtech/article/details/108023830 效果图: 制作bitmap方法: 画图工具打开一张图片,像素改为16X16,另存为bitmap格式 然后把aa.bitmap改为aa.ico即可导入vs2013项目。 右键添加bitmap 阅读全文
posted @ 2020-08-16 09:12 txwtech 阅读(506) 评论(0) 推荐(0)
上一页 1 ··· 102 103 104 105 106 107 108 109 110 ··· 124 下一页