-
用vb实现显示动画光标,一个经典例子极具参考价值
用vb实现显示动画光标,一个经典例子极具参考价值-used to achieve the cursor animation show, a classic example of great reference value
- 2022-05-20 08:18:40下载
- 积分:1
-
一个树控件和列表空间的联合使用,界面美观
一个树控件和列表空间的联合使用,界面美观-a tree Control List and the joint use of space, beautiful interface
- 2022-07-24 15:04:27下载
- 积分:1
-
PHP的-我的票
应用背景它是一个基于网络的在线电影世界门户项目。电影世界门户网站项目的主要目标是任何用户,他们可以随时通过网站访问该系统,而不必去公司。作为一个新的用户,他还可以收集所有的信息,如电影,剧院名单。管理模块用户模块机票预订模块管理模块管理员是维护用户的细节,电影细节,戏剧细节,可以知道座位数量。用户模块用户可以先注册进入个人的详细信息,然后用户登录。假设用户想要更新它的个人数据,他可以这样做。用户可以看到所有的细节,如电影细节,戏剧细节。预约模块用户将搜索电影,然后去影院,然后在网上订票。关键技术现有系统电影世界门户网站项目,目前系统开发的,在三个复合系统中存在一定的局限性。
- 2022-05-08 12:50:46下载
- 积分:1
-
(VC7) "
在(VC7)"项目->属性->链接器->输入->附加依赖项"中加入SkinPlusPlusDLL.lib 或 在(VC6)"Project->Settings->Link->Object/library"中加入SkinPlusPlusDLL.lib 2.在你的程序中包含头文件 #inlcude "SkinPlusPlus.h" 3.在程序中加入初始化语句InitInstance() InitializeSkin(_T("XPCorona.ssk")) 注:以上假定SkinPlusPlusDLL.lib,SkinPlusPlus.h,XPCorona.ssk都在当前目录,如果不是请更改路径设置。 二.卸载Skin++ 在程序的卸载函数中加入ExitInstance() ExitSkin() 三.更换皮肤 执行函数LoadSkin即可以实现动态换肤 LoadSkin(_T("XPCorona.ssk")) 四.函数说明 InitializeSkin是SKin++的初始化函数,您可以采用如下参数加载Skin++ InitializeSkin(皮肤文件名) 注:如果皮肤文件名中没有路径则采用当前目录。 LoadSkin(皮肤文件名) 注:如果皮肤文件名中没有路径则采用当前目录。 五.使用分隔条窗体的应注意的问题 您必须SKINPLUSPLUS_SPLITTER()和SKINPLUSPLUS_INIT_SPLITTER(m_wndSplitter)宏 注:SKINPLUSPLUS_INIT_SPLITTER一般传入分隔条对象m_wndSplitter-(VC7) "- gt; Attribute- gt; Linker- gt; Input-gt; Additional items on the "add SkinPlus DLL.lib or (VC6)" Project-gt; Settings- gt; Link-gt; Object/library "SkinPlusPlusDLL.lib into two. in your program contains header files# inlcude "SkinPlusPlus.h" 3. the procedure
- 2023-04-03 07:30:03下载
- 积分:1
-
实现View 视图的Zoom in/out
实现View 视图的Zoom in/out-achieve View View Zoom in/out
- 2023-01-22 09:10:04下载
- 积分:1
-
the title bar for hidden or revealed that makes Sometimes, the area showed incre...
对标题拦进行隐藏或显示,使得有时候,显示面积增大-the title bar for hidden or revealed that makes Sometimes, the area showed increases
- 2022-01-22 02:33:37下载
- 积分:1
-
映射标题栏按钮
提供绘制标题栏按钮的示例,您可以绘制各种自我绘制按钮所需的标题栏上。-这种情况下提供映射标题栏按钮,需要制定各种在来自该按钮。
- 2022-02-11 22:26:43下载
- 积分:1
-
MSFlexGrid是一种有用的用网格方式表达数据的方式,但打印它的内容时会发生什么?这里我提供了一个类, PrintGrid,它可以分页打印网格内容。它使用了
MSFlexGrid是一种有用的用网格方式表达数据的方式,但打印它的内容时会发生什么?这里我提供了一个类, PrintGrid,它可以分页打印网格内容。它使用了第二个网格控件,必须把它额外地插入到你的CFormView 对话框资源中或你的对话框中上-MSFlexGrid is one kind is useful with the grid way expression
data way, when prints its content what can have? Here I have provided
a kind, PrintGrid, it may divide the page printing grid content. It
used the second grid to control, had extra to insert it to in yours
CFormView dialog box resources or in your dialog box on
- 2022-02-03 08:03:23下载
- 积分:1
-
1 How to use this software, first of all in the Please enter the function y =...
如何使用本软件
1、首先在“请输入函数 y=”后面的输入框中输入您想要画图的函数形式,注意,其中乘除幂运算符必须在前面加点,否则会出错画不出来。
2、在“请输入区间 x 从”…“到”…的输入框中输入您想要画图的区间,也就是自变量的取值范围。
3、点击“画图”按钮,即可画出函数的图形。
4、点击“关闭”按钮,可以退出本软件。-1 How to use this software, first of all in the Please enter the function y = behind the input box, enter the function you want to draw the form of attention, in which multiplication and division operator must power points in front, otherwise they will not come out wrong painting. 2, in the Please enter the range of x from the ... to ... the input box, enter the interval you want to draw, that is, since the variables range. 3, click on the Paint button, you can draw function graphics. 4, click Close button, you can withdraw from this software.
- 2023-07-17 04:35:03下载
- 积分:1
-
用C++编写的计数器CGI程序,功能强大,运行速度快速可靠,计数器也可以隐藏,该CGI程序运行于WinNT/Intel平台...
用C++编写的计数器CGI程序,功能强大,运行速度快速可靠,计数器也可以隐藏,该CGI程序运行于WinNT/Intel平台
- 2023-05-20 16:35:03下载
- 积分:1