CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - microsoft paint

搜索资源列表

  1. 87686

    0下载:
  2. Acrylic是微软刚刚启动的类似于Photoshop的设计软件,主要设计思想是取代Windows中内置的Microsoft Paint画图程序,像PS一样,Acrylic具有“层”的概念,这会给绘图带来不少方便.目前微软提供了一个180天测试版本. -AcrylicPhotoshop,WindowsMicrosoft Paint,PS,Acrylic,.180.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5.8kb
    • 提供者:hf
  1. treeview_with_paint_robin

    0下载:
  2. 在微软的.NET 的Forms窗口控件中,比如Treeview和ListView,仅仅是对通用控件的简单封装,因此他们不正常的引发Paint事件。微软所发布内容中,能看到的唯一建议就是设置控件的ControlStyles.UserPaint类型,然后自己为控件做所有的绘图操作。-in Microsoft's.NET Forms Control window, For example, Treeview and ListView, only to the general controls
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:36.25kb
    • 提供者:陈军
  1. treeview_with_paint_robin

    0下载:
  2. 在微软的.NET 的Forms窗口控件中,比如Treeview和ListView,仅仅是对通用控件的简单封装,因此他们不正常的引发Paint事件。微软所发布内容中,能看到的唯一建议就是设置控件的ControlStyles.UserPaint类型,然后自己为控件做所有的绘图操作。 -In Microsoft' s. NET Windows Forms control of, such as Treeview and ListView, only a simple general-purpos
  3. 所属分类:TreeView

    • 发布日期:2017-04-06
    • 文件大小:47.39kb
    • 提供者:z
  1. WindowsApp080422

    0下载:
  2. c#程序的设计理念之一是向后兼容性,有利于版本的升级,和应用程序的可移植。这是一个画图程序,仿照微软的画图功能制作。旨在体现这一点。-c# procedure design concept is one of backward compatibility, there is in favor of versions of the upgrade, and applications can be transplanted. This is a Paint program, modeled on M
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:89.56kb
    • 提供者:张宽
  1. Paint

    0下载:
  2. A program that draws rectangles and ellipses of the specified size and color in Microsoft (R) Paint. Note: Microsoft (R) Paint must be open in order for this to work.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4.84kb
    • 提供者:bedrohung
  1. TreeViewWithPaint

    0下载:
  2. 在微软的.NET 的Forms窗口控件中,比如Treeview和ListView,仅仅是对通用控件的简单封装,因此他们不正常的引发Paint事件。微软所发布内容中,能看到的唯一建议就是设置控件的ControlStyles.UserPaint类型,然后自己为控件做所有的绘图操作-In Microsoft' s. NET Windows Forms control of, such as Treeview and ListView, only a simple general-purpose
  3. 所属分类:TreeView

    • 发布日期:2017-04-04
    • 文件大小:48.16kb
    • 提供者:雷生
  1. [____A_Pro1857672252005

    0下载:
  2. A program that draws rectangles and ellipses of the specified size and color in Microsoft (R) Paint. Note: Microsoft (R) Paint must be open in order for this to work.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:6.04kb
    • 提供者:me
  1. Paint

    0下载:
  2. 能实现微软画图的截取图片,屏幕截图的功能,复制黏贴等-Microsoft Paint to achieve the interception of images, screenshots of the function, copy paste, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:3.97mb
    • 提供者:张强强
  1. drawpainv1.3aa

    0下载:
  2. Application programmed in Microsoft Visual Studio 2010 based on the MFC Doc / View Architecture. The program is used to draw lines and objects. A typical paint-type program. Package contains all necessary source code of the project classes.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-17
    • 文件大小:24.92mb
    • 提供者:az
  1. DirectUI

    0下载:
  2. DirectUI意为直接在父窗口上绘图(Paint on parent dc directly)。即子窗口不以窗口句柄的形式创建(windowless),只是逻辑上的窗口,绘制在父窗口之上。微软的“DirectUI”技术广泛的应用于Windows XP,Vista,Windows 7,如浏览器左侧的TaskPanel,控制面板导航界面,Media Player播放器,即时通讯工具MSN Messager等。   DirectUI好处在于可以很方便的构建高效,绚丽的,非常易于扩展的界面。国外如
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-02
    • 文件大小:291.09kb
    • 提供者:lbsx7gs
  1. Project1

    0下载:
  2. 使用无窗口透明控件,好处是控件不是从窗口类继承而来的,可以节省一些内存资源,难点是鼠标控制和坐标计算,缺点是无法直接响应键盘事件。而且,需要注意的是,在Paint事件里,坐标是从(0,0)开始的,而在其它地方,坐标是相对于容器的。缺点是设计时,无法用鼠标点选控件(只能用键盘移动),微软公司也在MSDN里说了这是一个BUG,但至今未解决。 好了,废话俺不说了,打开VB6,新建一个“标准 EXE”,然后添加一个用户控件,把控件的BackStyle属性设置为“透明”,把Windowles
  3. 所属分类:Shell api

    • 发布日期:2017-04-14
    • 文件大小:3.49kb
    • 提供者:hanxu
搜珍网 www.dssz.com