Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Interop / October 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Excel API from VC++ .NET06 Oct 2005 16:36 GMT6
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 GMT3
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 location06 Oct 2005 13:00 GMT1
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 GMT4
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 GMT6
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 200005 Oct 2005 22:00 GMT1
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 .NET05 Oct 2005 20:45 GMT2
I have an enum defined in managed code, e.g.:
public enum MyEnum
{
MyValue1,
Passing a string from managed code to unmanaged code05 Oct 2005 20:36 GMT2
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 bytes05 Oct 2005 14:58 GMT1
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 computers05 Oct 2005 07:43 GMT3
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 GMT4
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 GMT2
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 GMT3
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 variable03 Oct 2005 23:07 GMT2
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 issue03 Oct 2005 21:26 GMT4
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
Pages: 1 2 3 4 5 6 7 September, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.