I have googled this quite a bit and I just can't find the answer. I need to
read the state of a radio button in another process. Not much is known
about the other process, other than the fact that it was created with .NET
controls. I have read on various forums that SendMessage(conrolhandle...
more >>
I'm using C# in VS2005 and having a problem when I implement a custom
marshaler and I call a reference type by ref.
Any help greatly appriciated.
I'm using ICustomMarshaler because of the structure contents I'm trying to
marshal. The sample code that follows doesn't show that structure, b...
more >>
Hi,
I need to write a ComVisible object in C# and there are some methods
that must return a multidimensional array of strings. I created a .NET
assembly, marked it COM visible, created a TLD via regasm and added
it to the GAC. I can now create instances and execute code, but I'm
not able to ...
more >>
I have a byte array and I'm trying to translate a DWORD in that array
into an integer so that I can use it as an offset into a later part of
the array. Once I get the offset, I've successfully worked out how to
translate the offset part into a string but I can't work out how to
translate the of...
more >>