TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About PInvoke
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mohammad Elsheimy (4)
Tural Suleymani (1)
Sam Hobbs (1)
Dipal Choksi (1)
Matthew Cochran (1)
Related resources for PInvoke
No resource found
Integrating C/C++ Libraries to .NET Applications with P/Invoke
8/1/2024 3:53:22 AM.
Integrating CC++ libraries into .NET applications using PInvoke allows you to call native code from managed code. This process involves declaring methods in C++ libraries using extern "C" an
Native Windows Dynamic Link Libraries (DLLs)
7/27/2023 6:05:29 AM.
This article briefly explains what a native Windows Dynamic Link Library (DLL) is, shows how to create a DLL using C++, how to consume it in C# and then explains how DLLs work.
Programmatically Swapping Mouse Buttons
10/28/2020 1:27:51 AM.
In this article we will learn how to swap mouse buttons programmatically - to make the left button acts as the right and vice versa.
Invoking Unmanaged DLL Functions from Compact Framework for Pocket PC
12/4/2018 5:27:44 AM.
In this example we will use the Compact Framework to create a program containing a launch pad for the Pocket PC.
Interop Without PInvoke - Consuming Native Libraries in C#.
9/30/2012 2:36:44 AM.
This article will help get you started consuming native code with C# by writing your own interop layer in C++/CLI as a much cleaner and more flexible alternative to using PInvoke.
.NET Interoperability at a Glance 3 - Unmanaged Code Interoperation
6/12/2012 1:04:42 AM.
This is the last article in this series, it talks about unmanaged code interoperation; that’s, interop between .NET code and other code from other technologies (like Windows API, native libraries, COM, ActiveX, etc.)Be prepared!
.NET Interoperability at a Glance 1 – Introduction
12/27/2010 12:33:04 AM.
In this article and the few following it, we’ll try to take a tour in Interoperability in .NET Framework.
Creating Transacted Files
10/6/2009 7:54:46 AM.
In this article we will learn how to create transactional files in Windows Vista and descendants.