摘要:
[c++ error] cooltrayicon.hpp(99): e2316 wnd is not a member of _notifyicondataa [c++ error] cooltrayicon.hpp(99): e2347 parameter mismatch in read access specifier of property handle [c++ warning]......
摘要:
。
......
非常用消息
我有左右两个视图,左边是clistview,右边是ceditview,。我想当我的鼠标从左边移动到右边的时候,如何知道离开视图,进入边界框,进入另外一个视图这三个状态???难啊!!!
谢谢!
NO.1 作者: shilong
先SetCapture()
然后在MouseMove里
GetCursorPos()
GetClientRect()
ClientToScreen()
PtInRect();
摘要:
我们打算开发一个网站,得用数据库来存储一些东西,如何把自己设计好的数据库表上传到租用的虚拟主机上.
......