-
OBJECTARX SAMPLE
OBJECTARX SAMPLE
- 2022-01-28 10:28:31下载
- 积分:1
-
一个vc++很好的源码,是GDI++的一个说明, 可以用于LINUX, WINDOWS...
一个vc++很好的源码,是GDI++的一个说明, 可以用于LINUX, WINDOWS-a good source, GDI is the one that can be used for Linux, Windows
- 2023-08-10 18:20:02下载
- 积分:1
-
对windows中drag
对windows中drag-drop操作进行有巧妙的封装,使拖曳操作的编程变得简单易用,有类的使用例子代码。-Of windows in the drag-drop operations are clever packaging, so that programming drag operation become easy to use, there are examples of the use of category code.
- 2022-05-09 09:51:57下载
- 积分:1
-
自制Msgbox方法窗体,支持修改。
自制Msgbox窗体,支持vbOKOnly vbOKCancel vbYesNo vbYesNoCancel vbRetryCancel vbAbortRetryIgnore 其他可以自行修改
- 2022-03-25 23:09:08下载
- 积分:1
-
实现在对于基于对话框的程序,如何加入菜单和工具栏。同时建立链表结构,用于list列表框选择的功能,是一个我完成了一部分的界面程序...
实现在对于基于对话框的程序,如何加入菜单和工具栏。同时建立链表结构,用于list列表框选择的功能,是一个我完成了一部分的界面程序-achieve the dialog-based procedures, how to join the menu and the toolbar. While establishing Chain structure for list box selection of functions, I was a complete part of the interface procedures
- 2022-10-18 06:20:03下载
- 积分:1
-
STM32F429 接口 TFT 7 英寸
一个多才多艺的五通道 DMA 控制器是系统中可用,访问 XDATA 内存使用的内存
空间,并因此有权访问所有物理内存。每个通道 (触发器、 优先级、 传输模式,解决
模式、 源和目标的指针和转移计数) 与 DMA 描述符,可以配置
位于内存中的任意位置。许多硬件外设 (AES 核心,闪存控制器,USARTs,计时器,
ADC 接口等)可用于与 DMA 控制器高效运行的执行数据传输
单一的 SFR 或 XREG 地址与闪光/SRAM。
- 2022-04-16 04:37:44下载
- 积分:1
-
类似FrontPage Editor或Excel右下角的多个页面的转换控件
类似FrontPage Editor或Excel右下角的多个页面的转换控件-The control which can transfer between some views as the control in FrontPage Editor or Excel
- 2023-04-27 22:05:03下载
- 积分:1
-
interface skin, for BCB, Delphi
界面皮肤,适合BCB,DELPHI-interface skin, for BCB, Delphi
- 2022-10-05 12:30:03下载
- 积分:1
-
使用ListCtrl控件的程序,可以随意改变每列字体大小…
本程序采用listctrl控件,能随意改变每一栏的字体大小,能随便改变每一栏的字体颜色以及每一栏的背景颜色,颜色可自由设定(R,G,B),同时整个栏全屏显示,对学习修改控件属性有很大的用处。-the procedures used listctrl controls, can randomly change each column font size, can easily change the font of each column and each column color of the background color scheme, the freedom to set (R, G, B), while the entire column in full-screen, right to amend the Control study attributes great useless.
- 2022-04-07 13:17:30下载
- 积分:1
-
托盘程序
LRESULT CSystemTray::OnTrayNotification(UINT wParam, LONG lParam)
{
// is it for us ?
if (wParam != m_NotifyIconData.uID)
return 0L;
CWnd *pMainWnd = AfxGetMainWnd();
switch(LOWORD(lParam))
{
case WM_RBUTTONUP:
{
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-26 03:26:49下载
- 积分:1