| Thread | Last Post | Replies |
|
| VARBLK | 19 Jan 2005 18:42 GMT | 1 |
I have a c struct like this: typedef struct OB{ unsigned char bCamNum; unsigned char bResolution;
|
| Help with array of pointers marshalling | 19 Jan 2005 15:53 GMT | 2 |
I have a function in C that returns an array of pointers in a parameter
NAGR( OUT OB_R ** pprResources,
|
| Problem in Shared Add-in ( For Gurus ) | 19 Jan 2005 12:13 GMT | 3 |
I am developing a component that i needed to receive formulas requests from excel. Lets suppose i have a function in a shared add-in dll using PIAs from Office 2003 and when i am using excel and insert a formula like
|
| Possible to Marshal param array to unmanged code? | 18 Jan 2005 23:31 GMT | 3 |
I have the following callback signature and the delegate I am using for the function pointer: //C++ Callback Signature: void(*pErrorHandler)(acTErrorMsgType ErrorMsgType, acTErrorCode
|
| Calling a Fortran DLL from .NET application | 18 Jan 2005 22:24 GMT | 1 |
I've(inherited) a DLL that's built using Fortran(I was told that it's built using Fortran). When I tried to reference it in a .NET project it(VS.NET) gives an error message saying that "It's not a valid COM component". Is there any way to use(call) this DLL from a .NET Application ...
|
| Confuse about component | 18 Jan 2005 22:21 GMT | 1 |
i'm new to .net.i want to create component. how to i do it? moreover,i doubt that Dll is the component,right? if i create the component,what standard is it base on?
|
| Firing javascript events using webbrowser control | 18 Jan 2005 19:01 GMT | 4 |
hello - i'm using the axwebbrowser control to navigate to and load a page into a vb.net app. the application then tries to fire all the javascript events on the page -simulating a user moving their mouse around the page and rolling over and clicking all elements.
|
| Running Exchange MAnaged Events sinks without Visual Studio Instal | 18 Jan 2005 07:16 GMT | 4 |
I have developed a Exchange 2003 Managed Async sink using the Onsave event. My problem is that I cannot get the sink to run correctly without Microsoft visual studio 2003 installed on the Exchange server. What happens is that the sink is executing as expected without VS 2003 if I
|
| References to WINWORD.EXE still alive. | 18 Jan 2005 00:29 GMT | 2 |
I am diligently releasing (Marshal.ReleaseComObject (o) ) all references I pick up while generating a report using VB.NET in my software. At least, I *think* I am. However, when I have finished using the WINWORD.EXE com server, I still have a reference to it hanging somewhere ...
|
| COM Interop & .NET Assembly Location | 17 Jan 2005 19:02 GMT | 2 |
I have experienced a problem similar to that of a topic previously covered in this group - 'Regasm.exe Interop problem'. However, I would like to try to go a little deeper so that I better understand what is happening. As in the 'Regasm.exe Interop problem', when attempting to use ...
|
| ShowBrowserBar failing | 17 Jan 2005 15:14 GMT | 1 |
I'm calling ShowBrowserBar to programmatically show or hide my own IE InfoBand (IE side panel). In my app, the BHO and IE InfoBand are separate COM objects in a single DLL. This function fails if this particular IE side panel hasn't previously been displayed manually (by going ...
|
| Installing CCW Assembly on User Machines | 17 Jan 2005 14:53 GMT | 2 |
I have a .NET component that is callable by a COM application that has worked well, been distributed, for a couple years. The app used the typelib import build into VS.NET that automagically created the Interop.* assembly. Again this has worked as a private application where the ...
|
| Passing a Recordset from VB6 to VB.Net (QueryInterface failed.) | 17 Jan 2005 14:31 GMT | 6 |
I am getting an error when trying to use an ADODB.Recordset that was passed from a VB6 application to a VB.Net class library using COM Interop. I am running this on WinXP SP2 using the .Net Framework 1.1 and MDAC 2.8 SP1. This is what I've done:
|
| Wrong COM version for Interop Assembly | 16 Jan 2005 05:19 GMT | 1 |
I have a COM Interop assembly I'm accessing through VB and VFP. I'm trying to debug the thing in VS.NET and it turns out I can't because it's loading V 2.0 of the .NET framework. If I debug the component as soon as it is accessed with the VS 2003 debugger attached VS closes the ...
|
| Explorer Context menu in my ListView (newbie) | 15 Jan 2005 01:38 GMT | 1 |
Hi NG ! I'm not shure if i'm in the right NG but I'm desperate because don't finding help! So i try it here. I have a little c# - application in which i showns some files in a listview.
|