IMoniker implementation in MFC to load MSHTML
Fri, 11 Jan 2008 07:41:46 -0800 (PST)
I need some help on how to implement the IMoniker interface in an MFC
application so I can use to load mshtml with content using the
IPersistMoniker. What would be the base class for the proposed
CHTMLMoniker class? Do I implement all the methods of the IMoniker
interface? Any help would be greatly appreciate ...
|
MSHTML loading and domain property
Thu, 10 Jan 2008 11:00:27 -0800 (PST)
The domain property of the html document seems to be lost after
loading the document using the Write method or using the
IPersistStreamInit interface. This is a problem because ajax calls
are causing "Access Denied" problem. I tried setting the domain
property in the html content and using the put_domain metho ...
|
Web Design, Development and Promotion
Sat, 29 Dec 2007 00:59:59 -0600
Farpoint Systems is a US Based International Web and Media Design Company with skills and experience in all facets of Web Development, including the creation graphical user interfaces, web based programming, database integration, interactive multimedia and promotion as well. We have been in business almost as long ...
|
Supress SSL warnings in Internet Explorer BHO
Sat, 22 Dec 2007 22:11:34 -0800 (PST)
I'm trying to supress SSL warnings inside a IE BHO where I am using
MSHTML classes to manipulate the incoming HTML DOM. I am using the
Passthrough Asynchronous Pluggable Protocol classes generously
provided by Igor Tandetnik on these forums. My approach was to use
InternetSetOption inside the ReportProgress met ...
|
Web Design, Development and Promotion
Sat, 15 Dec 2007 03:01:52 -0600
Farpoint Systems is a US Based International Web and Media Design Company with skills and experience in all facets of Web Development, including the creation graphical user interfaces, web based programming, database integration, interactive multimedia and promotion as well. We have been in business almost as long ...
|
HTML INPUT FORMS FOR TALKTALK BROADBAND
Wed, 12 Dec 2007 23:33:15 -0000
Anybody knows what code I need for getting Forms working in HTMl - my
broadband service provider is TalkTalk and I couldn't find out from them!
I appreciate your help
...
|
Web Design, Development and Promotion
Tue, 11 Dec 2007 19:00:43 -0600
Farpoint Systems is a US Based International Web and Media Design Company with skills and experience in all facets of Web Development, including the creation graphical user interfaces, web based programming, database integration, interactive multimedia and promotion as well. We have been in business almost as long ...
|
|
|
Top Ranked Hosting Services
Sat, 08 Dec 2007 23:00:09 -0600
Based on performance, and user feedback we have compiled a list of the top hsoting services online. Check them all out they all have different plans but whatever your needs ar eone of these companies can definitely help you, on any budget.
http://farpoint-systems.com/hosting/
...
|
IHTMLElement setAttribute inconsistent behaviour
Thu, 6 Dec 2007 20:05:26 -0800 (PST)
I'm trying to generate an HTML doc on the fly in C++; adding tags on
the fly is fine, but setting attributes (specifically border on a
TABLE, rowspan and colspan on TDs) is not reliable ...
I create a HTMLDoc object, knock it into designmode, pump messages
until I see a readyState of complete, then start addin ...
|
PassthroughAPP - how does one inspect the response data
Sat, 1 Dec 2007 08:08:27 -0800 (PST)
I'm able to get most of what i need implementing the sink class
(timing & url) information. In some cases (content-type) i'd like to
inspect the req/resp content to look for additional information. This
mostly in the context of ajax calls using xmlhttp where we are posting
xml and getting a xml response. Any ide ...
|