搜索资源列表
创建分层窗口实现图像渐变
- 1、有没有方法创建一个半透明的窗口,并将该窗口上发生的所有鼠标事件都传递到桌面或另一个应用窗口处理? 2、我正在写一个幻灯显示程序,该程序要显示JPEG图像序列。我使用了 2002年三月刊专栏文章中的 CPicture 类来绘制图像(参见:C++ Q&A: Do You Have a License for that GIF? PreSubclassWindow, EOF in MFC, and More)。那个程序运行得很好。但我现在想添加从某一张图像到下一张图像的渐变特性。我在网页
FlashPlay
- 根据网友的说明做的Flash播放器,压缩文件里有两个网页是介绍这个的;这里就不多写了。-netizens under the instructions of the Flash player, compressed document are two of the website is to introduce; You do not have written.
我的
- 用JAVA编写的记事本校程序,嵌入网页运行,比较漂亮,供大家参考。-with Java memo prepared by the school's procedures, embedded web operation, more beautiful, for your reference.
45335HTML2TXT
- HTML2TXT转换工具,用于HTML的网页解析。-HTML2TXT conversion tools for HTML web analytic.
shui123
- 文件列表: 用ASP实现基于数据库的网页加密.doc Password.asp PWDPAGE.ASP users.mdb -documents list : ASP-based website database encryption. doc Password.asp PWDPAGE. ASP users.mdb
myhtmlsrc
- 对话框内部打开HTML网页,利用默认浏览器打开网页,利用网页对话框函数打开网页 近期工作需要,在网上找了一些有关在自己程序中显示打开网页的程序,为了方便各位同仁使用及理解,我把它们重新编写成类,去掉了原先一些没有多大用处的函数,也是为了便于正常使用,一目了然!
DownloadTool
- Java 下载工具,可用于任何网络,任何网页,进行小量东西下载.
0378
- 在开发应用程序时,有时需要在程序中浏览网页中的内容,这里给大家推荐一个方法。
sl
- 动态切分串口,在视图中显示网页 ,Tree控件的相互调用 等等
MyIDE
- 一牛人实现的简单IDE程序,压缩文件内附有网页文件对程序实现原理进行说明!
DlgIE
- 像kugoo一样可以在自己的对话框里加入网页的浏览。非常不错!
Reusing_DHTML_example
- 基于网页的windows对话框程序,类似诺顿和windows的控制面板的样子-Web-based windows dialog box procedure, similar to Norton windows and a control panel appearance
HTTP
- VC抓取网页内容,并下载保存至本地服务器,利用正则表达式提取并上传至数据库-VC crawl web content, and download and save to the local server, use regular expressions to extract and upload to the database
webdesk
- web桌面源码。以网页形式打开,继承了Ku6,优酷,公交,列车,豆瓣fm等,方好用-web desktop source. Open a web page, inherited Ku6, Youku, bus, train, watercress fm, etc., useful side
googlehtml-webbrowser_dialog_googlemap
- vc 在对话框中显示google地图网页-vc google map displayed in the dialog box page
drag_ScrollViewer_from_wpfhome
- Silverlight 上控件的拖动源码,对需要通过网页拖动控件的朋友很有帮助-Silverlight on the drag source control, the need for control through the web page drag helpful friends
View_page_souce_VB
- 网页源码查看VB 用于查看网页源码-View page source VB
Option
- 如何使用滚动条形成网页效果的滚动 -How to use the scroll bar effect of the formation of the page scroll
shichuangliulanwangye
- 子视窗窗口中嵌入网页,可以同时打开多个网页,为同时浏览多个网页提供了方便。-Sub-window window embedded in web pages, you can open multiple web pages simultaneously, in order to simultaneously browse multiple web pages to provide more convenient.
Interactive
- 我们目前的项目程序普遍使用 Delphi 客户端内嵌 Internet Explorer 的方式实现,在开发过程中,由于不同的页面经常需要做一些特殊的处理,从而经常涉及到网页和客户端交互的过程。 在以往的项目中,我们大都通过在 Delphi 中捕获浏览器某个对象的事件的方式来解决,随着需要交互的地方越来越多,客户端的代码也由于增加了大量的代码变得难以维护,同时这些代码页不具有通用性,一旦换到另一个项目,绝大部分的事件处理代码随之废弃。而从网页向客户端传递数据我们以前大都采