-
类似Vc和Outlook的界面
类似Vc和Outlook的界面,挺有用的。
类似Vc和Outlook的界面
类似Vc和Outlook的界面,挺有用的。-similar Vc and Outlook interface similar Vc and Outlook interface, quite useless.
- 2023-07-21 15:35:02下载
- 积分:1
-
用WTL库进行skin 皮肤切换,很好的wtl库应用范例
用WTL库进行skin 皮肤切换,很好的wtl库应用范例 -WTL library with skin skin switching, a very good example of the application of WTL library
- 2022-02-26 01:19:23下载
- 积分:1
-
制作时钟,界面,显示实时时间,比较直观
制作时钟,界面,显示实时时间,比较直观...
制作时钟,界面,显示实时时间,比较直观
制作时钟,界面,显示实时时间,比较直观-Production clock, interface, display real-time time clock compare visual production, interface, display real-time time, relatively intuitive
- 2022-10-09 03:25:02下载
- 积分:1
-
实现串口通讯,以及通讯数据的动态显示(曲线绘制)
实现串口通讯,以及通讯数据的动态显示(曲线绘制)-Serial communication implementation, as well as the dynamic display communication data (drawn curve)
- 2022-05-21 10:46:38下载
- 积分:1
-
使用JAVA SWT 的范例,主要用于画图,图片的基本控件,供学习参考...
使用JAVA SWT 的范例,主要用于画图,图片的基本控件,供学习参考-use Java SWT examples, mainly for the drawing, the basic picture controls for the study reference
- 2022-06-28 03:48:06下载
- 积分:1
-
串行端口在CSharp的例子
例如使用串口数据验证终端,而不是命令提示符窗口,它可能需要按您的需求做一些修改。
- 2022-01-25 14:33:48下载
- 积分:1
-
用LPC93251操作nand flash K9F6408,能正确擦,写,读。改用其它芯片,方法类似,注意时序就行了。如换用大容量flash,请注意每块的页数,...
用LPC93251操作nand flash K9F6408,能正确擦,写,读。改用其它芯片,方法类似,注意时序就行了。如换用大容量flash,请注意每块的页数,6408每块是16页的。【-with LPC93251 operation nand flash K9F6408 can correct rub, writing and reading. Other chip switch, a similar manner, the attention on the timing of the trip. If used for large-capacity flash, to every piece of pages, 6,408 each block is the 16.
- 2022-12-01 08:05:03下载
- 积分:1
-
C/C++数据分析系统上位机程序
针对位置敏感探测器件构成的数据分析系统,借助开发工具及MFC消息映射机制,实现系统交互界面的设计。界面通过对串口通信和USB通信方法的研究,利用按钮控件实现并控制上下位机数据通信;数据传输处理之后,以文本和模拟坐标两种方式显示出光斑的位置,并利用文件保存光斑位置的历史信息。
- 2022-10-12 11:05:03下载
- 积分:1
-
Duilib窗体增加阴影效果
应用背景用于在Duilib界面库产生的窗体周围添加阴影效果关键技术1. 在要添加阴影效果的窗体类中包含WndShadow的头文件,并创建对应类型的成员变量m_WndShadow。
2. 在WinMain处添加初始化
// Initiation of the shadow
CWndShadow::Initialize(hInstance);
3. 窗体OnCreate中设置
LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
{
LONG styleValue = ::GetWindowLong(*this, GWL_STYLE);
styleValue &= ~WS_CAPTION;
::SetWindowLong(*this, GWL_STYLE, styleValue | WS_CLIPSIBLINGS | WS_CLIPCHILDREN);
m_WndShadow.Create(m_hWnd);
m_WndShadow.SetSize(4);
m_WndShadow.SetPosition(0, 0);
//blablabla....
return 0;
}
说明:此处为了更清除的看到窗体边框阴影效果,我将调用的地方原来的m_WndShadow.SetSize(4);改为
了m_WndShadow.SetSize(15);正常情况下,Size设置为4的效果即可。
- 2022-06-18 09:40:40下载
- 积分:1
-
一个像优化大师的页签
一个像优化大师的页签-Optimization of a master like tab
- 2022-05-26 16:32:22下载
- 积分:1