Getting Objects in ROT
Thu, 20 Dec 2007 15:10:00 -0800
http://www.alexfedotov.com/samples/enumrot.asp
I can enumerate objects in ROT using the code in the link.
How can I get objects exposed by these running objects ?
Will I use IMoniker::BindToObject for the rest ?
Regards... ...
|
Please recommend conceptual reading
Thu, 20 Dec 2007 12:29:03 -0800 (PST)
I'm looking for a good book (or books) that describe the evolution of
distributed objects / object automation, including OLE, Active X, COM/
DCOM, CORBA(?) and whatever else relevant. I'm a professional
programmer but looking not for a "how to" manual but rather a "why
this way" story.
Any recommendations? ...
|
installing windows xp on raw hdd
Wed, 19 Dec 2007 17:46:00 -0800
I have been trying to install windows xpsp2 on an older dell optiplex gx160.
I get it downloaded, and when I try to start it up, it asks if i want to
start normally, safe mode, etc. No mater what I choose it starts rolling a
list of the following----
multi(0)disk(0)rddisk(0) partition1\windows\system\winsy ...
|
Property
Tue, 18 Dec 2007 02:54:00 -0800
Hi
I have a read an explanation:
"Method is the name given to a function in interface and property to
variable. But remember one thing, every thing in COM/ATL is based on
function, one major difference between property and method is that, you can
make a property read only (means you can only get data from ...
|
Creating CAB File including ocx,dll..
Tue, 18 Dec 2007 01:24:01 -0800
Hi,
I made an ActiveX under VS2005 Pro. It uses some dlls.
Below is the inf file contents. I build .cab file and deploy in the web
server.
But, when download .cab file from client side web browser, an error message
box occurred which means mydll_1.dll and mydll_2.dll failed to copy.
What's wrong with me? ...
|
Setting registry from browser
Sun, 16 Dec 2007 12:02:00 -0800
Hi
I am new to win32 development and rather confused at all the offerings
provided by the platform.
I need to set a specific registry value from a browser.
I have access to install all kind of programs on the user computer on
beforehand.
I would like my solution not to rely on .net being installed.
I ...
|
MI5-Persecution: MI5 are Afraid to Admit Theyre Behind the Persecution (27853)
16 Dec 2007 17:03:36 GMT
MI5 are Afraid to Admit They're Behind the Persecution
MI5 have issued a formal denial of any involvement in my life to the
Security Service Tribunal, as you might expect them to; but, more
importantly, the persecutors have never denied that theyre from the
Security Service, despite several years of accusati ...
|
|
|
MI5-Persecution: Why do you think MI5 are responsible? (3840)
16 Dec 2007 11:59:18 GMT
Why do you think MI5 are responsible?
The question of who is ultimately responsible for this eight-year
harassment is one which is very difficult to answer, as the persecutors
have never clearly made their identities known to the persecutee. However,
I believe I am correct in attributing the continuing victi ...
|
CoCreateInstance, QueryInterface error
Thu, 13 Dec 2007 04:48:02 -0800
Hi,
I have a problem on a particular PC running Vista, trying to run an exe as a
COM server.(This is stable software that has been working fine on many other
PCs) The exe is written using Visual C++ 2005, using ATL dual interfaces.
I try to access the App object in the exe from VB6, VBA 6.4 or C++. In all ...
|
Connect to remote COM object and registering typelib
Wed, 12 Dec 2007 12:27:00 -0800
Hi
I have 2 questions.
1-)I am reading this article:
http://www.ddj.com/cpp/184403558
It says:
Suppose you want to call methods on a COM object or Automation Server, but
have no header files, type library (discussed later), or any programmatic
information about the object. Late binding is what makes thi ...
|