14,279,473 members
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Chapters and Sections
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View ASP.NET questions
View VB.NET questions
View SQL questions
View Javascript questions
discussions
forums
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
.NET Framework
Android
iOS
Mobile
SharePoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
stuff
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
Product Showcase
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
The Soapbox
Non-English Language
>
General Indian Topics
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
27,067 Results
Filters
Articles
Technical Blogs
Tips & Tricks
Reference Articles
Research Library
Questions
Answers
Forum Messages
News Items
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating (Hi - Lo)
Rating (Lo - Hi)
Popularity (Hi - Lo)
Popularity (Lo - Hi)
Votes (Hi - Lo)
Votes (Lo - Hi)
Modified (New - Old)
Modified (Old - New)
Thread Modified (New - Old)
Thread Modified (Old - New)
Created (New - Old)
Created (Old - New)
Title (A - Z)
Title (Z - A)
Author (A - Z)
Author (Z - A)
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Internet of Things
Contests
Article License
All Licenses
Ms-RL
Custom
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
CC (BY-ND 3.0)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Mobile Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Page 1 of 542
Page Size:
10
·
25
·
50
Tag filtered by: Windows
[x]
NetworkView: A WPF custom control for visualizing and editing networks, graphs and flow-charts
1 Sep 2019
by
Ashley Davis
license:
MIT
This article examines the use and implementation of a WPF custom control that is used to display and edit networks, graphs and flow-charts.
Platforms, Frameworks & Libraries
»
Windows Presentation Foundation
»
Controls
C#
Windows
.NET
XAML
WPF
Controls
, +
SessionTime - log Windows session events and display session durations and locked periods
1 Sep 2019
by
Ivan Golović
license:
MIT
This application consists of Windows service that logs Windows session events and WPF application that parses resulting log to display session durations and locked/unlocked periods within sessions for selected user.
Platforms, Frameworks & Libraries
»
.net Framework
»
Samples
C#
XML
Windows
.NET
XAML
WPF
, +
Robust C++
29 Aug 2019
by
Greg Utas
license:
GPL3
How to keep a C++ program running after nasty things happen
Languages
»
C / C++ Language
»
Howto
C++
Windows
Debugging
Signal
Exceptions
Thread
FuzzySortLib: A New Method for Sorting Data Using Fuzzy Logic
28 Aug 2019
by
trident99
license:
MIT
A new Open Source general purpose Data Sorting Engine that uses a Fuzzy Logic Model based sorting is described.
General Programming
»
Algorithms & Recipes
»
Fuzzy Logic
C++
Windows
Introduction to ELENA Programming Language
28 Aug 2019
by
Alex Rakov
,
Alexandre Bencz
license:
MIT
ELENA is a general-purpose, object-oriented, polymorphic language with late binding
General Programming
»
Algorithms & Recipes
»
Compilers
C++
Windows
ASM
compiler
code-generation
Assembler
, +
Dynamic Web TWAIN Programming for Angular, React and Vue
27 Aug 2019
by
Dynamsoft
license:
CPOL
In this article we demystify how to integrate Dynamic Web TWAIN SDK into Angular, React, and Vue
Third Party Products
»
Product Showcase
»
General
Javascript
Windows
HTML
MacOS
HTML5
MovieTracker - HTA for Tracking Movie Release Dates
25 Aug 2019
by
Marijan Nikic
license:
CPOL
HTA application written in VBscript for tracking and sorting movies list by their release date
Languages
»
Vbscript
»
Applications
VBScript
Windows
HTML
HTA
cppHeaderGen: A Global Extension of the C++ Programming Language - Command reference
24 Aug 2019
by
D4rkTrick
license:
CPOL
A table showing all commands supported by cppHeaderGen.
Languages
»
C / C++ Language
»
Utilities
C++
Windows
Linux
Prevent WPF DataGrid Auto-scrolling Due to Clicking in a Wide Column
24 Aug 2019
by
Charles Jenkins
license:
CC (ASA 2.5)
In full-row selection mode, the WPF DataGrid wants to scroll horizontally when a user clicks on a cell which extends offscreen. This sample project shows one way to prevent it.
Desktop Development
»
Grid & Data Controls
»
Datagrid and Dataview
Windows
WPF
C#7
Filling the WPF TreeView with Multilevel Hierarchy Data
24 Aug 2019
by
Dawid Giermanski
license:
CPOL
Presentation of the code which iteratively fills the WPF TreeView with multilevel hierarchy data
Desktop Development
»
Tree Controls
»
General
C#
Windows
WPF
A WPF Rotary Control
23 Aug 2019
by
Leif Simon Goodwin
license:
CPOL
This article presents a highly configurable rotary dial control.
Desktop Development
»
Selection Controls
»
General
C#
XML
Windows
.NET
XAML
WPF
, +
AutoUpdate: A GitHub Enabled autoupdater
19 Aug 2019
by
honey the codewitch
license:
CPOL
Automatically update your winforms app using github release binaries
Desktop Development
»
Miscellaneous
»
General
C#
Windows
.NET
Image Puzzle: An HTML Game
19 Aug 2019
by
Anurag Gandhi
license:
CPOL
An HTML 2D game to describe some basic game development tips in HTML/CSS and JavaScript.
Web Development
»
Html / CSS
»
Html
C#
ASP.NET
Javascript
CSS
Windows
.NET
, +
Antivirus Part--2
19 Aug 2019
by
VISWESWARAN1998
license:
CPOL
An opensource antivirus engine which uses Yara, Locality Sensitive Hashing to detect malware
General Programming
»
Cryptography & Security
»
Security
C++
SQL
Windows
Linux
Python
MacOS
, +
MFC.
Win32 HEX Control 2.
5
15 Aug 2019
by
Jovibor
license:
MIT
HEX control for MFC/Win32 apps
Desktop Development
»
Edit Controls
»
General
C++
Windows
Win32
Visual-Studio
MFC
hex
, +
What is SQLite3?
14 Aug 2019
by
essentialSQL
license:
CPOL
SQLite3 is a compact free database you can use easily to create and use a database. Learn more about it in this blog post.
Database
»
Database
»
General
SmartPhone
SQL
Windows
Linux
MySQL
Oracle
, +
Trigger Snowflake IFTTT Flows in Azure App Service
14 Aug 2019
by
Jerod Johnson
license:
CPOL
This article shows how to automate IFTTT (if-this-then-that) workflows with standard wizards in Logic Apps.
Third Party Products
»
Product Showcase
»
General
Javascript
Java
Windows
Azure
Real Label Size and View Angle Measurement Tool
12 Aug 2019
by
Member 13092868
license:
CPOL
This tool helps you create a label with given degrees of view angle. Also helps you estimate REAL label height and width by providing you linear correction functions to apply to inaccurate MeasureString values
Multimedia
»
Gdi
»
General
C#
Windows
.NET
Visual-Studio
VS2010
Text
decode multiPage rotate tif.
zip
12 Aug 2019
by
LeisureBamboo
license:
CPOL
The decode and encode of multiPage rotate tif.zip
Desktop Development
»
Files and Folders
»
Compression
VS6
C
Windows
Win32
Objective-C
Text
, +
Introduce an IPC Component Based on Windows Message
12 Aug 2019
by
flyhigh
license:
MIT
Simple and reliable IPC module based on Windows message, which supports recursive call up to 19 rounds because of the limitation of Windows.
Platforms, Frameworks & Libraries
»
Windows Workflow Foundation
»
General
C++
Windows
Win32
Use Windows Forms Designer on .
NET Core 3.
0 Preview
10 Aug 2019
by
Ahmad N. Chatila
license:
CPOL
A hack tutorial that enables the use of Windows Forms Designer for .NET Core 3.0 (preview) based Windows Forms apps
Desktop Development
»
Edit Controls
»
General
C#
XML
Windows
.NET
Visual-Studio
JSON
, +
Diligent Engine: A Modern Cross-Platform Low-Level Graphics Library
6 Aug 2019
by
EgorYusov
license:
CPOL
This article introduces Diligent Engine, a modern cross-platform graphics API abstraction library
Multimedia
»
Directx
»
Games
C++
Windows
OpenGL
DirectX
Objective-C
Game
, +
Upload File with AngularJS using ngResource
3 Aug 2019
by
Han Bo Sun
license:
MIT
In this tutorial, I will be discussing the approach of uploading files using ngResource with AngularJS.
Web Development
»
Client Side Scripting
»
Javascript
Javascript
Java
Windows
AngularJs
Spring
Using Visual Studio Code to Develop a Service Inside of a Container
3 Aug 2019
by
Dmitriy Repin
license:
CPOL
Using VS Code to author and debug an any-language service inside of a container running locally, on a cloud VM, or in a Kubernetes pod
Web Development
»
Applications & Tools
»
Docker
C++
Windows
Visual-Studio
Python
Google
Azure
, +
Update Editor for Git
1 Aug 2019
by
Benktesh Sharma
license:
CPOL
Configure your favorite editor in git
General Programming
»
Tools and Ide
»
General
Windows
COM
Compiling MuPDF DLL to Render and Edit PDF Documents
31 Jul 2019
by
wmjordan
license:
CPOL
MuPDF is an open-sourced, high performance PDF rendering and editing engine written in C. This article describes how to compile its source code to a DLL for use in other programming languages.
Desktop Development
»
Document / View
»
Doc/View
C
C#
Windows
Python
PDF
VS2013
, +
Containerize ASP.
NET Core Applications with Docker and Azure Kubernetes Services
29 Jul 2019
by
Akhil Mittal
license:
CPOL
For this tutorial, we’ll create a simple ASP.NET Core web application, containerize it with Docker, then deploy it to an AKS cluster.
Web Development
»
Asp.net
»
General
ASP.NET
Windows
Azure
Cloud
Containers
ASP.NET-Core
, +
IntelliPort
27 Jul 2019
by
Mihai MOGA
license:
Zlib
An alternative Windows version to the famous HyperTerminal
Web Development
»
Applications & Tools
»
Tools with Source Code
C++
Windows
.NET
Visual-Studio
MFC
Objective-C
, +
Bidirectional Messages Streaming with .
NET Core 3.
0 Using gRPC
26 Jul 2019
by
Igor Ladnik
license:
CPOL
The article presents compact and simple-to-use infrastructure for full duplex messages streaming with .NET Core 3.0 and gRPC.
General Programming
»
Internet / Network
»
General
C#
Windows
.NET
Linux
CORE
List Capture Devices for Python OpenCV on Windows
25 Jul 2019
by
Xiao Ling
license:
MIT
General Reading
»
Uncategorised Articles
»
General
C++
Windows
Visual-Studio
Python
VS2010
OpenCV
SignalR with Self-hosted Windows Service
24 Jul 2019
by
john_1726
license:
Apache
Two SignalR Demo Projects: Self-Hosted Windows Service and Broadcasting Application
Platforms, Frameworks & Libraries
»
.net Framework
»
General
C#
Javascript
XML
CSS
Windows
.NET
, +
Detecting a Drone - OpenCV in .
NET for Beginners (Emgu CV 3.
2, Visual Studio 2017).
Part 2
22 Jul 2019
by
morzel
license:
CPOL
Detecting a drone - OpenCV in .NET for beginners
Platforms, Frameworks & Libraries
»
.net Framework
»
General
C#
Windows
Visual-Studio
OpenCV
class
Corner
The *AdES Collection: CAdES, XAdES, PAdES and ASiC Implementation for Windows in C++
22 Jul 2019
by
Michael Chourdakis
license:
CPOL
A standard-compliant library for secure signing
Platforms, Frameworks & Libraries
»
Windows Security
»
Cryptography
C++
Windows
cryptography
Debuggable Windows Service Template Project with C#
21 Jul 2019
by
Mustafa Kok
license:
CPOL
Easily debuggable Windows service project template written in C#
General Programming
»
Programming Tips
»
General
C#
Windows
.NET
Windows-service
Console
.NET4.5
Association Rules Learning (ARL): Part 2 - FPGrowth Algorithm
20 Jul 2019
by
Arthur V. Ratz
license:
CPOL
The audience of this article's readers will find out how to perform association rules learning (ARL) by using FPGrowth algorithm, that serves as an alternative to the famous Apriori and ECLAT algorithms.
General Programming
»
Artificial Intelligence and Machine Learning
»
General
C++
Windows
Linux
Algorithms
Association Rules Learning (ARL): Part 1 - Apriori Algorithm
20 Jul 2019
by
Arthur V. Ratz
license:
CPOL
The audience of this article's readers will find out how to perform association rules learning (ARL) by using the scalable optimized Apriori algorithm, discussed.
General Programming
»
Artificial Intelligence and Machine Learning
»
General
C++
Windows
Linux
Algorithms
GetMyMusicOffOfMyIpodAndOntoMyComputer Application in VB
19 Jul 2019
by
timtocci
license:
MIT
Originally this application was a console application that I developed to get the music off of my iPod. After my post on transparent forms in VIsual Basic I decided to port it to a Widget format to make it easier to use and demonstrate what goes into creating a transparent Windows Forms application.
General Reading
»
Uncategorised Technical Blogs
»
General
Windows
.NET
Visual-Studio
chrome
.NET-Core
Corner
, +
Control a tp-link Smart Plug from Windows Without Extra Programs
19 Jul 2019
by
Joan M
license:
CPOL
Activating and deactivating a smart socket from Windows
Internet of Things
»
Connected Devices
»
General
Windows
Update SharePoint Managed Account Password on All Farm Layers: IIS, Windows Services and SharePoint Services
18 Jul 2019
by
AntonioLeonardo
license:
MIT
This is a Powershell Script that changes any SharePoint Farm Managed Account User Password if, for some reason, it was not possible to synchronize user changes from Active Directory, like a password expiration.
Enterprise Systems
»
Sharepoint Server
»
General
Windows
IIS
PowerShell
SharePoint
service
Using One File via Two Folders: SymLinks to the Rescue
17 Jul 2019
by
David A. Gray
license:
CPOL
I finally discovered a reliable way to use the same file from two or more directories.
General Programming
»
Uncategorised Tips and Tricks
»
General
Windows
Java FX Foreground.
Background Messaging
17 Jul 2019
by
ireland94
license:
CPOL
This program demonstrates the methodology needed for by directional messaging between a Java FX foreground and 1 or more background threads.
Languages
»
Java
»
Beginners
Java
Windows
Linux
MacOS
MVC
collections
, +
Simple SignalR Server and Client Applications Demonstrating Common Usage Scenarios
16 Jul 2019
by
Mustafa Kok
license:
CPOL
SignalR server and client applications for demonstrating common scenarios like connecting, disconnecting, joining and leaving groups, sending messages to all clients, to specific or group of clients
Web Development
»
Asp.net
»
Howto
C#
ASP.NET
Javascript
Windows
.NET
jQuery
, +
Using dtSearch on Amazon Web Services with EC2 & EBS
15 Jul 2019
by
Mike V Baker
license:
CPOL
This article will demonstrate the use of Elastic Cloud Compute (EC2) to create virtual machines and deploy applications on them, and Elastic Block Store (EBS) to create virtual disk volumes and attach them to the EC2 instances.
Third Party Products
»
Product Showcase
»
General
ASP.NET
Windows
.NET
Amazon
Cloud
AWS
SharePoint Email's Links Extraction
9 Jul 2019
by
Bassam Abdul-Baki
license:
CPOL
Extracting hyperlinks from SharePoint email notifications and displaying them in an HTML tree
Enterprise Systems
»
Office Development
»
Outlook
VBScript
Windows
Outlook
SharePoint2016
Developing an Extensible Web API
2 Jul 2019
by
Mustafa Kok
license:
CPOL
Developing a very simple Web API architecture using ASP.NET Web API2 whose operations can be extended by just adding new operation types
Web Development
»
Asp.net
»
Samples
C#
Windows
.NET
Web
WebAPI
WebAPI2
Brand-new Web Document Scanning Methods Based on JSON Data Interchange
2 Jul 2019
by
Xiao Ling
license:
CPOL
In this post, we discuss how to control your scanners and acquired images easily and efficiently using JSON objects. The article is also a guide for beginners to get started with Dynamic Web TWAIN programming.
Third Party Products
»
Product Showcase
»
General
Javascript
Windows
HTML
Linux
MacOS
HTML5
.
NET Shell Extensions - Shell Context Menus
29 Jun 2019
by
Dave Kerr
license:
CPOL
Rapidly create Shell Context Menu Extensions using .NET
Desktop Development
»
Shell and Ie Programming
»
Shell Programming
C#
Windows
.NET
Win32
Win64
Creating Assembly Language DLL Modules for Windows
26 Jun 2019
by
CMalcheski
license:
CPOL
A full-scale all-assembly .DLL module for the situations that warrant it can offer a tremendous power and speed boost over using inline ASM or intrinsics alone.
Platforms, Frameworks & Libraries
»
Win32/64 SDK & Os
»
Windows General
Windows
DLL
Quiz Application in Angular
26 Jun 2019
by
Anurag Gandhi
license:
CPOL
A general purpose quiz application in Angular (version 8) that can be used to run quizzes, mock tests, surveys, etc. This is an updated version for "Quiz Application in AngularJs".
Web Development
»
Applications & Tools
»
General
C#
ASP.NET
Javascript
Windows
HTML
Ajax
, +
Omega Red PS2-PSP Emulator + Game Play Streaming (YouTube, Facebook, Twitch)
25 Jun 2019
by
Evgeny Pereguda
license:
CPOL
Clone of PCSX2/PPSSPP emulator for Windows 10 on WPF/C# with "touch" control
General Programming
»
Emulation
»
General
C++
C#
XML
Windows
WPF
Hardware
, +
Page 1 of 542
1
2
3
4
5
6
7
8
9
10
First
·
Prev
·
Next
·
Last