Codicode | C#
If you need to check if an email address really exists, this .net component is for you ... Read »
Here's a useful C# function I use to return the content of a Html page and get the source code into a string... Read »
How to create a simple html5 canvas image, read the picture data, upload and save it to the remote server ... Read »
How to upload a video (or delete a video) programmatically from Youtube on .Net C#, a Step by step guide ... Read »
This code will show you how to launch the default browser on the system and open an URL ... Read »
This is how to open a directory chooser, browse and select a folder in c# winforms ... Read »
This is a C# class to scale, resize pictures, make thumbnails... you can keep original aspect ratio and maintain width or height... Read »
Upload a file from Android to a Http server using the Post method ... Read »
RUNONCE: If you do not want to allow the user to run multiple instances of your application, here‘s how to do that ... Read »
Here's a function to capture what a user typed into the Google, Yahoo... search box before coming to your page ... Read »
This how to create and read a key in the windows registry using C# Read »