| Thread | Last Post | Replies |
|
| Word interop | 10 Sep 2003 07:50 GMT | 2 |
I'm using the "Microsoft Word 9.0 Object Library" to interact with Word inside a WebService. I would like to get the plain text of a Word document: object one = (int)1;
|
| Strange registration problem | 09 Sep 2003 22:14 GMT | 1 |
i have started to have strange behavior when running regasm. i am currently using VS.Net 2003 and framework 1.1. when i run regasm the component appears to register correctly. it is in the registry as expected and even placed in the correct categories, which are
|
| How To: Correctly Pass a pointer to a function from .NET to C++? | 09 Sep 2003 22:12 GMT | 3 |
hey all. I am passing a pointer to function from managed code to unmanaged code. More specifically; from C#.NET to C++.COM.
|
| "Unknown Name" error when using WithEvents on a .Net object | 09 Sep 2003 20:56 GMT | 1 |
I have been debugging the following problem the better part of two days and am finally throwing in the towel. I have a newly created .net library with a class that throws events. I also have a ActiveX control project (project A) in Vb6 with a few User Controls. These usercontrols ...
|
| Error LNK1171: unable to load ole32.dll | 09 Sep 2003 18:27 GMT | 1 |
For some reason, when I compile my MC++ app now I get this error during the link phase. The file DOES exist and is in the proper place in the path. The only difference between when I could link successfully and now that I can't is an upgrade in a 3rd party static library (ACE) that ...
|
| .NET User Control intergated in VB6 | 09 Sep 2003 11:25 GMT | 1 |
I made a user control in VB.NET and I want to access it in VB.6.0. I tested it ActiveX Control Test Container and it worked fine but when I tried to access it in a VB6 form, the control doesn't appear. Can anybody help me on this problem (if it's possible).
|
| LicenseException - 3rd party control in DLL, hosted in IE. | 09 Sep 2003 10:32 GMT | 1 |
I have created a DLL in VS.NET. The DLL contains Windows Forms and I embed an object tag that refers to this DLL in an aspx page. In other words, this is a client application that is hosted in IE.
|
| CCW problem | 09 Sep 2003 10:05 GMT | 1 |
I successfully exported the following C# class and its method to COM. namespace SRCSN { [InterfaceType(ComInterfaceType.InterfaceIsIDispatch)]
|
| P/Invoke Help !!!!!!!!!!! | 09 Sep 2003 06:35 GMT | 3 |
I am having problems in accessing a static Library of geomedia engine which is GIS Package. they have provided the dll with a Type library which can be referenced in visual basic 6.0 and works. but to use the same dll in C# when i try the
|
| MIDI in -NET | 08 Sep 2003 21:09 GMT | 4 |
Has anyone tried using the Win32 low level MIDI functions in .NET/C#? What I'm trying to do is send and receive sysex-messages but I just can't figure out how to declare and use the midi* APIs.
|
| FormatMessage | 08 Sep 2003 19:41 GMT | 3 |
I was wondering if someone could verify that my declaration for the FormatMessage API was correct. When I call it, I don't seem to be getting any information stored in my buffer, i.e it's always empty. [DllImport("Kernel32.dll")]
|
| Problems with PrInRect API | 08 Sep 2003 17:46 GMT | 3 |
Hiya, I have converted the RECT and POINT structures as well as the PtInRect API to the following C# code [StructLayout(LayoutKind.Sequential)]
|
| Exposing Events to VB6 | 08 Sep 2003 16:27 GMT | 1 |
I have a .NET assembly that has 2 classes. One of them has 2 events exposed and the second one has 1 event exposed to the user. Both these classes have been exposed to COM. Now, when I use the assembly in VB6, I use the withevents keyword to
|
| PrntDlgex marshaling problem | 08 Sep 2003 16:07 GMT | 1 |
Mathias, Just another quickie, this time on the PRINTDLGEX structure. The lpcallback field requires the address of an iprintdialogcallback interface.
|
| reading the type library | 08 Sep 2003 16:03 GMT | 1 |
After exporting the .NET assembly to a COM .tlb (using tlbexp.exe), is there a tool to read the tlb file? I need to check how the .NET types were marshalled to COM types, hence how the method signatures look like in the .tlb file?
|