where can I find the definition of NewWindow3 ?
Tue, 10 May 2005 12:57:40 +0800
I try to disable the popup windows using DWebBrowserEvents2::NewWindow3, but
I cannot find the definition of DISPID_NEWWINDOW3, it's not in exdispid.h
,help! By the way , I also
want to know when I use DWebBrowserEvents2::NewWindow3 (Windows XP Service
Pack 2 needed), how can I deal with Windows 98,windows 200 ...
|
CHtmlEditCtrl problems
Mon, 09 May 2005 23:55:14 +0200
I'm trying to use this class but documentation about it is minimal.
I'd like to know:
1. How shoud I create this control to have edit mode without any margins
like after this:
<body leftmargin="0" topmargin="0" rightmargin="0" style="color: black;
background-color: yellow;" alink="red" link="blue" vli ...
|
Bind an ActiveX object instance to an OBJECT tag
Fri, 6 May 2005 13:28:39 -0300
I need to bind an instance of an ActiveX object (previouslly created) to a
dinamically created object tag:
early in the code...
var myObj = new ActiveXObject("MiProgId");
later...
var objTag = document.createElement('OBJECT');
objTag.id = 'myObj';
objTag.width = 400;
objTag.height = 400;
objTag.body.a ...
|
MSComm on web page
Tue, 3 May 2005 08:01:06 -0700
I am trying to use the MSComm control on a web page. I am getting an error
trying to send a command to my serial device. The error says the object
doesn't support this property or method, it should. What am I missing?
Mike
My code:
<HTML>
<HEAD>
<TITLE></TITLE>
<META NAME="GENERATOR" Content= ...
|
ActiveX MIME type handler in Visual Basic
Fri, 29 Apr 2005 22:39:00 +0200
Hi.
I'd like to write an ActiveX control (plugin?) in Visual Basic that can
handle a specific MIME Content-Type within an Internet Explorer HTML data
stream.
What I don't know: the interface between IE and the plugin.
How will the application be called after I entered its CLSID in
HKCR\MIME\Database\Co ...
|
new hosting for me
Fri, 08 Apr 05 23:37:12 GMT
Ill have my website back up tonight. I had to get new hosting . I got it at
http://isphost.org
they had my site back online fast. Thanks Ted
...
|
Last rites declaration of Ioannes Paulus PP. II (Karol Wojtyla)
Mon, 4 Apr 2005 09:26:10 GMT
"The unforgiveable sins this earth must confront and overcome are
Nationalism, capitalism, and hoarding. The idea of every nation
should be forgot, price should be struck from the commons, and
princes should be seen for the devils they are. The sins include
our church, secret societies, and other rel ...
|
|
|
Copy Error while browser installs a CAB file
Wed, 23 Mar 2005 11:47:05 -0800
I have ActiveX control that I'd like to deploy as a CAB file.
CAB includes INF file.
INF file includes text like:
[Add.Code]
....
gdiplus.dll=gdiplus.dll
....
[gdiplus.dll]
file-win32-x86=thiscab
FileVersion=5.1.3102.1360
DestDir=10
RegisterServer=yes
Browser runs at Win98 or Win2000.
Each time t ...
|
ActiveX Controls Permissions
Sun, 13 Mar 2005 01:11:01 -0800
Can an ActiveX component do anything once it is allowed for installation by
the web user ?
I need to write an ActiveX control that installs a Device Driver once it is
executed. Is it possible ? Won't I have security problems, assuming the
logged-on user DOES have administrative privilieges.
Thanks. ...
|
Automating Web Browser to Open Text Files
Sat, 5 Mar 2005 13:08:33 -0800
IE6, but I did not see a better group for my question. Please point me to
the right one if this group is not applicable.
I am automating IE to log into a web site and download a file. When I
navigate to a particular URL, it returns a .TXT file as a result. This
causes the browser control to pop up a dialo ...
|