PostBackUrl
Wed, 14 May 2008 17:42:46 +0530
Hello,
I am facing a problem in using PostbackUrl property in asp.net.
I have set value for PostBackUrl property of asp:Button control.
Fine, that it redirects user to another page, allowing me to access all
properties, controls of previous page.
But problem comes when my current page is having some error ...
|
Parent controls
Wed, 7 May 2008 06:01:01 -0700
I am having a problem with Internet Explorer, A box appears in the window
labeled Content Adviser when I try to open it asking for a password that I
never set. I have tried to go to the website listed in the box but it does
not even allow me to get there. It has blocked every site through Internet
Explorer. ...
|
MSHTML/WebBrowser + CSS
Tue, 6 May 2008 08:06:01 -0700
Is it possible to access the linked css data of a web page using mshtml or
the WebBrowser object? So if I have a css file with:
.redthing
{
color:red;
}
and something in the HTML file like:
<div class="redthing">
Do any mshtml objects integrate the css data so I can see that color=red for
this elem ...
|
Getting IMarkupServices from IHTMLDocument2
Tue, 6 May 2008 16:22:19 +0200
When I create IHTMLDocument2 object using CoCreateInstance I'm able to get
IMarkupService. But when I have IHTMLDocument2 obtained from Internet
Explorer window I can't get IMarkupServices with QueryInterface. It returns
E_NOINTERFACE. Is it because IE runs in separate process?
--
Grzegorz Niemirowski, Po ...
|
IHTMLTxtRange FindText depending from language?
Tue, 6 May 2008 02:50:26 -0700 (PDT)
Hi All i'm using dotnet webbrowser 2.0 in windows forms application
to show html pages, i need to highligth searched words using FindText
of IHTMLTxtRange, it don't works if i search "aereo" in a sentence
like "l'aereo".
Quote char seems to be not considered as delimiter char.
Thanks for help. ...
|
how to set WebBrowser's CSS
Tue, 29 Apr 2008 15:57:54 +0800
Hi all,
I'm programing with WebBrowser to implement an browser of myself, problem found when I set html string like this->
webBrowser1.DocumentText = "<html><head><title>xxxxx<title><link href='http://domainname/template/style1.css' rel='stylesheet' type='text/css'/></head>some text<html>";
when the program exec ...
|
create new browser process and able to handle browser events
Thu, 24 Apr 2008 14:44:25 -0700 (PDT)
Hi there, I am trying to create multiple browser windows with their
own process IDs each. Still would like to be able to handle the
browser events.
1. createProcess function gives me the browser windows with their own
process IDs
2. CoCreateInstance allows me to create multiple browser windows and
able to ha ...
|
|
|
How to download a html page without using IE cache
Thu, 24 Apr 2008 07:42:10 -0700 (PDT)
Hi,
I want to download html page using the IHTMLDocument2 IPersistMoniker
interface.
I created a custom IBindStatusCallback object and use
RegisterBindStatusCallback to register it with a created IBindCtx.
See my steps below:
CComBSTR burl = url;
CComPtr<IHTMLDocument2> mDOC;
// init document //
CComQIPtr ...
|
About session cookie
Tue, 22 Apr 2008 21:42:32 +0800
How can I delete all session cookies for a domain/all domains of a process?
Thx~
...
|
Re: can't open ActiveX-based resource in Web browser control using
IE7 and IE8 beta1
Tue, 22 Apr 2008 04:13:50 -0700 (PDT)
> although I haven't achieved a successful combination which works...
Recently I noticed that this issue was already identified and
addressed in Microsoft's Knowledge Base item 934366 [1].
Although the proposed solution doesn't solve the doubts about MSHTML's
security model and such, changing default value f ...
|