-
something about vc
something about vc
- 2022-01-28 02:40:40下载
- 积分:1
-
use the program, like the movie at the end of the subtitles rolling effect. And...
使用VC开发的程序,可以像电影结束时产生的字幕滚动效果。并且屏幕不会刷新。-use the program, like the movie at the end of the subtitles rolling effect. And the screen does not refresh.
- 2022-02-22 05:34:08下载
- 积分:1
-
HeadCtrl的细节可以在该源码中找到,例如设计headCtrl的间隔,颜色,排序查找等...
HeadCtrl的细节可以在该源码中找到,例如设计headCtrl的间隔,颜色,排序查找等-HeadCtrl details of the source can be found, for example, the design headCtrl spacing, color, such as search ranking
- 2023-03-10 23:20:03下载
- 积分:1
-
城市切换
资源描述城市切换源代码,两件事都放假额我放假了; 了快速的反击了减肥离开佛挡杀佛立刻就离开对方立刻让开幕式独立开发离开的借口会计分录快疯了当时的快乐法兰克福。
- 2022-08-11 09:07:06下载
- 积分:1
-
用VC写的一个界面按钮程序,可以根据图片自动更新按钮的背景,实现动态效果。...
用VC写的一个界面按钮程序,可以根据图片自动更新按钮的背景,实现动态效果。-VC write an interface button procedures, according to Photo button automatically update the background, achieve dynamic effects.
- 2023-01-01 09:35:03下载
- 积分:1
-
学生信息管理系统
学生管理信息系统,采用链表结构存储学生的信息,使用索引查找的方式实现对学生信息的访问与修改,学生的信息采用文件存储方式。本系统可对十万以内的学生的信息实现快速的操作,包括:增加学生信息、修改学生信息、删除学生信息和查询学生信息等。使用VC++ 6.0开发环境调试通过,保证可以正常运行!!!!!!此软件对于学习数据结构中的链表操作非常有帮助!!!
- 2022-03-14 00:34:05下载
- 积分:1
-
多种窗口关闭特效合集,稍加改造,可用于自己的程序中,为程序增添特效...
多种窗口关闭特效合集,稍加改造,可用于自己的程序中,为程序增添特效-multiple window closed effects Collection, a little alteration, can be used to the procedure, the procedure for adding special effects
- 2022-07-02 05:29:06下载
- 积分:1
-
一个很COOL的界面设计集合
环境:microsoft visual
语言:VC
一个很COOL的界面设计集合
环境:microsoft visual
语言:VC-a very COOL set of interface design environment : microsoft visual language : VC
- 2022-03-09 19:03:28下载
- 积分:1
-
its not yet done.. we re still working on the next module of this system which i...
its not yet done.. we re still working on the next module of this system which is the main or the heart of the system hope you understand.. we re still a student by the way-its not yet done.. we re still working on the next module of this system which is the main or the heart of the system hope you understand.. we re still a student by the way..
- 2022-06-12 14:09:31下载
- 积分:1
-
流程设计程序
资源描述
支持在视图上任意编辑图元,设置图元的属性等。可编辑的图元包括文字、图片、多边形等类似visio软件,但可以定义每个图元自己的属性。图元之间还可以结合使用。
// FlowcharterView.h : interface of the CFlowcharterView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_FLOWCHARTERVIEW_H__50CDD008_9534_443D_8161_E058963BE0B8__INCLUDED_)
#define AFX_FLOWCHARTERVIEW_H__50CDD008_9534_443D_8161_E058963BE0B8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "FlowchartEditor/FlowchartEditor.h"
class CFlowcharterView : public CView
{
protected: // create from serialization only
CFlowcharterView();
DECLARE_DYNCREATE(CFlowcharterView)
// Attributes
public:
CFlowcharterDoc* GetDocument();
// Operations
public:
- 2022-01-22 07:18:46下载
- 积分:1