WOW控件可將Internet Explorer ActiveX(IEX)組件轉(zhuǎn)換成一種可編程的ActiveX組件。通過在代碼中點擊鼠標,就可在用戶的VB程序或者接收HTML事件中嵌入IEX。WOW控件允許用戶做那些原始IEX組件不能做的事情,如禁用上下文菜單、熱鍵和窗口的邊界控制等。WOW控件能和EzStor文件無縫工作,使得用戶程序的所有HTML/圖像的內(nèi)容存儲在單一文件中。
WOW turns the Internet Explorer ActiveX component (IEX) into a programmable ActiveX component. Embed IEX in your VB programs and receive HTML events such as mouse clicks back in your code. WOW allows you to do things you cannot do with the raw IEX component, such as disable the context menu, accelerator keys and control the window border. WOW can seamlessly work with EzStor files to store all of your program's HTML/graphic content in a single file.
需要培訓、定制、外包?
請聯(lián)系我們!:800018081
慧都專業(yè)技術(shù)團隊幫助您提高效率,節(jié)省成本,降低風險!
* 關(guān)于本產(chǎn)品的分類與介紹僅供參考,精準產(chǎn)品資料以介紹為準,如需購買請先行測試。
WOW(Web on Windows)控件是一種ActiveX控件,它高于Microsoft的web瀏覽器控件。其在一些重要的方面的功能要強于web瀏覽器控件,它對web瀏覽器控件編程的高效性是極其重要的。WOW控件結(jié)合web瀏覽器控件的COM接口,為用戶提供了一個自定義的IDocHostUIHandler回調(diào)接口,用來從web瀏覽器接收事件,并以COM事件的形式傳輸它們。用這個新版本的WOW控件,用戶可以獲得從IDocHostUIHandler和DwebBrowser2Events接口激活的所有事件,這樣相對于web瀏覽器,用戶可獲得更多的控制權(quán)。為了讓用戶獲得一個產(chǎn)品,我們在保留了老版本的所有優(yōu)秀特性外,還在新版本中加入了一些新的特性。
下面列出的是web瀏覽器控件不能做到,而WOW控件能做到的一些特性:
- 通過在web頁中點擊鼠標,用戶可直接進入應(yīng)用程序代碼;
- 可設(shè)置邊界的風格和禁用上下文菜單(或者用戶自己的外觀);
- 可在web瀏覽器控件中禁用任何或者所有熱鍵;
- 可顯示或者隱藏窗口邊界;
- 可設(shè)置邊界顏色;
- 可允許或者禁用3D邊界;
- 可設(shè)置用戶自己的IdropTarget接口來控制Drag/Drop選項;
- 可從VB或者.NET中使用IE 5.5打印模板;
- 可通過屬性設(shè)置HTML,就如使用導(dǎo)航欄一樣;
- 可設(shè)置平面或者3D風格的滾動條;
- 在窗體中,WOW控件和其他控件之間有可通過一種新的“控制器方式”來修復(fù)標簽問題;
- 可使用HSP來創(chuàng)建Windows程序,包括動態(tài)創(chuàng)建HTML內(nèi)容;
- 當然還有很多其它特性,這里不再一一贅述。
The Web On Windows (WOW) control is an ActiveX control that hosts the Microsoft webbrowser control. WOW enhances the webbrowser control in several important ways that are essential for effective webbrowser control programming. WOW hooks into the COM interfaces of the webbrowser control for the purpose of providing a custom IDocHostUIHandler callback interface to receive events from the webbrowser, and passes them on in the form of COM events. With this new version of WOW, you get all of the events fired from the IDocHostUIHandler and DWebBrowser2Events interfaces to give you much greater control over the webbrowser. We have kept all of the good things from the original version, and added some new ones to give you the best product ever.
Here is a list of things you CAN DO with WOW that you cannot easily do with the plain webbrowser control:
- Pass webpage mouse click events through to your containing application code.
- Set the border style and disable the context menu (or display your own).
- Disable and any or all accelerator keys on the webbrowser control.
- Show or hide the window border.
- Set the border color.
- Enable or disable the 3-D border.
- Set your own IDropTarget interface to control Drag/Drop operations.
- Use IE 5.5 Print Templates from VB or .NET.
- Set HTML via a property as well as Navigate.
- Set the scrollbar style to Flat or 3D.
- New "Controller mode" fixes tabbing problems between WOW and other controls on the form.
- Use with HSP to create great Windows programs that contain dynamically created HTML content.
- And more.