搜索资源列表
87686
- Acrylic是微软刚刚启动的类似于Photoshop的设计软件,主要设计思想是取代Windows中内置的Microsoft Paint画图程序,像PS一样,Acrylic具有“层”的概念,这会给绘图带来不少方便.目前微软提供了一个180天测试版本. -AcrylicPhotoshop,WindowsMicrosoft Paint,PS,Acrylic,.180.
treeview_with_paint_robin
- 在微软的.NET 的Forms窗口控件中,比如Treeview和ListView,仅仅是对通用控件的简单封装,因此他们不正常的引发Paint事件。微软所发布内容中,能看到的唯一建议就是设置控件的ControlStyles.UserPaint类型,然后自己为控件做所有的绘图操作。-in Microsoft's.NET Forms Control window, For example, Treeview and ListView, only to the general controls
treeview_with_paint_robin
- 在微软的.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
WindowsApp080422
- 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
Paint
- 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.
TreeViewWithPaint
- 在微软的.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
[____A_Pro1857672252005
- 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.
Paint
- 能实现微软画图的截取图片,屏幕截图的功能,复制黏贴等-Microsoft Paint to achieve the interception of images, screenshots of the function, copy paste, etc.
drawpainv1.3aa
- 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.
DirectUI
- DirectUI意为直接在父窗口上绘图(Paint on parent dc directly)。即子窗口不以窗口句柄的形式创建(windowless),只是逻辑上的窗口,绘制在父窗口之上。微软的“DirectUI”技术广泛的应用于Windows XP,Vista,Windows 7,如浏览器左侧的TaskPanel,控制面板导航界面,Media Player播放器,即时通讯工具MSN Messager等。 DirectUI好处在于可以很方便的构建高效,绚丽的,非常易于扩展的界面。国外如
Project1
- 使用无窗口透明控件,好处是控件不是从窗口类继承而来的,可以节省一些内存资源,难点是鼠标控制和坐标计算,缺点是无法直接响应键盘事件。而且,需要注意的是,在Paint事件里,坐标是从(0,0)开始的,而在其它地方,坐标是相对于容器的。缺点是设计时,无法用鼠标点选控件(只能用键盘移动),微软公司也在MSDN里说了这是一个BUG,但至今未解决。 好了,废话俺不说了,打开VB6,新建一个“标准 EXE”,然后添加一个用户控件,把控件的BackStyle属性设置为“透明”,把Windowles