-
-
Battery Life
By its self this code is rather simple and meaningless but useful when adding to scheduled tasks or applications that take a long time to run and have the potential of running on a laptop. Before using the code below in Design View you’ll need these: 1 Progress Bar 2 Labels 1 Timer
-
-
-
Web Browser Controls
C# Visual Studio 2010 Project C# WebBrowser VB.NET Visual Studio 2010 Project VB.NET WebBrowser
-
-
File Upload Web Service
This is a File Upload Web Service that can be a wrapper for a process in between. Source code is an adaptation of this Microsoft article: HOW TO: Send and Receive Binary Documents by Using an ASP.NET Web Service and Visual C# .NET Upload Client
-
-
Code | CSharp | JavaScript | PHP | PowerShell | VB | VB.NET
New Line
Often we forget what code we need to use to create a new line (line break), hopefully this will help. n = CR (Carriage Return) Used as a new line character in Unix r = LF (Line Feed) Used as a new line character in Mac OS nr = CR + LF Used as a…
-
Check For Valid Date
Recently I had to validate dates in a form specifically the date of visit and date of birth This function will now check both for future date and do more checks for the date of visit, debug/helper information left in to better understand the function. Function Code: Function Use:
You must be logged in to post a comment.