DCOM authentication and security
Fri, 4 Jul 2008 13:32:19 +0200
Hello,
I have to access a DCOM server at a Windows CE 5 device. The device has
enabled remote access for DCOM. The client is a Windows XP system. I would
like to
ignore all the authentication/authorization stuff. But my experiments did
not gave any success.
Here is the code I use without success:
CLSID ...
|
How to get dynamic attribute at runtime
Fri, 4 Jul 2008 03:40:27 -0700 (PDT)
Hi,
I have a simple tool works like the IE Developer toolbar. When I move
the mouse over the HTML page, it can retrieve the element information
under the mouse. But if the attribute is set by JS at runtime.
Used the Low Level Mouse hook, so I know where the mouse. Then I get
the "Internet Explorer_Server" w ...
|
Few small questions about COM
Thu, 3 Jul 2008 14:06:01 -0700
I have just started reading COM and I need to clear some concept. So, need
help form you guys!
Firstly, I am wondering why do we need to create .DEF file? Is it required
only for Dynamic Load libraries?
Secondly, when using local servers (exe), is it really required to register
the exe and the proxy DLL e ...
|
DSOFramer repaint problem used within CAxWindow as container
Tue, 1 Jul 2008 20:25:44 -0700 (PDT)
Hello friends,
Recently I encountered a strange problem that while i am using
DSOFramer(Microsoft active documents sample) contained in CAxWindow,
the DSOFramer can't refresh/repaint correctly. I have searched this
problem via google but failed to obtain good solution. I think it
requires to customize the DSO ...
|
OleCreatePropertyFrame - Same Code Fails on Vista but not on XP.
Sat, 28 Jun 2008 14:19:01 -0700
Hi,
HELP!
I am a highly experienced software engineer but I am stumped by some
peculiar behavior associated with the â??Philips SPC 900NC PCâ? webcam.
Below is a test case. I compiled it both on XP and on Vista. The
executables run without any problem on XP but there is a catastrophic failure
tha ...
|
How to insert ActiveX control in web page dynamically?
Fri, 27 Jun 2008 10:49:01 -0700
I tried to insert ActiveX control in web page dynamically.
I programmed as below..
... and ActiveX control was inserted successfully.
But the ActiveX Control couldn't receive the property "src" 's value
"success" in <param>.
There aren't any problems int ActiveX control that is called. It works well
in commo ...
|
OLE Automation server's knowledge of client connections
Fri, 27 Jun 2008 09:25:01 -0700
Using Visual C++ Service Pack 6 on Windows 2000. When my automation client
calls COleDispatchDriver::ReleaseDispatch(), thus releasing the server, the
server receives a WM_CLOSE message. If there are other clients still
connected, the server, if visible, is supposed to display a message to that
effect and gi ...
|
|
|
CoGetClassObject hanhs up
Thu, 26 Jun 2008 06:13:00 -0700
Hi all, I've already posted it in other groups - no success!!
I'm facing with something really hard.
It worked fine on XP and stop working when porting to Vista!!!!!
One LocalService which export an interface via simple COM - ( marshal sample
of sdk )
In the ServiceMain()
//load COM librararies, initi ...
|
Creating new SAPI voices
Mon, 23 Jun 2008 15:12:38 GMT
where can I found a guide to create my own voices for SAPI?
...
|
How to get the HTML element in a FRAM/IFRAM through
IHTMLDocument2::elementFromPoint()
Mon, 23 Jun 2008 06:21:04 -0700 (PDT)
Hi,
Suppose I have a Frame HTML like this:
<HTML>
<head>...</head>
<frameset>
<frame name='frm1' src='frm1.html' />
<frame name='frm2' src='frm2.html' />
</frameset>
</HTML>
I have used IHTMLDocument2::elementFromPoint() to get an element which
tag name is "HTML" from the IE. I think this "HTML" el ...
|