Click here to Skip to main content
15,868,141 members
Everything / PInvoke

PInvoke

PInvoke

Great Reads

by Nicolas Dorier
Configure the HTTP traffic on your local machine. A nice alternative for netsh http.
by Dev Leader
Are you excited to get your Myo armband from Thalmic Labs? If you're a C# developer, then check out this open source library to help you control your Myo! The post appeared first on http://www.DevLeader.ca.
by Steffen Ploetz
How to develop Linux/Unix (X11) GUI applications in C# efficiently without dependencies to GUI frameworks like GTK or KDE. Description of composite widgets.
by Maxim Kartavenkov
Article describes basic task which are requre to solve for developing your own DirectShow Splitter filters.

Latest Articles

by Ronald M. Martin
A walk-through of the front end of a convenient ad blocking application that lives behind a notify icon
by Ronald M. Martin
This article provides a walk-through of the front end of a convenient ad blocking application that lives behind a notify icon.
by Ronald M. Martin
This series of articles explores a new WPF-friendly wrapper class for Shell_NotifyIcon.
by Ronald M. Martin
This series of articles explores a new WPF-friendly wrapper class for Shell_NotifyIcon.

All Articles

Sort by Title

PInvoke 

7 Oct 2012 by Andriks
A MessageBox replacement with some much needed extras
2 Dec 2020 by Ronald M. Martin
This series of articles explores a new WPF-friendly wrapper class for Shell_NotifyIcon.
2 Dec 2020 by Ronald M. Martin
This series of articles explores a new WPF-friendly wrapper class for Shell_NotifyIcon.
2 Dec 2020 by Ronald M. Martin
This article provides a walk-through of the front end of a convenient ad blocking application that lives behind a notify icon.
2 Dec 2020 by Ronald M. Martin
A walk-through of the front end of a convenient ad blocking application that lives behind a notify icon
14 Apr 2018 by Andy Galluzzi
Join me to create the most advanced yet most simple to use full duplex MMF based IPC for Windows
7 Jan 2013 by Jason Curl
Describes the usage of Asynchronous I/O with I/O Completion ports with .NET
11 Feb 2013 by Dave Elliott
This article provides a practical solution to clicking the button on a popup window.
15 Aug 2010 by Sharan Basappa
This code shows how to host a third party application inside your own process Window, like Google Chrome & Internet Explorer 8
6 Oct 2014 by Dev Leader
Are you excited to get your Myo armband from Thalmic Labs? If you're a C# developer, then check out this open source library to help you control your Myo! The post appeared first on http://www.DevLeader.ca.
23 Aug 2012 by Nicolas Dorier
Configure the HTTP traffic on your local machine. A nice alternative for netsh http.
11 Jul 2012 by Maxim Kartavenkov
Articles describes how to make pure C# rendering video on EVR with custom presenter over Direct3D in .NET
24 Mar 2011 by Dan Buskirk
Accessing Industry-Standard Linear Algebra Libraries from .NET Code
18 Aug 2012 by Dan Randolph
C# interop using platform invoke and C++ vectors to implement fast searching and selection on index keys
4 Jul 2011 by Qwertie
How fast is C++ compared to C#? Let's compare code ported directly between the two languages.
26 Aug 2010 by Bassam Alugili
Inserts tabular text into Microsoft Word document
5 Apr 2015 by Bjørn
Using ffmpeg DLLs directly in C# to extract frames and create a thumbnail sheet
12 Sep 2011 by Kunal Chowdhury «IN»
How to open the "Run Dialog" directly from the Silverlight 5 application
8 Sep 2013 by Winfried Wille
MySQL-Fullltext: Start for a simple search-engine using MySQL C-API, WCF, and jQuery
2 May 2010 by Thomas van Veen
Visual Studio 2005/2008 AddIn for browsing exported methods of native libraries
11 Jul 2020 by honey the codewitch
Exploit the memory layout of your data to make your P/Invoke code more accessible and maintainable
4 Jul 2020 by honey the codewitch
How to marshal structs that the .NET marshaller just can't handle without a lot of help
12 Jan 2018 by Yuval Naveh
A playback practice tool for musicians that allows slowing down, changing pitch, defining presets and loops on music files.
9 Mar 2015 by Steffen Ploetz
How to develop Linux/Unix (X11) GUI applications in C# efficiently without dependencies to GUI frameworks like GTK or KDE. Description of composite widgets.
9 Mar 2015 by Steffen Ploetz
How to get out the maximum from the Roma widget in C# efficiently without dependencies to GUI frameworks like GTK or KDE. Basics and description of concepts.
21 Oct 2015 by Steffen Ploetz
How to develop Linux/Unix (X11) GUI applications in C# efficiently without dependencies to GUI frameworks like GTK or KDE. Description of simple widgets.
9 Mar 2015 by Steffen Ploetz
How to get out the maximum from the Roma widget set in C# efficiently without dependencies to GUI frameworks like GTK or KDE. Short introduction of the widgets.
3 Aug 2015 by Steffen Ploetz
How to draw transparent and gradient output on a X11 window unsing the (low level API) XRender protocol extension for X11.
14 Sep 2013 by Steffen Ploetz
How to call native Xt API from Mono Develop C# ending up in a very little Athena widget application.
17 Sep 2013 by Steffen Ploetz
How to call native Xm API from Mono Develop C# ending up in a very little Motif widget application.
7 Nov 2013 by Steffen Ploetz
How to use Free Widget Foundation Xt compatible widgets from Mono Develop C#
13 Oct 2012 by Maxim Kartavenkov
Article describes how to make DirectShow Filters in .NET, it consist of BaseClasses and couple of samples
16 Nov 2011 by wborgsm
MouseWheelRedirector redirects mouse wheel events to the control under the mouse pointer in Windows Forms applications, regardless of the control being clicked/focused. Just attach the control to the Redirector, no additional coding is required.
23 Jan 2017 by wmjordan
Converting PDF into bitmaps without installing extra components.
12 Aug 2010 by Petr Bříza
Use asynchronous pluggable protocol to generate content for WebBrowser control
12 Feb 2011 by StehtimSchilf
TaskbarSorterXP is a small utility which allows the user to sort the windows on the Windows Taskbar. Additionally windows can be minimized to system tray
22 Jul 2020 by honey the codewitch
Diving into some of the core plumbing behind the Windows operating system
13 Aug 2014 by Steffen Ploetz
How to get out the maximum from the Roma Widget Set's list and tree widgets in C#.
10 Jul 2012 by Maxim Kartavenkov
Articles describes how to make pure C# rendering video on VMR9 with custom allocator presenter over Direct3D in .NET
20 Feb 2014 by Vladimir Svyatski
How to correctly draw WinForms Tab Control with bottom alignment when visual styles are enabled
30 Sep 2015 by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article introduces a XAML based 7 segment LCD display utilizing a WPF UserControl.
14 Feb 2017 by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article reviews a XAML based application utilizing the DrawingBrush with offset and tiles.
24 Mar 2017 by Steffen Ploetz
This article introduces a small tool (much simpler than sandcaste help file builder) to create HTML help for .NET/MONO assemblies and reviews the XAML based approach to create GUI application with the Roma Widget Set XrwXAML.
22 Nov 2014 by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article reviews a XAML based application utilizing massive data binding with zero code.
16 Aug 2015 by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article reviews a XAML based application utilizing WPF UserControls.
12 Jun 2015 by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article reviews a XAML based application with WPF geometry objects (shapes).
2 Feb 2015 by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article reviews a XAML based application with basic menu, clipboard & validation features.
10 Oct 2014 by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article shows 'how to' a XAML based dialog application with the Roma Widget Set (Xrw) in C#
9 Nov 2015 by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article introduces a XAML based Minesweeper game with WPF.
29 Oct 2014 by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article shows 'how to' a XAML based ribbon application with the Roma Widget Set (Xrw) in C#
7 Oct 2012 by Maxim Kartavenkov
Article describes basic task which are requre to solve for developing your own DirectShow Splitter filters.
13 Oct 2012 by Maxim Kartavenkov
Article describes basic tasks for implementing your own File Source DirectShow filters.