.NET

Progressbar in vb .Net

Hi this code for progress Bar in use particular place need, So Progress Bar is used to give visualization about the status of the current process and computer operation, such as a downloading , transferring of files, installation and more. Your application will look more professional if you are implementing a complex data processing using the Progress Bar. This time, we will create an example of a

The Salary Calculator by dHROOb

-==================================- | Project Name : Salary Calculator | -==================================- Language : .NET Time Taken : 1 Hr. Difficulty Lvl : EASY Protection : NONE License : Share-A-Like | As-It-Is Developer : SunShine/TheProgrammer Copyright : SunShine Soft Version : 1.1 (build 1.1.2) Date Of Publish : 4:44 PM 11/26/2013 -==================================- | What it is /

Touch Screen Kiosk for Books

I develop this application for those who love desktop programming. This works for a consultation module touch screen and can be applied to any field like library, restaurant, travel agency and a lot more. Hope you find it of useful: https://www.facebook.com/Cesarmsdn https://www.facebook.com/pages/Itspr-Oficial/ -------------------------------------------- SQL SERVER 2008: STORED PROCEDURE, DELETE

5 Steps to a Simple Scheduler in ASP.NET MVC

By following this step-by-step tutorial you'll get a simple scheduler/ event calendar for ASP.NET MVC3/MVC4 Razor. The tutorial includes code snippets, screenshots and, of course, installation instructions via NuGet. That saves up your time greatly! The calendar offers a user-friendly interface, improved drag-and-drop capabilities and multiple useful features. For more information visit http://blog.scheduler-net.com/post/2012/10/29/5-Steps-to-a-Simple-Scheduler-in-ASPNET-MVC3MVC4.aspx

Face Detection with Emgu CV

Emgu CV is a cross platform .Net wrapper to the Intel OpenCV image processing library.Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython etc. OpenCV (Open Source Computer Vision) is a library of programming functions for real time computer vision.Unlike other wrappers such as OpenCVDotNet, SharperCV or Code Project which use unsafe code, Emgu CV is written entirely in C#. The benefit is that it can be compiled in Mono and therefore is able to run on any platform Mono supports, including Linux, Solaris and Mac OS X.