Click here to Skip to main content
15,879,239 members
Everything / Desktop Programming / System

System

system

Great Reads

by JadBenAutho
Efficient and standalone library for NTP server/client utilizing pure C++
by Elias Bachaalany
Format of the partition table accompanied with a GUI demonstration tool
by Dixin Yan
A one-stop tutorial of all mainstream technologies for JavaScript modules.
by Maxim Kartavenkov
The series of articles covers most aspects of logging and tracing mechanisms which can be embedded into your application. It discusses simple ways of tracing and also new tracing technologies which were involved in Windows 10.

Latest Articles

by JadBenAutho
Efficient and standalone library for NTP server/client utilizing pure C++
by Maxim Kartavenkov
This is a guide on how to configure your application, service or driver to handle appearing the new devices or device removal avoiding reboot request.
by Maxim Kartavenkov
Discussion of how to organize saving application trace helper information.
by zidane168
Use SQL triggers to keep track of the changes made to your data

All Articles

Sort by Updated

System 

2 Jul 2015 by Andrew Rober
Windows software licensing data and information in a nutshell
9 Feb 2015 by Bhis
Various ways to sort list and compare results
8 Apr 2011 by BillHudson
Man, that works great! I just converted it to VB.NET and also showed the Imports/Using that was needed, thanks to David's alternate. This was just what I was looking for, Thanks Abdur.Imports System.NetImports System.Net.MailPublic Class frmMain Private Sub frmMain_Load(sender As...
5 Apr 2011 by charles henington
public class MailClass { public static void CreateMailAddresses(string sender, string reciever, out MailAddress mailfrom, out MailAddress mailto) { MailAddress Mailfrom = new MailAddress(sender); MailAddress Mailto = new...
18 Apr 2011 by charles henington
Sending mail with attachmentspublic partial class Form1 : Form { public Form1() { InitializeComponent(); } public class MailClass : List { public void CreateMailAddresses(string sender, string reciever, out...
7 Jun 2013 by csanuragjain
Captures, searches, and manages all your screenshots in one place.
8 Oct 2012 by djdynamix
A little workaround to enable a VB.NET application to read and alter the WPC settings for any user.
26 Sep 2013 by dontumindit
Sending Email using Gmail account from your application.
3 Dec 2020 by Gaurang Majithiya
About "Execution of scripts is disabled on this system" error that people get when they run any PowerShell command for the first time
4 Feb 2012 by Jawahar Suresh Babu
The article describes how to customize default System Menu in WPF
6 Jul 2010 by Matthew Dennis
While a slow system may be a symptom of viruses or other malware, it may be an indication of disk problems.
2 May 2021 by raddevus
7 step outline will help you communicate quickly and clearly to team about System Creation / Code Changes
10 Jun 2014 by Sen Jacob
A simple task scheduler utility by which you can schedule a task to run at any time or interval
11 Jun 2014 by Sen Jacob
This is an alternative for "A Task Scheduler Library for .NET Applications"
26 Nov 2014 by SergVoloshyn
Main program for testing modem or GSM phones by AT commands, use only standard classes and libraries.
29 Mar 2011 by SouthernILCode
Hello Abdur,Helpful article on using Gmail to send mail. Added the following "using" statements to my code:System.Net for NetworkCredentialSystem.Net.Mail for MailMessage and AttachmentSystem.IO for adding a OpenFileDialogAlso modified my code to send with...
27 Feb 2013 by Tarek Elqusi
Using the MainWindowTitle property to close a running program by killing the associated process.
11 Feb 2015 by WoodyMou
Session 1: Setup SoftEther L2TP server on Amazon AWS Ubuntu