Results 4 comments of niuniu

异形窗口可能可以达到你想要的效果: CString strPathImg = _T("c:\\1.bmp"); HBITMAP hBitmap = NULL; Gdiplus::Bitmap* image = new Gdiplus::Bitmap(strPathImg); if (NULL != image) { image->GetHBITMAP(NULL, &hBitmap); if (NULL != hBitmap) { HRGN hRgn = BitmapToRegion(hBitmap,...

你要显示的笑脸之类的这些是从字符串解析出来的哦 这东西不是凭空存在的 例如:{:哭} 解析为 ![image](https://user-images.githubusercontent.com/1822088/147309884-e0ee2170-83b5-466f-a630-de8c99cb062e.png) 起码我是这么认为的

DUILIB的鼠标双击事件搞不出来哦 希望能开源DUILIB查找问题

good job thank you 早开源1个月 我都不用重写了 不过 还是感谢