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 / June 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Showing Dialog form in Excel14 Jun 2005 13:11 GMT2
I'm working on a project (SDK 1.1) where we're automating Excel XP. We
have an ExcelService class which is responsible to maintaining Excel
object states and cleanup.  The class also acts as a sink for the click
events of several buttons that it creates in Excel Commandbars.
getting window handle..14 Jun 2005 06:28 GMT1
i am developing an  application which me to call c++ code from c#. basically
i have created idl for that in c++ and it worked fine. Now i want to pass
window handle to the c++ code. I got the handle then i am passing
Handle.IntPtr() to the c++ code. Basically in the c++ code i ...
ilasm and delayed signing14 Jun 2005 04:46 GMT1
I have some IL that I need to reassemble back into a primary interop
assembly.  I want my developers to be able to do this on their own, but I
don't want them to have the private/public key pair.  They have access to the
public key.
Struct to API Problems13 Jun 2005 22:33 GMT6
I'm trying to wrap calls the USPS Address Matching System API.
Am I missing something in my call to the API?
My calls to the API are declared as follows:
   <DllImport("zip4_w32.dll", BestFitMapping:=True,
Byte[] from an IStream13 Jun 2005 21:32 GMT3
I have a C++ .NET application where I need to place an IStream* into a
Byte[] and pass this back to a C# application.
Something like this I guess:
void MailAttachments::GetAttachmentBinary(MAPICDO::Attachment*
interop: Passing pointer to COM to efficiently receive large data chunk13 Jun 2005 21:30 GMT2
I'm writing COM to expose some unmanaged imagery generation functions to c#.
My question is how to best (easiest, clearest coding style) pass a managed
pointer to COM to receive back a loaded image:
example 1: using safearray
AppDomain.Unload leaks ?13 Jun 2005 21:27 GMT1
Can anyone tell me why the code below leaks?
Here is what I do:
1) create new AppDomain
2) create an instance of AppDomain2Class in it,
Converting IDL interface to C#13 Jun 2005 21:20 GMT1
Could someone please help me to convert this IDL interface to a c#
interface. The thing Im having problems with is to convert the
different parameter types..
interface IComponentAuthenticate : IUnknown
VB6.0 dll13 Jun 2005 21:10 GMT1
how i can use vb6.0 dll in vb.net
Signature

mohan

Calling C++ from C# Part 213 Jun 2005 17:35 GMT2
I am once again trying to call a MC++ method from a C# method. I am building
with the command line, not the IDE. This is my build file:
cl /clr mc.cpp
csc /r:mc.exe /t:module csh.cs
Socket Messages To/From Unmanaged Application12 Jun 2005 08:15 GMT4
Please note:  This is a repost.  It was necessary since my previous email
alias was not being monitored/managed.  Sorry.
Hello,
Once again, I am faced with the challenge of trying to send and receive
Failed to send the message - EM_GETCHARFORMAT to a running instanc10 Jun 2005 20:12 GMT1
I am trying to get the font size of a running instance of WordPad (based on
Rich Edit). When I called the following function in my Windows Form which is
shown but not activated (SW_SHOWNOACTIVATE), WordPad crashed with the dialog
message - "WordPad MFC Application has encountered ...
ActiveX Control10 Jun 2005 19:21 GMT2
Good Day All,
I have a series of Active X user controls that I am going to be needing to
use in a .NET project. However, I am running into an issue with the Wrapper
that is generated for the controls. All of these controls expect that their
Impersonate and Activator.CreateInstance10 Jun 2005 12:58 GMT5
I'm creating a Powerpoint Application object for use in Powerpoint
automation (Powerpoint 2003) like this:
Type t = Type.GetTypeFromProgID("PowerPoint.Application");
object app = Activator.CreateInstance(anApplicationType);
Can not load required library MSCOREE.TLB - SOLUTION10 Jun 2005 10:46 GMT2
Symptoms:
Building a .NET 2003 solution with "Register for COM Interop" set to
TRUE causes the error [...can not load required library MSCOREE.TLB]
My Cause:
Pages: 1 2 3 4 5 6 7 May, 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.