Sunday, December 18, 2016

Motion Detection using C# and Accrod.Net

This blog shows how to perform Motion Detection using C# and Accord .Net.I assume you already installed accord .net in your system if not click here to know how to install and setup accord.net.Let's create a new new windows C# application project and add the following references to "Accord .Imaging.dll","Accord.Video.dll","Accord.Vision.dll","Accord.Video.Directshow.dll","Accord.dll".


Friday, December 2, 2016

Drag and Drop on Windows Form C#

This post explains how we can directly drag and drop files on Windows Form.In this post i dynamically change the windows form background by using draganddrop event.Let' s create a new C# Windows Form Application and name it as Drag and Drop.



Monday, November 28, 2016

Create Startup Program using C#

 This post shows how to launch your application on system startup using few lines of codes in C#.Launching your application at windows start up is useful for checking updates etc.Create a new windows form application and design a form as shown below.


Sunday, November 27, 2016

Hide Program using C#

Hi this post show how to to hide your C# Application in system tray.To hide your program in system tray you need "notifyicon" control from toolbox.Create a new windows application and design a form like this


Wednesday, November 23, 2016

Task Scheduler in C#

This post show how to create a simple task scheduler in C#.The program takes input(hours,minutes) from the user and display a message box at a specific time(Input Time).Create a new C# Windows Form Project in Visual studio.


Saturday, October 22, 2016

Firewall Inbound and Outbound Rules in firewall C#


Hi in this blog we see how to add inbound and outbound rule to windows firewall using c#.Create a new windows form application and design a form like this.



Wednesday, October 5, 2016

Check Status of Windows Firewall using C#

Hi in this blog I am going to show how Check status of windows firewall using C#.Create a New Project and add Reference to "NetFwTypeLib".