搜索资源列表
ComboTree_Sample.zip
- 自己绘制的带有选择框的TreeCtrl,同时它还能很方便地获取当前已选中的节点。
一个永远显示的对话框
- 《创建一个不可关闭的对话框》 [代码性质] VC完整应用程序代码 创建一个基于对话框的工程,一切默认即可。 在对话框的属性general中,设置caption为空,这样用ctrl+alt+del就发现不到此 程序。 在对话框的属性more stytle 中,选中disable,这样就不能用右键关闭此程序。 删除取消按钮,双击确定按钮,在其对应函数中将 CDialog::OnOK()删除。这样就 不能用回车关闭此程序。如果只是简单的删除确定按钮是不行的。 当然了,要是关闭计
lesson48
- OpenGL代码,NEHE的。 实现用鼠标旋转选中的球体的功能。-OpenGL code, the NEHE. Achieving selected with the mouse rotating spherical functions.
天地网络--个人求职管理系统
- 个人求职管理系统》可以让你在找工作的过程中方便地记录你所选中的公司信息、职位信息、发送的简历和公司的回复,支持多用户,是一个多用户系统。具体请看readme文件。 -personal job management system "allows you to find work to facilitate the process of recording your chosen company information, job information, send a resume and
传送
- 在Edit编辑框里选中字符,然后点\"传送\"按钮,可在第二个edit编辑框中得到选中字符-editorial listing in the Edit selected characters, and then "transfer" button, in the second edit edit box to be selected characters
aspvarhelp
- 很多ASP代码编写着都会遇到,当提交表单或URL中的信息太多,写Request.Form等语句会很麻烦。有时甚至要写几十个之多。如果可以直接输入变量就自动的写出Rs(),Request.Form(),Request.Querystring()等语句。将大大减轻编写着的负担! 还有时候可能需要这些格式语句中的变量,一个个的选中再复制也同样非常烦人。如果可以自动把这些Rs(),Request.Form(),Request.Querystring()等格式语句中的变量提取出来,那是多么领ASP
面向对象的编程向导(附软盘)
- 附盘使用说明 1. 利用【资源管理器】在硬盘上建一个新文件夹,比如“VcDemo”。 2. 将随书带的演示盘中的一个“VC-?.zip”文件拷贝到VcDemo文件夹中。 3. 利用工具软件“WinZip”将硬盘上的VC-?.zip释放开来。 其中,? 对应书中的一个章节号。比如,VC-3.zip表示是第3章的 的内容。 4. 打开Visual C++5.0,建立应用程序调试环境: 4-1.对于前三章的例题,选中一个扩展名为.cpp的文件后,双击鼠 标左键,系统自动激活Visual C++5.0
多级菜单
- /*[原创]一个树形多级菜单参考程序 这是一个用于车载电话的菜单程序,可以看成是手机功能菜单的简化板. 我所认为的树形多级菜单是指:在一个父菜单项目下面有多个子菜单, 子菜单下面又有多个孙菜单...,进入下层菜单主要依*当前选中的索引.有点象文件的目录结构. 本木从前实现这类的菜单主要*分层的switch语句,每层都是一个switch.但当我看到晓奇大侠的 程序和耳朵灌满lq等人的争论后,那时那地,我的心境变化了,我意识到指针代表了先进的生产力, 代表了社会的发展方向,是建设和谐社会的必要条件.
gisbook
- 这是一个绘图工具,可以画直线,等多种图形,还可以选中,编辑-This is a tool for painting . You can use it to draw all kinds of figures including lines. You can also select and edit them .
SelectFilesPath
- 该程序实现了在CFileDialog中,一次选中多个文件时,文件路径的处理-the program in CFileDialog, a selected number of documents, document processing path
SelectFilesPath_new
- 该程序实现了对读取多个文件的文件路径的处理,将选中的多个文件路径显示在列表中,还实现了对某个文件夹的选择,并可将选中文件夹的路径显示在列表中-the program achieved a number of documents to read in the paper path, it will select a number of file path displayed in lists, but also to achieve a certain folder options could b
sendlss
- 本代码演示了选中 任务管理器 列表控件中的某一项-demonstration of the code selected Task Manager list controls in a certain
移点
- mapgis二次开发用来统一移动选中的mapgis点图元-mapgis second development to unify mobile selected mapgis Maps yuan
SuperScreenSnap
- 轻松抓图袖珍版,可以帮你轻易抓取屏幕上任意你想要抓取的活动窗口,按F3键将选中图像复制到系统剪切板中,方便你随时、随地粘贴使用! 同时,您还可以将已经抓好的图形保存到本地硬盘上,以便直接打开使用!-F3! then use open!
高亮显示选中目标
- GIS开发,使用插件实现选中部标的高亮显示-GIS development, the use of plug-in the Department of achieving the target selected highlights
ImageProcess
- 树形显示文件夹,选中文件夹会在右侧显示文件夹下所有图片,点击预览图片实现打开查看原图(Tree display folder, the folder will be displayed on the right side of the folder under all the pictures, click on the preview picture to open the view of the original picture)
expandableListView实现childView选中效果
- 实现自动选中的expandableListview(implement the auto-checked expandableListview)
66测试选中
- checkbox选中测试 实现根据后台返回的ID来选中已经存在的状态(checkbox To achieve the selected existing state according to the background of the returned ID)
Create3DSets
- 根据几何位置选中几何区域内的单元,可以设置多层选取(The unit in the selected area according to the geometric position)
ANSYS 导出选中的单元信息
- 直接在ANSYS中File Read input from就行,导出选中的单元信息,比较方便,不用使用自带的list了。