| Thread | Last Post | Replies |
|
| Need Help Using VB6 COM DLLs in C# | 06 Oct 2008 18:37 GMT | - |
I have a VB6 DLL that has a class, IGenericEnv, that is used as an interface definition for another class clsGenericEnv that implements IGenericEnv. When I build the VB6 DLL, in the VS2005 Object viewer I see clsGenericEnv, _clsGenericEnv, __clsGenericEnv, clsGenericEnvClass, ...
|
| issue: using C# library(COMInterop) from an excel with VBA | 30 Sep 2008 12:40 GMT | - |
.NET version: v2.0.50727 visual studio: 2005 excel: 2003 source code: at the bottom
|
| Marshalling ArrayList | 26 Sep 2008 16:08 GMT | - |
I have a struct as follows: [StructLayout(LayoutKind::Sequential,CharSet=CharSet::Ansi)] public __gc struct STTemp {
|
| OCX(COM) Interop...Passing pointer of structure to function | 25 Sep 2008 03:05 GMT | - |
I have the following question regarding communicating with a OCX control using C#. Idon't have access to the ocx code, so my c# code is actually mimic the behavior of C++ counterparts. Basically, I have problem passing a structure to a function.
|
| Re: Deployment .NET assemblies to client machine | 23 Sep 2008 11:44 GMT | - |
Thanks Mattias. :) On Aug 15, 9:16 am, Mattias Sjögren <mattias.dont.want.s...@mvps.org> wrote:
> >1) Is it possible to make the TLB path independent (as what we did for |
| Get the child window caption | 22 Sep 2008 21:33 GMT | - |
We need to develop a C# app that identifies the selected window. We then need to get the caption to retrieve some information. Getting the caption off parent windows is fine, but we have several application that contain MDI windows or tabs in IE. Is there an easy way to get the ...
|
| get jobs here | 18 Sep 2008 18:33 GMT | - |
http://www.365jobs4u.com/idevaffiliate/pages/1566.php
|
| Allocating unmanaged array to store unmanaged objects | 18 Sep 2008 15:37 GMT | - |
I trying to add objects to an array without success. The array is declared as A** arr**. It is allocated with with the new operator. Two instances of the class A is allready instanciated with the new operator and assigned to the array with the brackets [] as shown below. The ...
|
| Notification of events to processes | 18 Sep 2008 11:45 GMT | - |
I have a .NET assembly exposes as a COM interface. Some methods are available on the interface, e.g. ChangePrice(...) I have a VB6 COM client that calls the ChangePrice method of the interface passing as parameter the new price list.
|
| BSTR allocationg / release | 18 Sep 2008 11:16 GMT | - |
I need to call a method defined as HRESULT Connect( long lType, BSTR bstrUserName,
|
| Dynamic call of OLE objects | 12 Sep 2008 22:32 GMT | - |
Hi everyone. Sorry if I'm posting this question in the wrong area, If I am please tell me. I'm curious if any of you have ever built something that allows users ability to associate an OLE object at runtime with a particular process. What I'm trying to do is allow a user the ...
|
| Creating an Exchange Mailbox though C# | 10 Sep 2008 15:41 GMT | - |
Lang: C# Tech: asp.net Framework: .Net 3.5 The down and dirty is, I have a one page webform that creates a new
|
| "No matching function on interface" when Method contains COM enumeration Options | 06 Sep 2008 02:54 GMT | - |
I'm stuck and would appreciate some help. I have created a Class library project that contains a number of interface definitions that must be used by a range of other VB.NET applications. One of the interfaces has been defined as follows:
|