-
this is the source code of a beautiful interface in vc,you can use it as your ba...
这是一个漂亮界面在VC中的实现源程序,你可以用它来作为你软件的基础.-this is the source code of a beautiful interface in vc,you can use it as your base of software.
- 2023-02-25 17:45:03下载
- 积分:1
-
用VC6.0 控制html表格的例子
资源描述一个用VC控制网页表格的例子_不错。研究html的有兴趣研究下。
- 2022-09-03 09:00:03下载
- 积分:1
-
这是一个实现LCD文字显示的好例程。其功能可以在界面上动态显示文字、图片,特别适合于给自己的界面添加点flash之类的东西。另外,可以与LED灯状态显示之类合在...
这是一个实现LCD文字显示的好例程。其功能可以在界面上动态显示文字、图片,特别适合于给自己的界面添加点flash之类的东西。另外,可以与LED灯状态显示之类合在一起,做下位机的上位机显示。-This is a text LCD display good routines. Its function in dynamic interface to display text, pictures, particularly suited to its own interface to add flash points such things. In addition, the LED lamps can state with such shows together and make a place for the PC display.
- 2023-01-04 03:50:03下载
- 积分:1
-
自己画的GRID控件,用EDIT和custerm control为基础来实现。
自己画的GRID控件,用EDIT和custerm control为基础来实现。-GRID painting their own controls, using EDIT and custerm control-based to achieve.
- 2023-04-25 11:20:03下载
- 积分:1
-
VC编程100个经典例子,是不可多得的资料
VC编程100个经典例子,是不可多得的资料-VC Programming 100 classic example is the invaluable information
- 2023-01-30 05:10:03下载
- 积分:1
-
css样式表,css样式代码,常见的css样式
css样式表,css样式代码,常见的css样式-css code,best css style,
- 2023-06-23 19:30:04下载
- 积分: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
-
labvIEW使用excel表格
资源描述使用labvIEW调用excel表格,可用于将数据按自己要求存入excel表格中
- 2023-02-08 00:55:03下载
- 积分:1
-
本程序的功能是编出一个界面,实现查看回收站和程序组的PIDL信息。...
本程序的功能是编出一个界面,实现查看回收站和程序组的PIDL信息。-This program function is to compile an interface to view the Recycle Bin and procedures to achieve group PIDL information.
- 2023-03-30 01:25:04下载
- 积分:1
-
些程序能够能够把各种常用的字符标点排列在一个表格中,并且有多种不同的显示这些字符的字体风格,并且当鼠标停在某个字符上时,会在一个文本框中放大显示出这个字符。...
些程序能够能够把各种常用的字符标点排列在一个表格中,并且有多种不同的显示这些字符的字体风格,并且当鼠标停在某个字符上时,会在一个文本框中放大显示出这个字符。-these procedures can be used in all kinds of punctuation characters arranged in a form, and there are so many different characters for the display font style, and when parked in a mouse on the characters. in a text box to enlarge it that this character.
- 2023-02-08 07:45:04下载
- 积分:1