Click here to Skip to main content
15,881,898 members
Everything / Win64

Win64

Win64

Great Reads

by Szymon Roslowski
Just another approach to understanding communication between HID devices and C#.
by Jeffrey Walton
Import and export Cryptographic Keys in PKCS#8 and X.509 formats, using Crypto++, C#, and Java.
by Martin Mitáš
How to support scrolling within your controls.
by Dave Kerr
Create Shell Icon Overlay Handlers using .NET!

Latest Articles

by Michael Chourdakis
An introduction to machine learning with working C++ code that trains a linear regression model.
by Alex Rakov, Alexandre Bencz
ELENA is a general-purpose, object-oriented, polymorphic language with late binding
by Bruno van Dooren
An introduction to exporting functions from DLLs
by Bruno van Dooren
How to use APCs to perform user interface updates

All Articles

Sort by Updated

Win64 

N 18 Apr 2024 by Michael Chourdakis
An introduction to machine learning with working C++ code that trains a linear regression model.
20 Feb 2024 by Alex Rakov, Alexandre Bencz
ELENA is a general-purpose, object-oriented, polymorphic language with late binding
25 Jan 2024 by Bruno van Dooren
An introduction to exporting functions from DLLs
18 Jun 2023 by Michael Chourdakis
Use your sensors for identification and verification
31 May 2023 by Sarthak S
Assembly inspection and hacking with windbg
16 Jan 2023 by The Ænema
In this article, you will learn an easy way to protect your critical code logic in electron-based applications using a C++ native library.
28 Nov 2022 by Kai Schtrom
How to use DSE-Patcher to disable Driver Signature Enforcement
10 Sep 2022 by Mikhail Semenov
This article shows that double-ended vector is much faster than std::deque and should be preferred.
18 Feb 2022 by Christ Kennedy
A tool to help quickly generate 'snippets' of code in any Windows based IDE - use OneDrive to clipboard PC to PC
15 Jan 2022 by Christ Kennedy
A fully functional Irish Language Word Processor written in C#
23 Nov 2021 by David MacDermot
This article describes the creation of a non-MFC custom PropertyGrid control.
30 Oct 2021 by Karel Donk
An example of building a peer-to-peer chat application for secure and private communication
12 Jul 2021 by Max Kleiner
We use a Command Line Interface with OpenWeatherMap (PyOWM) to make it easier to use the OpenWeatherMap API in Python.
20 Jul 2020 by Simon Cooke
A bi-partite circular buffer for high performance buffering, where it comes from, and why you'd want to use it.
6 Apr 2020 by Doctor Autonomy
A surprisingly easy way to avoid memory leaks with new/delete allocations in C++
25 Jan 2020 by Thilo Bauer
Autohides Taskbar and Startmenu when there are no mouse moves over them for a defined time
14 Jan 2020 by honey the codewitch
Add the ability to run a service in console mode and to control or install your service from the command line
14 Jan 2020 by honey the codewitch
Easily add scripting support to your apps using Microsoft's active script technology
4 Jan 2020 by The Ænema
Here's the best, beautiful and easiest way to create an animated and smooth sliding scroll viewer in WPF Platform (Windows Presentation Foundation).
5 Nov 2019 by Howard 9448490
A replacement Windows Experience Score tool for Windows 10
2 Nov 2019 by Alaa Ben Fatma
Use your skills as a designer to create gorgeous control
20 Oct 2019 by Lance A. Endres
The algorithm presented by Radhakrishnan, et al., originally used to segment well logs for the oil industry, has been ported to C and C#.
22 Sep 2019 by Rodrigo Cesar de Freitas Dias
Introducing WinLamb, a modern C++11 object-oriented library to write native Windows programs
21 Aug 2019 by Johnny J.
Easily add image cropping to your desktop application
29 Jun 2019 by Dave Kerr
Rapidly create Shell Context Menu Extensions using .NET
31 May 2019 by Michael Chourdakis
Replace GetOpenFileName/GetSaveFileName with a new cloud API!
30 May 2019 by Michael Chourdakis
A few functions and you can call various Web libraries like Google Drive
9 May 2019 by Michael Chourdakis
Create music easily
1 Mar 2019 by Sergey Nozhenko
A technique of invoking and implementing non-standard interfaces of windowsless rich edit controls is demonstrated
12 Feb 2019 by Palavos
An article about Huo Chess, a mini open source chess program in C# that attempts to be the best smallest in size chess program for educational purposes ever...
13 Dec 2018 by Michael Chourdakis
A mutex with shared/exclusive access with upgrade/downgrade capability
4 Nov 2018 by Michael Chourdakis
A ready to be used hotpatching library with five methods!
1 Nov 2018 by Alexander Eremeev
The Windows kernel-hacking library and development framework written on C++17
3 Sep 2018 by Michael Chourdakis
Easy to use simple parser with S/MIME Support. Version 2.
24 Jul 2018 by stevemk14ebr
PolyHook v2 - the C++17 x86/x64 library supporting multiple methods of hooking
25 Jun 2018 by Sean Rand
This is an article to help you clean up browser processes during automated Selenium testing.
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
28 Feb 2018 by Omar Saad (IREQ), Eric Ouellet
Ouellet Convex Hull is currently the only ‘Online’ Convex Hull in O(log h) per point, where 'Online' stands for dynamically add one point at a time. Based on our own test against many other algorithm implementations, including Chan and Voronoi/Delaunay, it appears to be the fastest one.
26 Feb 2018 by Martin Mitáš
How to support scrolling within your controls.
10 Feb 2018 by NewPast
Using serial or paraller port to control a machine
4 Oct 2017 by CMalcheski
Ditching the slowdowns and applying a little elbow grease can create dramatic speed improvements in GDI image blending.
26 Sep 2017 by Nicolas Kogler
This article will take a look at the benefits of code generators, the .NET reflection and external files to reduce code maintenance in industries with a lot of data.
22 Aug 2017 by gggustafson
This article revises the HTML authoring tool, HTML TOC Generator, that generates a Table of Contents for an HTML document. Optionally, the tool will number the HTML headers.
11 Jul 2017 by Doug Duerner, Yeon-Chang Wang
In this article we explored a theory; would it be better to not utilize a heap construct when dealing with very large objects in .NET, in order to avoid Large Object Heap (LOH) fragmentation?
24 May 2017 by Zahid Nawaz Ch.
SqlDependency ,can be used to pick changes without executing query to see there is any update from database , WHERE CLAUSE can also be applied for narrowing scope, Its way to push changes from SQL Server to SQLDependency , .NET library , SQL Server Broker service sends updates to SQLDependency.
3 May 2017 by dmihailescu
A Visual Studio add-in that inserts some commonly known OO patterns into your working project and searches your highlights online.
2 May 2017 by Arthur V. Ratz
This article is a practical guide on using Intel® Threading Building Blocks (TBB) and OpenMP libraries for C++ based on the example of delivering parallel scalable code that implements Burrows-Wheeler Transformation (BWT) algorithm.
16 Apr 2017 by zapsolution
Midi keyboard with both mouse and computer keyboard control
13 Apr 2017 by zapsolution
Stereo mix audio capture with peak level display
3 Apr 2017 by Edgar Maass
Display a Point Cloud grabbed by the Microsoft Kinect v2 in a OpenGL control
21 Mar 2017 by mat35770
Tutorial to explain how to integrate a Markdown documentation in a WPF application using DocuPanel.
15 Dec 2016 by ergohack
Tired of the same old Windows Logon/Shutdown screen? I use a symbolic link rotation utility to cycle through a bank of backgrounds.
9 Dec 2016 by Arthur V. Ratz
In this article, we'll demonstrate an approach the allows to increase the performance (up to 600%) of the code that implements the conventional distribution counting algorithm (DCA) using NVIDIA CUDA 8.0 Runtime API
6 Dec 2016 by Jon Campbell
Using "thunk" technique to add this pointer as fifth parameter to WndProc call for x32 and x64
10 Nov 2016 by Farhad Reza
This article will show you how you can use the OpenGL graphics library in Google's Go language.
12 Oct 2016 by Mahmoud Samir Fayed
Getting started with 2D games development and build the Flappy Bird 3000 game using the Ring programming language.
7 Oct 2016 by digital performance
This article shows how to access Windows API with plain x64 assembly programming language (MASM style). It shall also give an overview, how to apply some programming techniques like OOP and multithreading on a low level.
23 Sep 2016 by Angel Gabriel Valdés Sarduy
It tests an ANN structure selector criteria for generic kinds of problems with ANNs.
26 Aug 2016 by T. Herselman
C++11 header-only class, executes functions on a separate thread, including return values. Featuring a unique custom built, low level, lock-free double buffered queue; with a high speed data format, executes a queue of functions in only 6 CPU instructions; lea,call,mov,add,cmp,jb
17 Aug 2016 by Edgar Maass
Open and display point clouds using a simple user control. Technology used: C# and the OpenGL library via the OpenTK port to .NET.
15 Aug 2016 by Edgar Maass
Different methods to align (aka stich, register) point clouds via the ICP (Iterative Closest Point) method
2 Aug 2016 by RogerCreagh
A standard interface for multiple Arduino boards with different firmware
12 Jul 2016 by David A. Gray
Share Win32 string resources without the risk of conflicting resource IDs
8 Jul 2016 by icemanind
A Winforms control that looks like a console screen, with full reading and writing support.
15 Jun 2016 by Vishnu Prasad C
Data insertion from flat file into SQL through BCP utility
5 May 2016 by Marius Bancila
Interact, control and configure Windows services using C++ components built on top of the Windows services API
24 Apr 2016 by Michael Chourdakis
A class to implement a reverse semaphore
14 Apr 2016 by Eyal Rosner
Easily setting debugger to attach a process on start
2 Apr 2016 by David Vanson
A progress bar control you can customize
7 Mar 2016 by John Torjo
You can easily apply Pretty Formatting to your logs. Make the information that's relevant to you easily stand out!
25 Feb 2016 by J.Starkl
A windows-service which has a fall service on a second server, if the server it's running on, crashes
25 Feb 2016 by J.Starkl
A windows-service which can handle different operations in separate threads and which can be controlled by a small GUI program
15 Feb 2016 by Ahmed Amer Jaf
Fast n Easy Way to parse Json data
21 Jan 2016 by John Torjo
You can do advanced searching through your Windows Event Logs. Even regex searching and filtering. No expert skills required.
30 Dec 2015 by D Sarthi Maheshwari
A look at possible parallel-producer-consumer patterns. (Final Part)
15 Dec 2015 by databaseobjectmodel
A sample infrastructure project such as erp, mrp, crm, admin panel.
6 Dec 2015 by Michael Chourdakis
Load an EXE file as a DLL in another EXE and execute the functions
11 Nov 2015 by c-smile
Basics of Sciter embedding principles, high-level overlook of Sciter SDK structure.
23 Oct 2015 by Michael Chourdakis
A simple template for manipulating the registry
14 Oct 2015 by John Torjo
Create and Share Notes about your Logs like never before!
30 Sep 2015 by Timo Kunze
Use undocumented parts of the Windows Vista list view API to enhance your application.
16 Sep 2015 by _Plutonix
Framework for NET based Shell Context Menus using VB, C#
5 Sep 2015 by InvisibleMedia
28 Aug 2015 by InvisibleMedia
Defining innovation beyond the limits of Chomsky
28 Jun 2015 by NightWizzard
Simply add a single code module to add instant design capabilities to all windows forms of your application!
16 Jun 2015 by dmihailescu
Customize OpenFileDialog and SaveFileDialog using a WPF Window
11 Jun 2015 by Khaled Abdelhamid
Core utility components - Localization, Configuration, Logging, and Exception Handling.
3 Jun 2015 by john morrison leon
An alternative approach in which dialogs are entirely specified as C++ code that requires neither IDE support to be written nor IDE generated resources to be executed. Powered by the C++ type system.
2 Jun 2015 by Artur Zgadzaj
Batch run as Administrator - automatic increase administrative privileges in Batch scripts like BAT and CMD - universal tools Batch_Admin
28 May 2015 by Cristian Amarie
Outlook add-in integration for Skype IM: Skype events, Outlook Skype ribbon, and more.
9 Apr 2015 by Dirk Bahle, Alex Maitland
How to implement a ResourceHandler in CefSharp to display custom HTML in WPF
27 Mar 2015 by Member 11459717
An application used to manage applications which are categorized by functionality which also prioritizes tasks necessary to manage a household. The application is back-end managed, controlled and operated through Microsoft's Azure cloud platform.
24 Mar 2015 by Carlos Jiménez de Parga
Explanation of a consistent 3D graphics software architecture through a basic OpenGL application
23 Mar 2015 by Sanmayce
An heavily optimized LZSS decompression etude in C
17 Mar 2015 by Tsuda Kageyu
Provides the basic part of Microsoft Detours functionality for both x64/x86 environments.
16 Mar 2015 by Rolf Kristensen
A custom draw CListCtrl with subitem editing and formatting
25 Feb 2015 by gggustafson
This article discusses how to create animated controls using graphic layers.
19 Jan 2015 by Dave Kerr
Rapidly create Shell Icon Handler Extensions using .NET