摘要:
首先在.h文件中,添加如下代码#define my_msg WM_USER+100 //自己定 在//{{AFX_MSG()和 //}}AFX_MSG之间添加afx_msg void OnQueryDragIcon() 然后在.cpp文件中 BEGIN_MESSAGE_MAP() //{{AFX_MSG_MAP() ON_WM_QUERYDRAGICON() //}}AFX_MSG_MAP... 阅读全文
摘要:
using System;
using System.Text;
using System.Globalization;
using System.Security.Cryptography;
using System.Windows.Forms;
namespace Jh.Encrypts 阅读全文