| Thread | Last Post | Replies |
|
| Errors using Com Interop | 30 Sep 2003 23:17 GMT | 7 |
I have a COM DLL that creates VB .NET objects. I use this COM object in my ASP files. The ASP files work fine on my system but will not work anywhere else. I get the error
|
| strong named assembly calling com coponent | 30 Sep 2003 18:37 GMT | 1 |
my strong named component is trying to access excel. when i try to build my app, i get the error, "referenced assmebly does not have a strong name". how do i get around this problem?
|
| Communication issue | 30 Sep 2003 15:20 GMT | 1 |
on my local machine is a vb.net application running with an object - xyobject . Then a second application is started and it should get a reference to the xyobject of the first application in memory.
|
| creating a C# object from ASPv3 using Interop - problem | 30 Sep 2003 13:06 GMT | 1 |
I'm encountering a problem while trying to create a C# object from ASP v3. The C# class is derived from ServicedComponent, has a strong name key and is registered into the GAC using
|
| readyState never complete when using mshtml and UCOMIPersistFile to load HTML from file | 30 Sep 2003 10:49 GMT | 2 |
I am trying to load an HTML file into htmlDoc using c#. I see that the document does not load, but I can not understand where am I wrong. Any help ? My Code:
|
| using custom component | 30 Sep 2003 05:26 GMT | 1 |
We have a custom COM component implemented in C++ (myLibrary). Applying tlbimp shows marshalling errors, which are to be expected. However, a constructor error also shows up when the
|
| Tab TextBox Fails in Interop | 30 Sep 2003 03:22 GMT | 4 |
Here is an interesting problem ... any ideas? In .Net (I am using C#), create a public class. Create a public interface with the function prototype void ShowTest(). Create a windowes form and on it place two text boxes. Have ShowTest() crete the form and show it. Set
|
| Problem with implementing event handler for late binding of VB6 ActiveX exe | 29 Sep 2003 22:22 GMT | 2 |
I am creating an instance of an VB6 Com object by using late binding/Reflection and would like to set up an event handlers in my calling application to listen for events in the reflected class. The object's members(including events) are defined as public. The
|
| Calling this blasted API from C# | 29 Sep 2003 22:13 GMT | 4 |
I have a big pain in my ummm...neck. I have been trying, without success, for the last two days to get what would seem to be a simple C call to work properly in C#. The C definition is... extern WINAPI LONG WINAPI
|
| Interop.Excel.dll | 29 Sep 2003 20:28 GMT | 1 |
Does anybody know if there are known problems with then Interop.Excel.dll created for Excel2000 by VS.NET 2003 framework 1.1. The event problem (Private events needed changing to public) seems to be fixed, but I am experiencing many, many problems with excel interop, exspecially ...
|
| System.Windows.Forms.UserControl as ActiveX Control | 29 Sep 2003 19:58 GMT | 1 |
What would I need to do to get a UserControl to run in an ActiveX Container, like an ActiveX control? Thanks! Brian
|
| Catching events in VBScripts | 29 Sep 2003 19:41 GMT | 2 |
I have created a C# dll. I want to catch all the events fired by the dll in my VBScript. Here is my implementation of C# dll [Guid("F3719701-A2D2-40c6-BF7A-FD72B827E2B6")]
|
| hooking into HTMLDocumentEvents2 in design mode | 29 Sep 2003 16:32 GMT | 1 |
Hi can anybody help me. I am trying to hook into HTMLDocumentEvents2_Events on a mshtml web browser hosted in a windows form with the designMode turned on in the document. When I don't hook into the events I am able to write inside the document but when
|
| Creating a .NET Server that can be called from unmanaged code using COM | 28 Sep 2003 23:13 GMT | 2 |
Using several posts in this group I was able to piece together the code that was required to create a Windows.Form application that exposed a COM object. There are a couple of excellent messages on this topic, however,
|
| CopyMemory in VB.NET | 27 Sep 2003 23:58 GMT | 2 |
This code copies the binary representation of an integer value <size> to an array of bytes (I think) I get the feeling there would be a .NET way of doing this. I looked in the Marshal class, but didn't quite get what I want.
|