CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - VC 菜单

搜索资源列表

  1. DynaMemu

    0下载:
  2. 动态添加、删除菜单,VC++源码,VS环境也可以编译-VC++ source, dynamically add and delete menu, VS environment can also be compiled
  3. 所属分类:Menu control

    • 发布日期:2017-04-16
    • 文件大小:17300
    • 提供者:zhj
  1. vctoolbarhidden

    0下载:
  2. VC.NET关闭(隐藏)工具栏按钮的文字提示,在“视图”菜单中选择“关闭工具栏提示”功能,当你把鼠标再次移上工具栏上那些Button按钮的时候,文字提示就不会再出现了,实际上,有这样一个菜单提示效果,我们是舍不得关掉它的哦。项目运行于visual Studio平台,编译源码需要先下载VS。   这一句代码需要注意:CTestDoc* CTestView::GetDocument() const // 非调试版本是内联的。-VC.NET Close (hide) toolbar button
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:55006
    • 提供者:apudn69
  1. Graphic

    0下载:
  2. 画图,孙鑫VC视频中的案例,画点、线、矩形以及椭圆,设计菜单编程-graphic,draw dot,line,rect.add bitmap
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-16
    • 文件大小:3718597
    • 提供者:朱朱
  1. MCIWndPlayer

    0下载:
  2. VC++模拟MCIWndPlayer,播放器源码,播放的文件在代码里写着,自己修改下可预览播放效果,要拖放播放进度,带有一个简单的菜单-VC++ simulation MCIWndPlayer, player source, playback files written in code, under their own modifications to preview playback, drag and drop the player to progress, with a simple me
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:24132
    • 提供者:
  1. 001

    0下载:
  2. 自绘功能菜单,windows平台,VC开发环境-Windows Professional 2000 Microsoft Visual C++
  3. 所属分类:Menu control

    • 发布日期:2017-05-08
    • 文件大小:1953560
    • 提供者:郭先生
  1. ShortCut

    0下载:
  2. VC++建立桌面或开始菜单快捷方式,初学者下载,大牛绕道。-VC++ create a desktop or Start menu shortcut, beginners download, Daniel Bypass.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:19861
    • 提供者:huajingtian
  1. MyICQ

    0下载:
  2. 一款VC++编写的精仿QQ2008窗体及分类菜单源代码。 -A fine imitation QQ2008 VC++ written form and sort menu source code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:132806
    • 提供者:huajingtian
  1. bcmenu

    0下载:
  2. VC++在菜单前页添加图标,为了方便其间,这里使用了BCMenu,通过该类可以实现图标菜单的效果。首先生成BCMenu类对象,然后用LoadMenu 函数将菜单资源与菜单对象联系起来,接着通过ModifyODMenuA 函数修改某个菜单项的图标,最后将其设置为CMainFrame 的菜单-VC++ to add an icon in the menu First, in order to facilitate the meantime, here used BCMenu, the effect
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:50231
    • 提供者:bpudn79
  1. MCIWndPlayer

    0下载:
  2. VC++模拟MCIWndPlayer,播放器源码,播放的文件在代码里写着,自己修改下可预览播放效果,要拖放播放进度,带有一个简单的菜单。-VC++ simulation MCIWndPlayer, player source, playback files written in the code, make changes to the next can preview playback, drag and drop the player to progress, with a simple m
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:23611
    • 提供者:bpudn82
  1. ShortCut

    0下载:
  2. VC++为你的应用程序创建和删除快捷方式,添加开始菜单程序组菜单,这里首先利用OLE通过调用CoCreateInstance()函数建立一个IID_IShellLink实例,并同时得到其接口指针。利用这个接口指针可以对其各项属性进行设置。为了使这些信息以快捷方式的数据文件(*.lnk)格式保存起来,还需要从IID_IShellLink对象取得其 IID_IPersistFile接口指针,以便于调用其成员函数Save(),保存前面设置的信息。删除快捷方式就更简单些了,具体请参阅代码吧。-VC++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:15081
    • 提供者:jpudn84
  1. treelist

    0下载:
  2. 一个VC++树控列表控件例子TreeList Src源码,生成类似Windows资源管理器风格的树形菜单,可展开折叠目录,用在窗口左侧右侧都可以,VC++ TREELIST源代码例子,欢迎初学者参考。-A VC++ tree control list control example TreeList Src source, generating similar to Windows Explorer style tree menu, expand folding directory, use t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:50356
    • 提供者:wpudn19
  1. multicol_combo

    0下载:
  2. VC++ multicol_combo实例,组合框例子,在窗体的菜单栏使用下拉列表框,新手参考,本VC源码可直接编译成功。-VC++ multicol_combo instance, a combo box example, in the form of a menu bar using the drop-down list box, novice reference, the VC source code can be directly compiled successfully.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:27381
    • 提供者:gpudn48
  1. CTRLTEST

    0下载:
  2. VC++自定义的CTRL控件包括按钮CList等代码实例,这些控件中包括了一些带图像的动态按钮、带颜色的ListBox、以及一些自定义的菜单等,这些小控件对窗体美化来说比较有用,如果你是VC编程新手,这些例子是有必要学习一下的-VC++ CTRL custom controls including buttons CList and other code examples, these controls include a number of dynamic buttons with image
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:51314
    • 提供者:gpudn48
  1. DuilibFix

    2下载:
  2. VC++漂亮窗口,仿新版360安全卫士主界面,支持异性窗口、窗口阴影,可以通过拖动窗口边缘改变窗口大校包括窗口上的那些图标菜单的鼠标悬停动作,都与现在的360卫士界面十分相似。-VC++ beautiful windows, fake version of the 360 ​ ​ security guards the main interface, support for heterosexual windows, window shading, you can chang
  3. 所属分类:Windows Develop

    • 发布日期:2016-07-30
    • 文件大小:680960
    • 提供者:kpudn8
  1. dongtaimenu

    0下载:
  2. 动态更改菜单,VC++ 动态更改菜单,新手通过这个例子源码相信就学会了如何在VC下制作一个动态菜单,如何动态添加菜单选项,实际上这就是一个普通的窗体菜单实例,高手请绕行。-Dynamically change the menu, VC++ to dynamically change the menu, the source believes that the novice through this example to learn how to create a dynamic menu in
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:26885
    • 提供者:kpudn24
  1. bcmenus

    0下载:
  2. 菜单前面带小图标的VC++特色菜单,Windows系统中有很多是这种菜单,貌似大家都见的再熟悉不过了,不过做 为一个VC菜鸟,仍然不知是如何做出来这种效果的,那么看了这个源码相信你就会明白其中的原理了-In front of the menu with a small VC++ special menu icons, Windows systems have a lot of this is the menu, looks like we all see too familiar, but th
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:67472
    • 提供者:kpudn26
  1. EnabledMenu

    0下载:
  2. EnabledMenu VC++禁用开启某些菜单项,在如图所示的窗体菜单中,若点击“禁用菜单项”后,基础信息管理中的“图片信息添加”则变成灰色了,不能点击了,类似于禁用了该菜单项,若启用菜单项则可重新恢复菜单功能-EnabledMenu VC++ to disable certain menu items opens, as shown in the Form menu, if click "disable menu items", the basic information managemen
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:224013
    • 提供者:7ANM1A7
  1. PopMenu

    0下载:
  2. VC++ PopMenu弹出式菜单例子源码,弹出式菜单(PopMenu)在程序界面上单击鼠标右键弹出的菜单就是弹出式菜单。通常情况下,或在窗体菜单栏内点击菜单时弹出,属于较基本的常用菜单了,希望VC++新手们可以参考哦-VC++ PopMenu example source pop-up menu, the pop-up menu (PopMenu) in the program interface, right-click pop-up menu is a pop-up menu. Under
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:21981
    • 提供者:wpudn22
  1. CheckTree

    0下载:
  2. VC++使用TreeView的例子,在左侧展开的Tree菜单中,鼠标勾选其值,程序将判断你选中的节点,并将选中值显示在右侧方框中。本代码主要是演示如何判断Tree树形控件的节点是否被选中,选中的节点是哪一个,并获取其值,对VC新手使用TreeView有指导作用。-VC++ example uses a TreeView on the left to start the Tree menu, mouse, check its value, the program will determine yo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:42360
    • 提供者:kpudn35
  1. ScreenSwitch

    0下载:
  2. VC++ ScreenSwitch全屏切换的窗口,MultiScreen窗口的源代码,点击“view”菜单里可切换不同的窗口视图,例子过于简单,不过原理大致是如此,欢迎参考。-VC++ ScreenSwitch toggle fullscreen window, MultiScreen source code window, click on the "view" menu to switch between different window view, simplistic example,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:34615
    • 提供者:kpudn42
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com