⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 chat1.h

📁 一个非常适合初学者的SOCKET编程示例
💻 H
字号:
#define DLG_MAIN        500
#define DLG_CONNECT     501
#define DLG_LISTEN      502

#define ID_EDIT_DATA    600
#define ID_EDIT_SEND    601
#define ID_EDIT_HOST    602
#define ID_EDIT_PORT    603

#define ID_BTN_CONNECT  700
#define ID_BTN_CLEAR    701
#define ID_BTN_SEND     702
#define ID_BTN_GO       703
#define ID_BTN_LISTEN   704

#define ID_STATUS_MAIN  800

#define CUSTOM_NOTIFICATION     1045

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -