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

搜索资源列表

  1. ContextMenuDemo

    0下载:
  2. C#2008中,ContextMenuStrip右键弹出菜单事件改成左键弹出菜单,弹出菜单定位在按钮左下角,单击右键无效(不弹出菜单)。-C# 2008 in, ContextMenuStrip event into left-right pop-up menu pop-up menu, pop-up menu buttons located on the lower left corner, right-click is invalid (not pop-up menu).
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:49176
    • 提供者:乐乐
  1. MyPlayer

    0下载:
  2. 不错的播放器,功能完全,强大!支持视频和MP3文件 运用了,很多winForm中很强的控件: OpenFileDialog:用于打开文件对话框的 Filter 属性可以控制格式 ContextMenuStrip:鼠标右键菜单 Items 添加右键菜单 MenuStrip:菜单栏 AxWindowsMediaPlayer:媒体播放器 引用与com组件 ListBox:列表 FolderBrowserDialog:用于打开文件夹对话框的-A good player, fe
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:259494
    • 提供者:lin
  1. 2

    0下载:
  2. 菜单和工具栏使用,掌握下拉菜单控件MenuStrip、内容菜单控件ContextMenuStrip、工具栏控件TooStrip和工具栏容器控件TooStripContainer控件的使用。-Menus and toolbars using the drop-down menu to master control MenuStrip, the contents of the menu control ContextMenuStrip, toolbars and toolbar controls T
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:51904
    • 提供者:Eliza
  1. CS_N

    0下载:
  2. C#记事本的详细设计过程,更轻松的设计记事本。 (1)项目的创建。 (2)Windows窗体的创建和使用。 (3)几种对话框的使用。 (4)“ToolStrip”、“ContextMenuStrip”等控件的使用。 (5)鼠标事件以及键盘事件。 (6)窗体的调用。-C# Notepad detailed design process, the design of notebook easier. (1) the creation of the project. (2)
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2303257
    • 提供者:aiyu
  1. ContextMenuStrip

    0下载:
  2. 详细展示了右键弹出菜单的处理机制,响应事件等,较好地演示了该控件需要注意的一些技巧。-Shows in detail the context menu handling mechanism in response to events, to better demonstrate the need to pay attention to some of the control techniques.
  3. 所属分类:software engineering

    • 发布日期:2017-04-23
    • 文件大小:29438
    • 提供者:于爱清
  1. APP

    0下载:
  2. 大二寒假在家,应正在做会计工作的家人要求,制作了这么一个方便统计产品信息的软件,力求小巧简单。由于目标客户非常明确,加之本人对会计并不了解,因而不知此产品实用性如何。但可作为C#学习的参考,设计面向对象、XML文件操作、UI设计、ListView、ContextMenuStrip等控件,比较规范。姑且命名为“小小小会计”好了。-Sophomore winter break at home, are doing the accounting work of the family, made 
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:537839
    • 提供者:Cloris
  1. RestaurantManagementSystem

    0下载:
  2. 餐饮管理系统(C#3.5+MicrosoftSQLServer2000)验证不同权限登录用户的方法、使用ListView控件制作桌台显示、使用MenuStrip控件制作系统菜单栏、使用ContextMenuStrip控件制作桌面右键菜单、开发餐饮管理系统的具体流程-Restaurant Management System (C# 3.5+ MicrosoftSQLServer2000) verify different permissions to the logged in user meth
  3. 所属分类:Hotel software system

    • 发布日期:2017-05-11
    • 文件大小:2460901
    • 提供者:于丽莎
  1. lizi

    0下载:
  2. menustrip和contextmenustrip的基本用法,对初学这会有很大帮助-basic usage of menustrip and contextmenustrip of this would be a great help for beginners
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:88730
    • 提供者:高海松
  1. csharptraysrc

    0下载:
  2. C#系统托盘程序示例源代码,知识点:    1、添加一个 NotifyIcon 组件和一个 ContextMenuStrip组件到主窗体    2、设置notifyIcon1控件的ContextMenuStrip属性为 contextMenuStrip1,将用户单击托盘图标显示的菜单指向 contextMenuStrip1    3、notifyIcon1.Visible = true //显示托盘图标    4、this.ShowIcon = true //应用程序窗口
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:31436
    • 提供者:tpudn21
  1. DragNoFrameWindow

    0下载:
  2. C#编程实现拖动无边框、无标题栏的窗体,实例需设置窗体的FormBorderStyle属性为None、设置ContextMenuStrip属性为当前添加的实例,用到了user32.dll中的API函数,用来释放被当前线程中某个窗口捕获的光标。-C# Programming drag no borders, no title bar of the form, examples need to set the form' s FormBorderStyle property to None,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:60317
    • 提供者:三鲜丸子
  1. 06

    0下载:
  2. 1.验证不同权限登录用户的方法 2.使用ListView控件制作桌台显示 3.使用MenuStrip控件制作系统菜单栏 4.使用ContextMenuStrip控件制作桌台右键菜单 - 1. Verify that the logged-on user permissions of different methods 2. Use the ListView control desk sets display production 3. Use the MenuStri
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:950698
    • 提供者:陈玉挺
搜珍网 www.dssz.com