| Thread | Last Post | Replies |
|
| Licensed COM Object | 04 Aug 2006 19:24 GMT | 2 |
Is there a way to create a COM object that is licensed using the .NET COM wrapper? I want to supply the COM object with a run time key and do not understand how I go about doing it after adding the COM library as reference in my C# project. I see a lot of discussion when using ...
|
| Since Visual Studio 2005 error loading type library | 04 Aug 2006 06:10 GMT | 3 |
After I installed Visual Studio 2005 I noticed that when I try to add a reference to a type library (tlb) I get the message "Could not load the type library, Error loading the type library. After much research I uninstalled VS2005 and went back VS2003 but with still the same ...
|
| how to use Word.SynonymInfo | 04 Aug 2006 06:08 GMT | 5 |
I'm trying to get a list of string arrays from the SynonymInfo object and in the reference documentation it gives this as an example: Dim synonymInfo1 As Microsoft.Office.Interop.Word.SynonymInfo Dim key As Object
|
| ICustomMarshaler | 03 Aug 2006 07:29 GMT | 3 |
I'm trying to define a custom marshaler that marshals an IPEndpoint into a SOCKADDR. The marshaler is defined as follows: public sealed class EndPointToSockAddrCustomMarshaler :
|
| Marshaling for setupapi.dll | 02 Aug 2006 16:43 GMT | 1 |
We have: [StructLayout(LayoutKind.Sequential, CharSet= CharSet.Ansi)] public unsafe struct SP_DEVICE_INTERFACE_DETAIL_DATA { public int cbSize;
|
| Parser Error Message: ? | 01 Aug 2006 18:09 GMT | 1 |
Howdy All, Sorry for the cross-post (dotnet.framework) Any assistance would be appreciated - even a sound beating if so deserved... When I try to run an ASP.NET application on my Development server (w2k3,
|
| Usercontrol as ActiveX - trouble with events | 01 Aug 2006 09:00 GMT | 15 |
I'm having trouble with a UserControl (written in C# with framework v2.0) that I've made into an ActiveX control. It seems to be OK except for event handling. As a test I use VB6 as the container (I've also tried from C++6 too).
|