-
NET应用程序。这是用来教你如何在VB.NET使用文字装饰
NET应用程序。这是用来教你如何在VB.NET使用文字装饰。这只是一个tutoreal不是一个完整的应用程序。这将是更appeatent做更好的工作和设计应用方面达到更见..............
- 2022-11-23 09:25:02下载
- 积分:1
-
delphi简单录音机
本实例的任务是实现一个录音小程序,这个程序可以用MIC把声音录制下来存储成WAVE文件。
- 2022-05-26 20:49:52下载
- 积分:1
-
本程序是利用WTL的 CSplitterWindow 和 CHorSplitterWindow 把 CMainFrame 分隔而成。...
本程序是利用WTL的 CSplitterWindow 和 CHorSplitterWindow 把 CMainFrame 分隔而成。-this procedure is the use WTL CSplitterWindow and put CMainFrame CHorSplitterWindow partitioned.
- 2022-05-05 23:05:22下载
- 积分:1
-
一个小车动画,急于BIOS的中断调用.当小车行驶到屏幕底端,可以从平面顶端重新开始...
一个小车动画,急于BIOS的中断调用.当小车行驶到屏幕底端,可以从平面顶端重新开始-a car animation, eager BIOS interrupt the call. When the car to the bottom of the screen will be flat from the top to re-start
- 2022-02-18 17:20:14下载
- 积分:1
-
因为我的应用需要使用许多工具(像3DS Max),我..
Because my application required the use of a lot of tools (just like 3DS Max), I decided to implement this control. Here I shall share with you the most important details of creating the tabbed toolbar. The implementation of the control is quite simple, actually. The control is primarily a Dialog Bar that manages a tab control and a Tool Bar. Thus, the class is derived from CDialogBar and it creates the CTabCtrl and CToolBar objects. The actual creation of the Tab control and toolbar occurs in the Create function of the Dialog Bar. 创建一个制表工具栏 因为我的应用需要使用许多工具(像3DS Max),我决定实现这个控件。 在这里我将和你共同分享创建制表工具栏的最重要的细节。 实际上控件的创建相当简单。这个控件主要是管理一个制表控件和一个工具栏的对话框。因此,这个类从CDialogBar类继承并且它创建了CTabCtrl 和CToolBar对象。实际上制表和工具栏控件的创建发生在DialogBar函数的创建过程中。-Because my application required the use of a lot of tools (just like 3DS Max), I decided to implement this control. Here I shall share with you the most important details of creating the tabbed toolbar. The implementation of the control is quite simple, actually. The
- 2023-03-04 03:45:03下载
- 积分:1
-
WPF 类似360的UI
一个类似360界面的UI,用WPF技术开发.
界面很好看,替换图标和替换文字就能变成你自己的前端.
- 2022-02-18 14:49:06下载
- 积分: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
-
一个漂亮的时钟程序
一个漂亮的时钟程序-A beautiful clock program
- 2023-03-24 01:30:05下载
- 积分:1
-
随机三角形
显示如何将放置在框架中的图形面板和有它使用控制面板控制而不是控制台输入。
- 2022-08-20 22:01:21下载
- 积分:1
-
SPLITTER VIEW 的高亮显示焦点窗口,这个可是一个不错的小技巧.
SPLITTER VIEW 的高亮显示焦点窗口,这个可是一个不错的小技巧.-SPLITTER VIEW highlighted the focus of the window, but a pretty good trick.
- 2023-02-20 17:45:03下载
- 积分:1