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 / January 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Problem marshalling memory allocated in C++ DLL09 Jan 2007 21:40 GMT3
I'm trying to marshal memory allocated in C++ DLL to a C# component.
The code I'm using is as follows:
void Initialise( HGLOBAL* phBuffer, DWORD* pdwLength )
{
Look for loaded DLL09 Jan 2007 21:38 GMT1
My C# control calls a function in an unmanaged DLL. I only want to call
the function if the DLL has already been loaded. The DLL has a function
used to initialize it and I do not have the data required for its
parameters.
manifest vs com dll-linking08 Jan 2007 21:21 GMT1
I have this case:
App1:
 app1.exe
 complugin_ver1.dll
Can't merge two cells in Excel (c#)05 Jan 2007 21:51 GMT4
I've a big problem! Reading newsgroup or article give me a solution
that does not work.
I just need to merge two cells in Excel. As it didn't work, I create
just a little program that do the following:
Reflecting for method param names and values?05 Jan 2007 21:39 GMT2
I have used the GetCurrentMethod and GetParameters via the
System.Reflection namespace.  With this I am able to identify all of
the parameter names of the current method.  What I would like to do is
get the current values of those parameters using those dynamically
Invalid callback object instance05 Jan 2007 20:40 GMT3
I have a COM library written in C++.  For asynchronous operations I use
a callback interface to notify the application of completions.  Here's
the interface definition:
interface ICallback : IUnknown
Why do I need regasm /codebase in this scenario?05 Jan 2007 20:30 GMT5
I have a .NET dll, it's in the c:\myfiles\bin directory.  I went into a
Visual Studio 2005 Command Prompt changed directory to the
c:\myfiles\bin directory and ran a regasm /tlb MyDotNet.dll, so I
inside my c:\myfiles\bin directory I have MyDotNet.dll and
How to pass C# string to Embeded C++ String?05 Jan 2007 13:10 GMT1
I'm having a little trouble passing a C# string to a Embedded C++ 4.0
CE dll. The regular  'string' from C# would not work.  I have also
tried Marshaling, but no luck.   Sometimes the Embedded C++ code throw
an exception like
Visual component written in unmanaged C++05 Jan 2007 08:45 GMT3
I need to write a visual component to be used in a C# windows
application. The component must be written in unmanaged C++. What is
the easiest way to do that?
Thanks.
Get data from pointer to a buffer03 Jan 2007 12:14 GMT1
I'ma having some problems here getting into Interop.
I have a dll which has method gettextItem(char*data,int* datalen), In C I can have a malloc with doing this:
gettextItem(null,datalen)
data=(unsigned char*)malloc(size)
Finding the executable path of a running process03 Jan 2007 06:37 GMT2
Can anyone shed any light on how i can get the path of a task/process
that is running if i have a handle to its top-level window? Please!
I don't know where to start...
HYCH,
Pages: 1 2 3 4 December, 2006
 
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.