Click here to Skip to main content
15,889,833 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 Score

Win64 

2 Sep 2013 by Szymon Roslowski
Just another approach to understanding communication between HID devices and C#.
19 May 2015 by Yohamnes Hernandez
How to free blocked files, inclusive if they are mapped in memory. Something that many tools are missing.
1 May 2017 by Arthur V. Ratz
This tip/trick introduces the basic ideas on how to avoid memory mismatched allocation/deallocation issues detected by Intel® Inspector XE for Visual Studio 2015
5 Mar 2017 by Jose A Pascoa
15 Jan 2016 by veen_rp
Big lists (>1,000,000 items) can cause out-of-memory errors raised by .NET. Manage them by a List of List(Of T)
6 Apr 2014 by Prabakaran T
Ultimate USB Reset Attribute with powerful option
20 Nov 2011 by Bernhard Hiller
That's far too obscure.All you need to do is store a reference to the TabPage instance which was removed from the TabPages collection of the TabControl. You may use the form where the TabControl is placed for that purpose.You could also create your own TabControl which has an extra property...
10 Jun 2014 by Anamera
This XSLT will output an Excel worksheet containing a CSV type of record collection in a more usable XML format.
10 Oct 2014 by Gerardo Recinto
Virtualization of RAM & Disk for high-speed, low-footprint & scalable data caching
10 Dec 2015 by JinWenQiang
Get started with your own SDN (Software Defined Network) simulation network
25 Feb 2017 by RickZeeland
Create an Installer which allows to change the Forms application settings in a custom Inno Setup page
27 Jun 2018 by Clifford Nelson
These are some methods I created to help with creating and deleting Windows shared directories.
10 Feb 2020 by Steffen Ploetz
YES, you can - use native DLLs in your Azure Functions via P/Invoke ([DllImport]) as you already know it from .NET Framework, and safe the code you have developed and maintained for decades with much effort and patience.
28 Jul 2013 by Mike Meinz
How to use .NET Framework to determine the drive letter of the CD/DVD (optical) drive.
26 Sep 2015 by Piyush Manharlal
Using integer instead of Enum for ComboBox and Radio Button in XAML
27 Jun 2015 by Pedram_Niloufari
C# .Gif viewer / Snipper control
25 Jan 2013 by Cinchoo
This article show how to consume Windows registry information using Cinchoo Configuration Manager.
31 Jul 2013 by Thomas B Dignan
Getting the text of Win32 Error codes for 99% of cases.
30 Jun 2014 by Keith Balaam
Run multiple instances of a Windows service on the same machine.
5 Apr 2015 by Chris Jorna
Communication library files - UDP broadcast
16 Apr 2015 by Chris Jorna
Communication Library Files - LMS5lib | Connection and structure
11 Oct 2015 by Member 11246861
Wifi communication between RaspberryPi2 and Laptop ASUS: fonts English, Russian.
6 Nov 2012 by PJ Arends
I needed to disable the Sleep button on my keyboard, here's how.
9 Mar 2012 by Mahmud Hasan
Whenever I try to install any software I get an error saying another installation is running.
5 Jul 2012 by Pasan Eeriyagama
how to get gridview selected row value to text box which is in another windows form
7 May 2013 by Adam Wojnar
Tips for VC++ 2010 Express users on 64bit Windows.
25 Aug 2012 by Rich Turner
Free space cleaner to overwrite empty space on logical disks
3 Jun 2013 by LarryCharlton
Using system, named, and hex color values
28 Jul 2014 by Muhammad Muddasar Yamin
The article is about launching elevated processes through command line
7 Sep 2012 by zippy1981
This is an alternative for "ODBCTracer"
12 Sep 2012 by sam stokes
How to implement live tile notification in just a few lines of code
11 Sep 2012 by sam stokes
This sample demonstrates how to use the Tile Template, specifically the TileSquareImage and an image.
25 Sep 2012 by sam stokes
This is a really simple implementation of JavaScript and HTML5 to be used in a Windows 8 Store app.
22 Oct 2012 by FlyersWeb
This article present how to make async HTTP Request in a command line application
15 Apr 2015 by Chris Jorna
Communication Library Files - NetTools | IsSameSubnet
6 Jul 2016 by Thomas Cooper
Visual Studio Team Foundation Service Agile Bugs P2
16 Mar 2019 by WhiskeyBeforeWater
A nodular Singely Linked List for VBA with some basic functions
7 May 2014 by ehab_nour
Fast algorithm
23 Mar 2013 by Dejan Mauer
Probably the easiest way to detect faces in images by using Accord.net framework
29 Jul 2013 by Johnny J.
How to do a program whose main graphic interface consists of an icon in system tray
26 Jul 2016 by Yochai Timmer
Debugging C++ projects in release. Finding the lost object information
9 Mar 2015 by sunhui
Integrate .NET Component to your Native MFC Application at runtime
27 Jun 2012 by Brady Kelly
A quick and easy way to ensure that your Code First DB Initializer is always run when your app starts, not just on the first data access operation
28 Dec 2013 by Kees van Spelde
How to control a Windows Service from C# .NET
2 Jan 2014 by Michael_Davies
Printing To Line Printers (EPOS) Using Windows
11 Jan 2017 by Dean Feng
A simple method to display a waiting dialog in WinForm application, and not block the main form.
20 May 2014 by Ed Nutting
How to fix LocalDB / SQL Server: "Cannot open database "XYZ" requested by the login. The login failed. Login failed for user ABC"
30 Dec 2013 by Zhuyun Dai
Resolve an issue when installing Windows Server 2012 R2 in VirtualBox
4 Nov 2014 by Dariush Tasdighi
A very powerful and customizable source code that converts the Infix to Postfix expression.
10 Nov 2015 by John Torjo
Want to automatically let your users know when you've posted an update of your application? If your project is hosted on github, you're in luck!
23 Feb 2015 by Sujith Karivelil
This article Describes Connectivity to Gmail using IMAP, and also guide you to download and save mail content along with attachment.
10 Apr 2015 by El_Codero
Convert doc/docx documents to pdf with Foxit Reader Printer. Works without use of Word Interop/SharePoint.
26 Nov 2012 by nilotpalbarpujari
VS 2010 style toolbox written in C#
17 Nov 2015 by flyhigh
SOUI is a directui library and had been used in many commercial softwares, which is published based on MIT and is completely free to any user.
8 Jun 2012 by pdoxtader
Use DeviceIoControl, QueryDosDevice and WNetOpenEnum to get information about your system.
21 Jun 2012 by Nick Kopp
How to both simplify CUDA applications and improve PCI-Express performance.
1 Aug 2014 by Gautham Prabhu K
Perform custom disk clean up when hard disk free space goes low
10 Mar 2017 by Southmountain
Gems for typedef and namespace in C
9 Feb 2015 by Member 11246861
Under laptop's control, microcontroller sends sensor data to laptop that displays numbers and graphic.
22 Jun 2012 by Southmountain
How to install Visual Studio 6 on Windows 7 professional (64 bit)
27 Dec 2010 by Mr Nukealizer
Ideal for finding LoadLibrary() in 32 bit programs from a 64 bit program but it works for any function in any DLL and supports forwarded functions and ordinals.
6 Jun 2013 by Manish K. Agarwal
Windows symbols and crash dump analysis.
1 Feb 2013 by aaverian
A very simple console progress bar.
18 Aug 2014 by Emiliarge
Read and write data to Access databases without limitations caused by the use of the SQL.
21 Jun 2013 by Leonid Belousov
This tip shows how to find the default browser command line in registry using Visual C++.
22 Jan 2014 by imagiro
How to use the shell to unzip a file to a folder location
12 Aug 2014 by Gihan Liyanage
Simple Dapper.NET Example with MVC
10 Oct 2012 by pavan1361
adding require blocking site in hosts file
26 Apr 2015 by Haftmann, Henrik
12 years too late but now it works: A replacement driver for giveio and dlportio for 64-bit Windows
29 Sep 2015 by HP2M
This tip covers handling two Excel lists using Interop.
28 Apr 2017 by Ahmed Elkafrawy
Implementation of an easy, fast, and optimized (CByte, CShort, CInt) with bits access using bit field and union
20 May 2013 by Sunil P V
How to access a 64bit registry key from 32bit built application in .NET 3.5 and lower
11 Apr 2022 by AdventureDriver
Creating a optionally sheared mirrored image from a source image in a collage
17 Jan 2016 by Ahmed Amer Jaf
Downloading files from the Internet with one line without Freezing Form
2 Apr 2015 by Chris Jorna
Source code and demo on general TCP client & server library mainly usable for / tested on SICK lidar devices
4 Oct 2018 by Antagony
Schedule a task to run this script, which checks whether Windows has [re]connected to the specified router after startup, sleep, or hibernation – and attempt to connect if not.
12 Jan 2016 by Amit KD
How to identify if the executable is 32-bit or 64-bit
18 Sep 2014 by Gautham Prabhu K
Creating and using Service Locator pattern
28 Sep 2012 by Dr. Vinayak Ashok Bharadi
Homomorphic filtering is a generalized technique for signal and image processing, involving a nonlinear mapping to a different domain in which linear filter techniques are applied, followed by mapping back to the original domain.
27 Mar 2013 by metastruct
When WebClient, HttpRequest, and all else fail, BITSadmin solves your download woes
7 Mar 2007 by xdoukas
A tip on the implementation of Unix ucontext_t operations on Microsoft Windows.
22 Jan 2013 by Vinod Viswanath
Are you annoyed of the "Restart now" message in Windows? Here is a solution for that.
6 Jul 2013 by hirosht
Step by step method of thresholding a image using the EmguCV API in C#
30 Dec 2014 by Daniel Lieberwirth (BrainInBlack)
A class representing the state of a connected XBOX 360 controller
11 Sep 2015 by Member 11246861
First samples in VisualGDB for Raspberry pi2
18 Dec 2015 by Redgum
A customizable MessageBox() DLL and test application with dozens of built-in icons and color schemes
26 Sep 2015 by Southmountain
Some take-away to improve the quality of desktop software
13 Nov 2011 by KazMaxLtd
This article describes how to hide or show TabControl tabs at runtime
23 Jul 2014 by Brandon Rohrer
Embed HTML in a Word Document
21 Oct 2015 by Mike 2005
Code to include in a deployment project
29 Sep 2015 by Thiago Gaidzinski
UniDAC allows you to connect your cross-platform application directly with many database's types.