Category: CSharp
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…
Good Integer
Function String Value GoodInt 55 55 GoodInt 55.55 56 GoodInt 55.45 55 GoodInt SomeText 0
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
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.