| Thread | Last Post | Replies |
|
| Excel API from VC++ .NET | 06 Oct 2005 16:36 GMT | 6 |
I cannot find any examples of doing Excel automation from a VC++ .Net environment. Does anyone ay least know what the namespace should be to expose the Excel app? i.e. using namespace System::?????????????????
|
| TVITEM.state is set incorrectly for treenodes. | 06 Oct 2005 13:46 GMT | 3 |
I am trying to get a treenode's state image by sending TVM_GETITEM messgae to the treeview. I have set ... TVITEM.mask = TVIF_STATE
|
| ASP.NET [DllImport(...)] and managed DLL location | 06 Oct 2005 13:00 GMT | 1 |
Quick Question. In ASP 1.1, if you put a managed DLL (named test.dll) in the bin\ directory, it was sufficient to use [DllImport("test.dll"] etc...
|
| Conversion Array to Variant? | 06 Oct 2005 09:45 GMT | 4 |
I need to pass a String-Array as a COM-VARIANT. In VB6 ist very easy: dim s(0 to 9) as string dim x as variant
|
| tlbimp.exe and C# | 06 Oct 2005 07:58 GMT | 6 |
I'd like to use tlbimp to do a wrapper and put it in my C# code and not to create an assembly... how can I do it?
|
| Interop with PPT 2003 but not with PPT 2000 | 05 Oct 2005 22:00 GMT | 1 |
i used the primary interop assembly to access powerpoint from my .net windows forms application. Powerpoint is uesd to extract single slides into jpgs and is used to extract the caption of each slide. The app works fine, if Office 2003 is installed and crashes with Office 2000.
|
| How to marshal array of Enums from VB6 to .NET | 05 Oct 2005 20:45 GMT | 2 |
I have an enum defined in managed code, e.g.: public enum MyEnum { MyValue1,
|
| Passing a string from managed code to unmanaged code | 05 Oct 2005 20:36 GMT | 2 |
I have a C# managed dll which I want to call from unmanaged C++. For this I've exposed the functions from the C# code with COM. The code is printed below. I have a c# function 'PrintRef' which takes a string as a ref argument
|
| returning VARIANT containing SAFEARRAY of bytes | 05 Oct 2005 14:58 GMT | 1 |
I am working on a ATL COM project which will be used by both COM-based clients and .NET clients. One of the interface methods in the ATL project returns a VARIANT. Depending on the input to the method, the VARIANT may contain a VT_BSTR, VT_I4, etc. It also may return an array ...
|
| Interop assmblies on different computers | 05 Oct 2005 07:43 GMT | 3 |
I am developing COM addins for Word and Excel. To work with these office applications my project has references to the corresponding COM objects (Microsoft Word 11.0 Object Library, for instance). Recently I started using a second computer for development. After having
|
| PIDL returned from IEnumIdList causes ExecutionEngineException when calling IShellFolder::GetDisplayNameOf on Windows 2000 (C#, Framework 2.0.50215) | 04 Oct 2005 16:17 GMT | 4 |
The problem i've stated in the topic occurs on Windows 2000, while the code works perfectly on Windows XP. Basically, what I'm trying to do is to recursively enumerate shell folders starting at the root desktop. The currentFolder parameter for
|
| how to marsal vb string() to unmanged legacy application? | 04 Oct 2005 07:13 GMT | 2 |
I have done searches on msdn, newsgroup, lists, so far I don't see any example showing me how to get array of string to legacy application ( C and vbscript) My mange dot net is compiled in a COM class assembly.
|
| How can I access C++ .lib with C# | 03 Oct 2005 23:41 GMT | 3 |
I'm a newbie to C++ and C#. I have a SDK written in C++ (in a lib file). I can't modify the lib file. Can I in anyway access C++ functions in C# classes?
|
| Getting "FileNotFoundException" when initialize a Word ApplicationCalass variable | 03 Oct 2005 23:07 GMT | 2 |
I have added following two reference under COM tab, Microsoft Office 11.0 Object Library Microsoft Word 11.0 Object Library The software I have used:
|
| COM Interop Deploy issue | 03 Oct 2005 21:26 GMT | 4 |
I am getting the following error when I try to run my code on the deployed server: "File or assembly name dllname.dll or one of its dependencies was not found." It is a VB6 app. that calls a .Net dll. (The .Net code also calls VB6 dlls, but I don't have a problem
|