-
在对话框上面实现IE界面,采用VC++代码实现,供大家研究学习
在对话框上面实现IE界面,采用VC++代码实现,供大家研究学习
-achieve in the dialog box above IE interface, using VC source implementation for the study of learning
- 2022-03-11 12:13:35下载
- 积分:1
-
很容易使用的使用吸收边界条件的解决方案
很好用的利用吸收边界条件解决二维maxwell方程的时域有限差分法matlab源程序- The very easy to use use absorbs boundary condition solution
two-dimensional maxwell the equation the time domain finite difference
method matlab source program
- 2022-06-03 00:24:27下载
- 积分:1
-
Batleship 多人游戏
这个游戏 被开发了 to 销毁 战舰 游戏, 此 游戏 是做 与 本地 网络. 游戏开发 by Visual Basic
- 2022-07-16 03:49:06下载
- 积分:1
-
一个图形菜单的很好的例子
一个图形菜单的很好的例子-a good example
- 2022-04-29 09:45:13下载
- 积分:1
-
这是一个论文!毕业 的 学生 又 用 !
这是一个论文!毕业 的 学生 又 用 !-This is a thesis! Graduating students used!
- 2022-04-30 06:41:32下载
- 积分:1
-
C#编程图像
本人用C#编程图像编辑界面,能实现选择本地图片,有剪切按钮,剪切保存到本地等
- 2022-02-01 21:25:41下载
- 积分:1
-
VC模仿IE浏览器风格的多文档程序。这个浏览器是用vc6.0编写的,界面类似IE,但它是一个多文档程序,为了方便在各个窗口之间切换,工具条上加有一个窗口列表,你...
VC模仿IE浏览器风格的多文档程序。这个浏览器是用vc6.0编写的,界面类似IE,但它是一个多文档程序,为了方便在各个窗口之间切换,工具条上加有一个窗口列表,你可以在此毫不犹豫地快速切换窗口、也可以双击使窗口最大化。工具条采用IE风格,仅加入了最常用按钮。一些菜单功能没有实现,不过你可以用右键菜单中的功能来完成。-VC-style imitation of IE browser, multi-document program. This browser is written in vc6.0 interface similar to IE, but it is a multi-document program, in order to facilitate the switch between the various windows, plus there is a window on the toolbar list, where you can not hesitate to quickly switching window, you can double-click to make the window maximized. Toolbar with IE-style, only joined the most commonly used buttons. Some of the menu feature is not achieved, but you can right-click menu of features to complete.
- 2022-03-24 01:08:29下载
- 积分:1
-
一款不错的聊天程序,可以与window的NetMeeting兼容!欢迎大家使用!...
一款不错的聊天程序,可以与window的NetMeeting兼容!欢迎大家使用!-one good chat program, with the NetMeeting window compatible! Everyone is welcome to use!
- 2023-04-17 21:35:03下载
- 积分:1
-
achieve Outlook toolbar rolling effect
实现OutLook滚动工具栏效果-achieve Outlook toolbar rolling effect
- 2022-08-16 10:35: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