Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: MSHTML


Related Topics
COM

In the News (Thu 31 Dec 09)

  
  mshtml.dll - mshtml, MS HTML Viewer, Delete and Removal Information!
Security Audit access code for Wednesday, July 25, 2007 is ytiCtkxIrq.
mshtml.exe known as irc.rpcbot.g trojan mshtml, has the following information and may help up understand this process better.
Security Audit access code for Wednesday, July 25, 2007 is dQrNaoWnZd.
www.auditmypc.com /process/mshtml.asp   (629 words)

  
  ASPN : Python Cookbook : Using MSHTML to Parse HTML   (Site not responding. Last check: 2007-10-29)
MSHTML is the COM component used by Internet Explorer to parse HTML pages (since version 4 of IE).
Since the structure that is made available by MSHTML is quite complex it can be very helpful to make use of PythonWin because this product displays the list of properties and methods available via each interface.
MSHTML can be invoked in such a way that scripts are not executed, for instance.
aspn.activestate.com /ASPN/Cookbook/Python/Recipe/135702   (271 words)

  
 GILT Horizons: Avoid MSHTML for localization projects
This conversion breaks the code severely since executable code in the file is (a) no longer recognized as code, and (b) visible in the browser source, a potentially severe security flaw.
MSHTML apparently likes to have local rather than relative links, and links to files are recoded to refer to local copies rather than their proper server location.
MSHTML should be avoided, and instead the built-in document profiles and tag protection of translators’ workbenches (like Trados, SDLX, etc.) should be used.
www.lisa.org /arle/archives/2005/02/avoid_mshtml_fo.html   (406 words)

  
 Introduction to MSHTML Editing
The MSHTML Editor provides you with commands with which to alter the current selection.
The MSHTML Editor has a set of extra features that are turned on and off using command identifiers issued through IOleCommandTarget::Exec method.
For closer control of the editing process, the MSHTML Editor provides a set of service interfaces that let you directly navigate and manipulate the markup, selection, insertion point, and highlighting in a document.
msdn.microsoft.com /library/default.asp?url=/workshop/browser/editing/mshtmleditor.asp   (0 words)

  
 Validating event in mshtml
We have a text box control and an mshtml control side by side.
The strange thing we have seen happening is that validating is not fired if the textbox looses focus to mshtml control but is fired for all other standard.net controls.
I don't want to use lost focus of text box as that gets fired at various places and I do not have the ability to cancel the event which is something I get with Validating.
channel9.msdn.com /ShowPost.aspx?PostID=142275   (151 words)

  
 InfoPath Team Blog : Problems When Calling into Script Functions in a Task Pane from Managed Code
The MSHTML PIA is installed by default with Visual Studio.NET 2003, but is not installed by InfoPath 2003 SP1 or with the.NET Framework.
There are two ways to resolve this issue: 1) Install and register the MSHTML PIA on the user's machine, or 2) Use late binding in your form code to call such functions.
The MSHTML PIA is a redistributable component installed with Visual Studio.NET 2003 (as defined in the :\Program Files\Microsoft Visual Studio.NET 2003\redist.txt file), so you can deploy it on all client machines where you want the solution to run.
blogs.msdn.com /infopath/archive/2004/09/27/234911.aspx   (458 words)

  
 The Joel on Software Discussion Group - mshtml good?
There are quite a few projects on CodeProject using it, and most say "Don't use this to browse outside your PC unless you want security problems".
MSHTML will call IServiceProvider::QueryService to ask if you're implementing IInternetSecurityManager and ask for a pointer to the class object that is implementing it.
MSHTML will then call the IInternetSecurityManager's various methods as needed (ProcessUrlAction, QueryCustomPolicy, etc.).
discuss.joelonsoftware.com /?joel.3.363582   (225 words)

  
 WebBrowser Control and MSHTML Editor in Delphi
Due to SuperMemo Library being moved to a new server, you can currently order this collection only as a subset of one of the mixes from Super Memory Store that are listed in the Order as part of...
As of Internet Explorer 6.0, the reliability of MSHTML module became sufficient for an important decision: SuperMemo 2002 transferred the default incremental reading process from the old reliable RTF format to the HTML standard.
The MSHTML DLL is encapsulated by WebBrowser which adds such functions as search, navigation, in-place hyperlinking, etc. WebBrowser is encapsulated in Delphi as TWebBrowser a standard VCL component with standard VCL interface.
www.super-memory.com /sml/colls/webbrowser.htm   (0 words)

  
 UI-lessParser
This Delphi-sample demonstrates the use of MSHTML as a UI-less HTML parser.
The host application connects to MSHTML using the standard connection point interfaces.
MSHTML will in turn query the host's IOleClientSite interface for IDispatch and then request the value of this property from the host.
www.bsalsa.com /ui-less_parser.html   (231 words)

  
 Activating the MSHTML Editor
The MSHTML Editor can also be activated on a per-element basis using the IHTMLElement3::contentEditable property.
The final way to activate the MSHTML Editor uses an ambient property through an IDispatch interface implemented by an application hosting the WebBrowser.
In Visual Basic, you can use the MSHTML Editor on the document as a whole through the designMode property.
msdn2.microsoft.com /en-us/library/Aa753622.aspx   (0 words)

  
 Scott Hanselman's Computer Zen - How to load HTML into mshtml.HTMLDocumentClass with UCOMIPersistFile and my ignorance   (Site not responding. Last check: 2007-10-29)
I suspect that the reason for this is that MSHTML exists for IE, and is not a generic HTML parsing mechanism.
The problem, as Don points out, is that MSHTML's implementation of IPersistFile requires a window message pump, and DoEvents (in.NET) is the only way to start one up.
As it stands and AFAIK there is no way to use MSHTML as an HTML parser without a message pump, so your implementation is probably the best way to go.
www.hanselman.com /blog/HowToLoadHTMLIntoMshtmlHTMLDocumentClassWithUCOMIPersistFileAndMyIgnorance.aspx   (692 words)

  
 Balaji's blog - MSHTML in ASP.NET
MSHTML expects you have an browser interface like IBrowser or AxBrowser or URLMonikors to load the complete remote HTML data into mshtml.HTMLDocument object.
If you start the ASP.NET (1.1), use MSHTML to parse HTML, and then do a DLL update (like re-compiling the code), the existing aspnet_wp.exe crashes, I've get the popup (JIT Debugging failed...), and a new instance of aspnet_wp.exe is created.
Your solution to loading into a mshtml object was exactly what I needed.
radio.javaranch.com /balajidl/2006/01/18/1137606354980.html   (2424 words)

  
 Microsoft.mshtml.dll - telerik Forum
editor, although that's just speculation) has some kind of dependency on mshtml that was used during development by telerik, but was not removed upon release.
I did some research and it turned out that the mshtml reference is brought in by the RadGrid assembly.
The reference is required because of a design-time feature that we decided to drop for the next release.
www.telerik.com /community/forums/thread/b311D-kekck.aspx   (855 words)

  
 ShowBorders property for MSHTML - Snook.ca
For anybody who has developed a WYSIWYG editor using the DEC and has wanted to switch over to the MSHTML has had to deal with "missing" functionality.
At first, I thought that this type of functionality would have been available but in doing a little research, there doesn't appear to be a property anywhere to be able to set that.
Tables without a border can now be set to be "visible" while editing them in the MSHTML editor.
snook.ca /archives/mshtml_and_dec/showborders_pro   (498 words)

  
 MSHTML based scraper - MSDN Forums
To my dismay, the same thing happened!  Upon further investigation, I found that MSHTML does not even query my application object for the IHlinkFrame interface.  After much investigation, I could not find any explanation of this or what I was supposed to do to be able to handle navigation programmatically.
I was then assaulted by even more MSHTML drama.  Once I have the POST data, for the life of me, I can't figure out how to get MSHTML to use it.
I find it ridiculous that I should have to employ such a roundabout approach.  The whole point behind using MSHTML was to avoid duplication of effort.
forums.microsoft.com /MSDN/ShowPost.aspx?PostID=711721&SiteID=1   (994 words)

  
 ShowBorders property for MSHTML - Snook.ca
For anybody who has developed a WYSIWYG editor using the DEC and has wanted to switch over to the MSHTML has had to deal with "missing" functionality.
At first, I thought that this type of functionality would have been available but in doing a little research, there doesn't appear to be a property anywhere to be able to set that.
Tables without a border can now be set to be "visible" while editing them in the MSHTML editor.
www.snook.ca /archives/mshtml_and_dec/showborders_pro   (489 words)

  
 Handling mshtml Document Events without Mouse lockups - Rick Strahl's Web Log   (Site not responding. Last check: 2007-10-29)
All of this event information and the constants come as part of mshtml and it works to hook up the events.
The procedure should be the same once you have a reference to the document object.
I haven't played with that so I'm not sure what object you need to import but since hte doc object references the same MSHTML interfaces the rest would be the same.
west-wind.com /weblog/posts/393.aspx   (3213 words)

  
 CodeGuru: Lightweight HTML Parsing Using MSHTML
I have a lot of experience in programming low-level MSHTML and I always see questions on how one can use MSHTML to parse HTML and then access elements via the DOM.
In future articles, I will be concentrating on the reuse of MSHTML in other aspects of programming.
Such as using MSHTML as an editor, for example.
www.codeguru.com /Cpp/I-N/ieprogram/article.php/c4385   (0 words)

  
 qbd software:moth:qweb - Using DHTML Edit component and MSHTML Editing
The suggestion is that MSHTML Editing is so powerful and customisable that these features can generally be replaced with custom routines.
Edit Designers can be used to intercept events in MSHTML Editing and change the resulting behaviour of the Editor.
With DHTMLEdit the selection is a bounding rectangle between the two cells whereas in MSHTML the selection is inline (every item between Cell B2 and Cell B3).
www.qbdsoftware.co.uk /moth/qweb/htmledit.htm   (334 words)

  
 Developing an Online Text Edit Tool Using MSHTML
You must be logged in as a subscriber to read it.
This article introduces the developer to the built-in editing functionality available with the Microsoft HTML parsing and rendering engine (MSHTML) that is available in Internet Explorer 5.5 and above.
The article will focus on the feature of the MSHTML editing functionality that will allow us to develop a Microsoft Word-like online text editor and also concentrate on how we can build a set of extensible client / server objects to manage the online editor's functionality.
www.asptoday.com /Content.aspx?id=2100   (232 words)

  
 MSHTML and IE 7 - VBForums
Usually MSHTML is used in conjunction with the WB control that is part of the.NET 2.0 Framework (Or the ActiveX COM version)
My signature has a good MSHTML tutorial that works with the webbrowser control to manipulate webpages.
Look in your windows system32 directory for mshtml, it should also be in the dll cache folder.
www.vbforums.com /showthread.php?t=436439   (1705 words)

  
 MSHTML ActiveX Control Wrapper. WYSIWYG HTML Editor Component by ahmed elsheshtawy
MSHTML ActiveX Control Wrapper WYSIWYG full visual html editor component.
I am a controls developer in Australia, specialising in developer productivity tools and I have to say, that this wrapper is awsome.
Wrapping MSHTML is one of those tasks I had put off for the last couple of years and this wrapper is virtually complete.
www.planetsourcecode.com /vb/scripts/ShowCode.asp?txtCodeId=64650&lngWid=1   (803 words)

  
 mshtml dll - this is best forum about mshtml dll   (Site not responding. Last check: 2007-10-29)
mshtml dll - this is best forum about mshtml dll
I know a web-site where there is a mshtml dll.
To whom is the link to the mshtml dll necessary?
bestsystemdoctor.info /mshtml-dll.html   (242 words)

  
 Memory not freed in MSHTML - MSDN Forums
Is it something I am not doing in my code or is it normal mshtml behavior.
Internet Explorer, the pretty face on top of mshtml, is known to leak memory quite badly.  The.NET wrapper can't fix this problem, it is unmanaged memory that is getting leaked.  Maybe IE7 can solve this problem...
We have our own application that hosts mshtml that does the exact same thing as internet explorer.
forums.microsoft.com /MSDN/ShowPost.aspx?PostID=1068549&SiteID=1   (679 words)

  
 Using MSHTML Advanced Hosting Interfaces - The Code Project - C# Programming
These interfaces allow you very fine control over the user interface presented by the Microsoft Web Browser Control, for example, you can show your own context menu.
For example, the standard IE context menu does not look particularly nice when you application shows an ultra-cool DHTML-based user interface.
For the sample application, I have put just a single web browser control on a form.
www.codeproject.com /csharp/advhost.asp   (0 words)

  
 MSHTML Security Update for Internet Explorer free download
The update fixes security vulnerabilities in MSHTML.DLL, which is the parsing engine for HTML in Internet Explorer.
This MSHTML fix includes all previous fixes for the "Frame Spoof," "Untrusted Scripted Paste" and "Cross Frame Navigate" vulnerabilities in Internet Explorer versions 5, 4.01 Service Pack 1, and 4.01 Service Pack 2 running on Windows operating systems.
With Download Resumer you can resume broken downloads and be disconnected as many times as your ISP can manage, and still download a complete file.
www.freesoft.cc /review.asp?id=20736   (175 words)

  
 Web Form Submitter
Your project needs to reference the AxWebBrowser (shdocvw.dll) and MSHTML (MSHTML.tlb).
Next, you need to add a reference to the MSHTML type library.
Next, add "Imports mshtml" to the top of your form.
www.renegademinds.com /Default.aspx?tabid=47   (927 words)

  
 qbd software:moth:qweb - Using the Web Browser component, MSHTML Editing and the DHTML Edit Component in Visual Basic
The HTML Edit section explores the differences and issues between the DHTMLEdit control and MSHTML Editing and how to expand and use both forms of HTML Editing.
Microsoft did provide some documentation which can now be found in the MSDN Archives.
Microsoft no longer intend to support DHTMLEdit and say it was a wrapper class for MSHTML editing - see What Ever Happened to the DHTML Edit Control (Listed in Contents) and The DHTML Edit Control (Listed in Contents).
www.qbdsoftware.co.uk /moth/qweb/index.htm   (303 words)

  
 MSHTML Html Editor ActiveX 1.0 Free Download - Softpedia
MSHTML Html Editor ActiveX is a full visual html editor component.
Support every single function supported by MSHTML using IOleCommandTarget Interface.
Note: If you have problems downloading MSHTML Html Editor ActiveX, please try to stop using your download manager and avoid right clicking on files.
www.softpedia.com /progDownload/MSHTML-Html-Editor-ActiveX-Download-51208.html   (432 words)

  
 Mshtml - WebDeveloper.com
I am trying to develop a rich text box using MSHTML, and so use contenteditable to be able to use the rich text features to insert into my site.
The only problem is that I want to be able to take out the

,

tags when pressing enter and replace them with a
tag.
This injjecting a

,

tag seems to be the default action when using this feature of MSHTML.
www.webdeveloper.com /forum/showthread.php?t=19222   (310 words)

  
 kbAlertz: (893629) - Discusses an issue where a memory leak occurs when you use the ICustomDoc::SetUIHandler method to ...   (Site not responding. Last check: 2007-10-29)
A memory leak occurs when an MSHTML instance is hosted by a WebBrowser control or by Internet Explorer
When you use the ICustomDoc::SetUIHandler method to set the IDocHostUIHandler interface for the MSHTML instance, a memory leak occurs.
It is not intended to replace an existing IDocHostUIHandler object that is provided by the true MSHTML host.
www.kbalertz.com /kb_893629.aspx   (449 words)

  
 Selecting text in an MSHTML component
I am using an MSHTML component to allows for HTML editing in my
MSHTML component?  I would like to be able to set the selection start
Can't call objects in my business layer from a console application in my solution.
www.msnewsgroups.net /group/microsoft.public.dotnet.languages.csharp/topic462.aspx   (159 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.