Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Monday, January 19, 2015
C# Capture Screen to PictureBox
›
C# > Drawing > Capture Screen Bitmap printscreen = new Bitmap ( Screen .PrimaryScreen.Bounds.Width, Screen .PrimaryScreen.Bound...
XmlDocument C# Example
›
C# > XML > XmlDocument Represents an XML document. Example XmlDocument doc = new XmlDocument (); doc.Load(xmlfile); ...
NetworkChange Class C#
›
C# > System.Net > NetworkInformation > NetworkChange Use this class to receive notification when the IP address of a networ...
C# NetworkInformation NameSpace
›
C# > System.Net > NetworkInformation Provides access to network address information and traffic data. Classes NetworkChan...
Thursday, January 15, 2015
ReadAllBytes C# Example
›
C# > Files > File Class > ReadAllBytes Opens, reads the contents of the file into a byte array, and then closes the file. ...
C# File Class
›
C# > Files > File Class Use the File class for: copy, move, rename, create, open, delete to a single file at a time. ...
Tuesday, January 6, 2015
IsNumeric equivalent in LINQ example
›
C# > LINQ > IsNumeric IsNumeric equivalent in LINQ example. double value; var total = ( from DataRow dr in dataTable.Row...
‹
›
Home
View web version