搜索资源列表
myCustomWizard
- 用VC++创建自定义向导程序. 设计的基本思路: 1. 采用标准的向导的工作方式。每一步就是一个对话框,向导本身也是一个对话框,用来容纳每步对话框. 2. 每步的对话框应 该没有Title、没有边界、样式为Child,当点击“下一步”或“上一步”时,将这个 对话框定位到要显示的位置。 3. 因为向导一般都包含很多步,为了管理这些页,我们可以创建一个链表来管理每一步的对话框。 4. 为了方便对话框定位,可以事先定义好位置。 -VC Wizard to create custom procedure
线程通信
- 线程通信 本 文 我 们 将 在VC++4.1 环 境 下 介 绍 一 个 父 进 程 和 其 子 进 程 的 通 信 实 例。 在 父 进 程Parent 窗 口 中 按 一 下 鼠 标 左 键, 就 会 产 生 一 个Pipe 和 启 动 子 进 程Child, 并 从Pipe 一 端 发 送 信 息, 同 时Child 启 动 后 会 创 建 一 个 工 作 线 程, 专 门 用 来 从 管 道 的 另 一 端 读 入 数 据。 通 过 父 进 程 菜 单 项 的 控 制 来 改 变 图
9pic_src.rar
- 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 la
RingSDK
- 临风的个人界面库,对常用的win32 sdk进行了封装。界面库的最大特点是方便易用,实现了一些特殊功能的控件,比如类似VB的属性设置控件,XP样式的菜单等。所有子窗口和控件都可以实现停靠,可以方便实现类似VC的界面。图象库则实现了图象的解码,显示及一些简单的图象处理,与界面库结合,可以实现一些比较酷的界面。因此,界面库里并没有对DC和BITMAP进行封装,一些简单的图形绘制操作代码并不复杂,而要想实现动画等一些复杂效果,就可以使用图象库。-Rinpu personal interface lib
BattleCity
- 超经典坦克大战双人版,VC++完整版,含声音、地图、资源文件,编译后请将Map、Sound、graphics拷贝至可执行文件同级目录内,否则出错。大家看看界面就知这游戏有多经典了吧?小时候没玩过的不多吧,曾经还为此痴迷过,本游戏源码经过导出后可直接在电脑上玩,完整无错,也是学习VC++游戏编程的好范例。-Double version of the classic Battle City Super, VC++ full version, including sound, maps, resour
GetFieldName
- VC++编程获取Access数据库记录集的字段名称,写一个数据库处理小时候顺便研究出来的,不知对大家有没有用,早几年写的,发出来共享。 -VC++ programming for Access database records the name of the field, write a database of handling a child out of the way, I do not know all of us have no use, written a few years a
bqs
- 标签控件用作视图子窗口,使用vc++6.0环境,对做界面很有帮助-Child label control for the view window, using vc++6.0 environment, make the interface very helpful
MDILayout_Sample
- Windows MFC MDI程序,视图标签程序。 可以控制各个Child窗口-Windows MFC MDI program, view tag procedures. Can control all Child window
popu_child_wnd
- 弹出窗口和子窗口互换的例子。拖拽窗口,从父窗口拖出时成为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.
vc5787822444
- 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
Tetris
- 一个VC++ 可以全屏的俄罗斯方块游戏源程序,比较经典的游戏了,小时候经常玩的,请注意资源文件的相对目录位置,要不然全屏后一片空白,在VC6.0下可顺利编译。-VC++ can be a full-screen source code of the game Tetris, the classic game of comparison, the child often played, please note that the relative resource file directory lo
Child
- 多线程编程,演示在vc中如何使用多线程进行编程-Multi-threaded programming, in vc presentation of how to use multi-threaded programming
els
- VC++开发的一款小型游戏,也是大家小时候经常喜欢玩的游戏——俄罗斯方块,这是它的全部编码文件,供你继续开发出更有难度的俄罗斯方块。-VC++ development of a small game, is a child we often like to play games- Tetris, this is all the code it documents, for your more difficult to continue to develop the Russian box.
parant-child
- Some utilities in VC++, such as how to call functions in parent class of the same name in child class.
noughtsandcrosses
- VC++三子棋游戏源码(类似五子棋) 三子棋游戏,玩法类似五子棋,在有些地方盛行这款游戏,像五子棋一样,尽量使自己的棋子凑成‘三’,这时你可以把对方任一个子废掉(该子将会变灰色,下子完了以后,它将会被去掉)。游戏主程序分服务端和客户端,自动监听端口,为网络对战打下基础,VC初学者把本游戏当作一个范例也不错哦 -Three sons, VC++ source code chess games (like backgammon) third son of chess games, games
Coordinate3
- 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, coor
2010._Demo
- vc多视图文档,改变窗口背景颜色,子窗口背景颜色,直接可用-vc multi-view document, change the window background color, background color of a child window, directly available
shuxueshiti(100yinei)
- 自动出题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
VC-PP-source-code-version-of-Tetris
- 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
rupresent-child
- 基于VC++6的GSM模块收发短消息的程序,可发送免提信息,可发送字符和汉字(PDU)新增加了超长汉字短信发送,可同时支持()