Welcome![Sign In][Sign Up]
Location:
Search - VC Child

Search list

[Dialog_WindowmyCustomWizard

Description: 用VC++创建自定义向导程序. 设计的基本思路: 1. 采用标准的向导的工作方式。每一步就是一个对话框,向导本身也是一个对话框,用来容纳每步对话框. 2. 每步的对话框应 该没有Title、没有边界、样式为Child,当点击“下一步”或“上一步”时,将这个 对话框定位到要显示的位置。 3. 因为向导一般都包含很多步,为了管理这些页,我们可以创建一个链表来管理每一步的对话框。 4. 为了方便对话框定位,可以事先定义好位置。 -VC Wizard to create custom procedures. Design of the basic ideas : 1. The standard guide the way. Each step is a dialog box, the wizard itself is a box, to accommodate every step dialog. 2. Every step of the dialog should not Title, no border, forms of Child, When clicking on the "Next" or "step" to the positioning of the dialog box to show the location. 3. Wizard because generally contain many steps, in order to manage these pages. We can create a linked list to manage every step of the dialog box. 4. To facilitate positioning dialog can be defined prior good position.
Platform: | Size: 36058 | Author: 小秋 | Hits:

[WEB Code线程通信

Description: 线程通信 本 文 我 们 将 在VC++4.1 环 境 下 介 绍 一 个 父 进 程 和 其 子 进 程 的 通 信 实 例。 在 父 进 程Parent 窗 口 中 按 一 下 鼠 标 左 键, 就 会 产 生 一 个Pipe 和 启 动 子 进 程Child, 并 从Pipe 一 端 发 送 信 息, 同 时Child 启 动 后 会 创 建 一 个 工 作 线 程, 专 门 用 来 从 管 道 的 另 一 端 读 入 数 据。 通 过 父 进 程 菜 单 项 的 控 制 来 改 变 图 形 形 状 参 数, 并 传 给Child 使 之 在 自 己 的 窗 口 中 绘 出 响 应 的 图 形。 下 面 分 别 就 父 进 程Parent 和 子 进 程Child 来 进 行 说 明。-thread communication in this paper we will VC 4.1 environment on the process of a father and his son, the process of communication examples. The parent process Parent window on the mouse button, it will have a Pipe and promoter process Child, and Pipe from one end to send messages and Child will be launched to create a work of threads, devoted to the pipeline from the other end of read data. Father process through a menu item to change the control parameters of graphics shapes and Child pass to make it in their own window graphics charted response. Below process on the father and son Parent Child process to say.
Platform: | Size: 4505 | Author: 执凹 | Hits:

[Documents线程通信

Description: 线程通信 本 文 我 们 将 在VC++4.1 环 境 下 介 绍 一 个 父 进 程 和 其 子 进 程 的 通 信 实 例。 在 父 进 程Parent 窗 口 中 按 一 下 鼠 标 左 键, 就 会 产 生 一 个Pipe 和 启 动 子 进 程Child, 并 从Pipe 一 端 发 送 信 息, 同 时Child 启 动 后 会 创 建 一 个 工 作 线 程, 专 门 用 来 从 管 道 的 另 一 端 读 入 数 据。 通 过 父 进 程 菜 单 项 的 控 制 来 改 变 图 形 形 状 参 数, 并 传 给Child 使 之 在 自 己 的 窗 口 中 绘 出 响 应 的 图 形。 下 面 分 别 就 父 进 程Parent 和 子 进 程Child 来 进 行 说 明。-thread communication in this paper we will VC 4.1 environment on the process of a father and his son, the process of communication examples. The parent process Parent window on the mouse button, it will have a Pipe and promoter process Child, and Pipe from one end to send messages and Child will be launched to create a work of threads, devoted to the pipeline from the other end of read data. Father process through a menu item to change the control parameters of graphics shapes and Child pass to make it in their own window graphics charted response. Below process on the father and son Parent Child process to say.
Platform: | Size: 4096 | Author: 执凹 | Hits:

[Dialog_WindowMDITab

Description: 给MFC 中的MDI子窗口增加tab控制条,类似tab页面,对应着每个child窗口-MFC to the MDI window-increasing tab control, similar tab pages, corresponding to each child window
Platform: | Size: 104448 | Author: wbt | Hits:

[Dialog_WindowmyCustomWizard

Description: 用VC++创建自定义向导程序. 设计的基本思路: 1. 采用标准的向导的工作方式。每一步就是一个对话框,向导本身也是一个对话框,用来容纳每步对话框. 2. 每步的对话框应 该没有Title、没有边界、样式为Child,当点击“下一步”或“上一步”时,将这个 对话框定位到要显示的位置。 3. 因为向导一般都包含很多步,为了管理这些页,我们可以创建一个链表来管理每一步的对话框。 4. 为了方便对话框定位,可以事先定义好位置。 -VC Wizard to create custom procedures. Design of the basic ideas : 1. The standard guide the way. Each step is a dialog box, the wizard itself is a box, to accommodate every step dialog. 2. Every step of the dialog should not Title, no border, forms of Child, When clicking on the "Next" or "step" to the positioning of the dialog box to show the location. 3. Wizard because generally contain many steps, in order to manage these pages. We can create a linked list to manage every step of the dialog box. 4. To facilitate positioning dialog can be defined prior good position.
Platform: | Size: 35840 | Author: 小秋 | Hits:

[Windows Developtestfreepool_demo

Description: 本文提出了一组可以用来动态创建UI的类。该代码是集中于一个空闲池使用管理器的CWnd继承控件,该管理器可以帮助我们减少在特定UI场景中GDI资源的使用。为了在运行中演示这些类,我已经在此提供了一个MDI应用示例,它只是让你来打开XML文件。每个XML文件为单个MDI子窗体定义了布局和UI控件属性。尽管代码是用VC6写的,示例项目也可以被转换为VS 2003 和VS 2005项目。 -This paper presents a group can be used to create dynamic UI class. The code is focused on the use of a leisure pool of management succession CWnd Controls The manager can help us reduce the specific UI scene GDI resource use. In order to demonstrate the operation of this type, I have here provided a sample MDI application, it is just to let you open an XML file. XML documents for each MDI child windows single definition of the layout and UI control attributes. Although the code is written using VC6, examples of projects can be converted to VS 2003 and VS 2005 project.
Platform: | Size: 97280 | Author: gongshenglai | Hits:

[OpenGL programTANKFIGHT

Description: 在VC+OPENGL下开发的坦克大战游戏,就是小时候玩的那个。在安装包中有一个OPENGL开发库,解压后放到System32文件夹下即可。-In VC+ OPENGL Tankedaizhan developed games, is that a child playing. In the installation package, there is a development library OPENGL After decompression put your System32 folder.
Platform: | Size: 3070976 | Author: far | Hits:

[Dialog_WindowMDI

Description: Vc++ MDI+多视+窗口动态规划 -Vc++ MDI+ Multi-view window dynamic programming
Platform: | Size: 4503552 | Author: wq | Hits:

[Windows DevelopMDILayout_Sample

Description: Windows MFC MDI程序,视图标签程序。 可以控制各个Child窗口-Windows MFC MDI program, view tag procedures. Can control all Child window
Platform: | Size: 33792 | Author: 王牌 | Hits:

[GUI Developvc5787822444

Description: CTabCtrl控件实现属性页功能在视图窗口内加入CTabCtrl控件,设变量名为m_tab,新建两个对话框属性设为Child,None,用ClassWizard生成新的类,基类为Cdialog,分别为Cpage1,Cpage2,ID号分别为IDD_DIALOG1,IDD_DIALOG2。在CtestView内加入两个变量,Cpage1 page1;Cpage2 page2。 -Property page implementation CTabCtrl control functions within the view window CTabCtrl add controls, set the variable named m_tab, two new property dialog box is set to Child, None, use ClassWizard to generate a new class, base class for Cdialog, respectively Cpage1, Cpage2, ID No. of IDD_DIALOG1, IDD_DIALOG2. At CtestView add two variables with, Cpage1 page1 Cpage2 page2.
Platform: | Size: 7539712 | Author: bony | Hits:

[GUI Developpopu_child_wnd

Description: 弹出窗口和子窗口互换的例子。拖拽窗口,从父窗口拖出时成为Popup型,拖进就成为Child类型的示例。-Pop-up window and sub-exchange example. Drag a window out from the Father became Popup window type, dragged on to become an example of type Child.
Platform: | Size: 31744 | Author: 张先生 | Hits:

[GDI-Bitmap9pic_src

Description: VC++九宫格拼图游戏源代码,九宫格相信大家都知道,九个格子,不过在书法上九宫格有不同的意思,这里只是一个九个格子的拼图游戏,只要你能拼对出一张完整的图形,你就成功了,小时候玩过这种小游戏。-VC++ source code puzzle squares, squares believe that we all know, the nine squares, but squares in calligraphy on a different meaning, there is only a lattice of nine jigsaw puzzle, as long as you can go on up a complete graphics, you are successful, a child played this game.
Platform: | Size: 694272 | Author: Arizona | Hits:

[Process-ThreadChild

Description: 多线程编程,演示在vc中如何使用多线程进行编程-Multi-threaded programming, in vc presentation of how to use multi-threaded programming
Platform: | Size: 28672 | Author: 刘家昌 | Hits:

[Otherparant-child

Description: Some utilities in VC++, such as how to call functions in parent class of the same name in child class.
Platform: | Size: 31744 | Author: luking | Hits:

[Game Programnoughtsandcrosses

Description: VC++三子棋游戏源码(类似五子棋) 三子棋游戏,玩法类似五子棋,在有些地方盛行这款游戏,像五子棋一样,尽量使自己的棋子凑成‘三’,这时你可以把对方任一个子废掉(该子将会变灰色,下子完了以后,它将会被去掉)。游戏主程序分服务端和客户端,自动监听端口,为网络对战打下基础,VC初学者把本游戏当作一个范例也不错哦 -Three sons, VC++ source code chess games (like backgammon) third son of chess games, games are played like backgammon, the game popular in some places, like backgammon, like, try to make their pieces make up the ' three' , then you can put any other destroy a child (the child will be gray, erupted after finished, it will be removed). The game main program points and client service, automatic monitoring port, lay the foundation for the online play, VC beginners to this game is also very impressive as an example
Platform: | Size: 439296 | Author: jimmy | Hits:

[Dialog_WindowCoordinate3

Description: VC++ MFC绘制坐标系,串口通信,绘制曲线,有注释,基于MFC的dialogbased工程,关键词:MSCOM控件,CDC绘图,坐标系绘制,日期显示,动态显示曲线-VC++ MFC drawing coordinate system, serial communication, drawing curves, with notes, based on MFC' s dialogbased works Keywords: MSCOM control, CDC Graphics, coordinate system to plot, date display, dynamic display curve
Platform: | Size: 3761152 | Author: 麦志伟 | Hits:

[GDI-Bitmap2010._Demo

Description: vc多视图文档,改变窗口背景颜色,子窗口背景颜色,直接可用-vc multi-view document, change the window background color, background color of a child window, directly available
Platform: | Size: 9513984 | Author: 罗小军 | Hits:

[Home Personal applicationshuxueshiti(100yinei)

Description: 自动出题100以内的加减法混合运算,给那些要给孩子出题的家长提供方便,快捷键为Ctrl+L-Auto title addition and subtraction within 100 mixed operations, to those who give the child a question for the convenience of parents, the shortcut is Ctrl+ L
Platform: | Size: 10240 | Author: songlinbo | Hits:

[Other GamesVC-PP-source-code-version-of-Tetris

Description: VC++版俄罗斯方块游戏源码,左侧个性化控制按钮,游戏模式基本和其它的一样,方块形式和小时候玩的很相似,经典型,为VC++编程者提供参考吧。-VC++ source code version of the Tetris game, the left side of the personalized control buttons, game modes and other basic, like a child playing in block form and is very similar to the classic type, provide a reference for VC++ programmer it.
Platform: | Size: 66560 | Author: xiaoshe123 | Hits:

[Internet-Networkrupresent-child

Description: 基于VC++6的GSM模块收发短消息的程序,可发送免提信息,可发送字符和汉字(PDU)新增加了超长汉字短信发送,可同时支持()
Platform: | Size: 182272 | Author: VDXFdnzf-8009 | Hits:
« 12 3 »

CodeBus www.codebus.net