I would like to know what is required in order to create a C# class that can
fire events to a COM object. I have seen many posts of the reverse
(catching COM object events in C#), but not many of the case where the C#
class is firing the events.
As an example, consider a MyProject Active X DL...
more >>
Hi folks.
I dunno if this is the right place to ask for help with ActiveX / .net /
Outlook, so ill siimpl give it a try :)
I want to develop an ActiveX Control for MS-Outlooks 2003 with Visual
Studio.Net 2003 and .net Framework 1.1 installed.
Ive read tons of stuff about dlls with .Net, s...
more >>
Hey all. I have a problem with my implimentation of IHTMLElementCollection
which I have defined like so:
[ComVisible(true), Guid("3050f21f-98b5-11cf-bb82-00aa00bdce0b"),
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch),
TypeLibType(TypeLibTypeFlags.FDual | TypeLibTypeFlags.FD...
more >>
hello,
i try to pass a simple short array from COM to C# but I only get back
wrong values from the COM Server.
The COM Server:
*.h :
...
[id(4), helpstring("method Short_Array_read")] HRESULT
Short_Array_read ([in, out] short* pcElems, [in, out,
size_is(*pcElems)] short** Array_Out);...
more >>