Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近发现了一个轻量级的 IM,称为 WTW。它看起来像这样:
(来源:download.wtw.im)
现在,我想知道这种接口是否可以在普通的 MFC 中完成。谢谢。
是的,他们可以。MFC 支持自定义控件和绘图,因此您可以制作任何您选择的用户界面。
虽然使用其他技术这可能更简单,但在 MFC中绝对可以。