搜索资源列表
windowless.zip
- 支持非窗口控件的容器
Windowless
- DirectShow编写的播放器,初学者很好的实例教学
RichDrawText_demo
- How to use the windowless RichEdit control, one of Microsoft s less well-documented APIs
WindowlessMedia.zip
- Windowless 技术实现, 实现没有窗口句柄的窗口...,Windowless technology to realize there is no window handle of the window ...
SMUI
- 一个DirectUI库Demo源码, 包括无窗口富文本框(windowless richedit)。基于xml进行配置。仅供参考。-A source code Demo of DirectUI library \, including windowless richedit. Xml-based configuration. For reference only.
windowless
- 支持非窗口控件的容器 -The container support non-window control
Win32Test_repaired
- Windows环境下的"windowless RichEdit",也叫做"无窗口控件",从网上下载后修复了其中的一些Bug,重新发布,能够正常运行.-Windows environment windowless RichEdit , also known as no window controls, downloaded from the Internet after the restoration of some of the Bug, to republish, to normal o
Windowless
- Windowless directshow
UIwindowless
- windowless模式窗口,适合开发UI引擎,能从外部注入消息-windowless mode window, suitable for development of UI engine, from the outside into the message
Windowless
- 来自于codeproject上的针对flash开发的c++爱好者使用。请同时保留原著的备注信息-from codeproject
ScrollDialog
- windowless richedit show how to use richedit20
DirectUI
- DirectUI意为直接在父窗口上绘图(Paint on parent dc directly)。即子窗口不以窗口句柄的形式创建(windowless),只是逻辑上的窗口,绘制在父窗口之上。微软的“DirectUI”技术广泛的应用于Windows XP,Vista,Windows 7,如浏览器左侧的TaskPanel,控制面板导航界面,Media Player播放器,即时通讯工具MSN Messager等。 DirectUI好处在于可以很方便的构建高效,绚丽的,非常易于扩展的界面。国外如
testUI
- DirectUI实现无窗口自绘,提高了输入密码的安全性。-DirectUI windowless self-drawn, enter a password security.
Windowless
- DirectShow中 对视频的 工作方式 里面有很多介绍 是SDK中的例子-DirectShow of video way of working there are many introduction is one of the examples from the SDK
WindowLessRichEdit
- 这是windows提供的windowless无窗rich edit-rich edit
Project1
- 使用无窗口透明控件,好处是控件不是从窗口类继承而来的,可以节省一些内存资源,难点是鼠标控制和坐标计算,缺点是无法直接响应键盘事件。而且,需要注意的是,在Paint事件里,坐标是从(0,0)开始的,而在其它地方,坐标是相对于容器的。缺点是设计时,无法用鼠标点选控件(只能用键盘移动),微软公司也在MSDN里说了这是一个BUG,但至今未解决。 好了,废话俺不说了,打开VB6,新建一个“标准 EXE”,然后添加一个用户控件,把控件的BackStyle属性设置为“透明”,把Windowles