搜索资源列表
MyPaint
- Demo paint program using win32 api
vcAPI
- vc++API的典型运用,创建窗口,画图,与键盘联系。-vc++ API typically used to create windows, paint, and the keyboard contact.
paint
- windows 画图程序,调用windows API,比较简单-windows drawing program, call the windows API, relatively simple
TestAero
- 双缓冲的aero玻璃效果下的文字输出,是用BufferPaint(vista/win7独有的api实现的)是无闪烁的,也不需要用gdiplus先把文字栅格化到位图上。-Double buffer text render out with aero, use buffer paint api, no gdi plus, no blink.
DrawWithWindowsAPI
- 利用VC使用Windows提供的api进行画图,实现了一些小动画的效果-Using the visual studio 2010 to paint some wonderful things
Non-Rectangular-Window-Source-Code
- A small sample showing how to create a non-rectangular window. Windows provides an API called SetWindowRgn() that makes it easy for applications to create irregularly shaped windows. Then you need to catch the WM_NCHITTEST, WM_NCACTIVATE and WM_NCP
