Thursday, September 23, 2010

Generic Error Logger using ASP.Net & C#

MADE BY:- DEEPTI AGGARWL

Key Logger Application in C#

Key Logger Application in C#


BY :- DEEPTI AGGARWAL


Overview
In this article, I'll explain an easy but an important concept of how to catch user pressed keys and write them into a log file.

Friday, September 10, 2010

Creating a Sound Recorder in C and C#

Creating a Sound Recorder in C and C#


MADE BY :- SOURABH AGGARWAL


Overview

This writing will focus on how you can record sound from an input device and how you can play sound files using MCI (Media Control Interface) in C and C#.
This writing does not involve a discussion or even an introduction to MCI. Instead, it provides technical discussion of what we will need to use to record and to play sound files. If you need an introduction to MCI refer to the MSDN documentation.
We will begin by a discussion to types and functions required to accomplish our tasks. Then we will look on how you can utilize those types and functions in your C or C# application.
Our demonstration examples in this writing will be in C. In the last section we will have a look at .NET and C#. Besides this, there are sample applications written by C and C# attached with the article.


Creating Websites in ASP.NET

Creating Websites in ASP.NET

MADE BY:- SOURABH AGGARWAL


The Visual Studio project system allows you to define a new Web Site project based on how you intend to access the site content from a web server.

You can create a Web project connected to a File system based on your computer, an IIS server or an FTP server. This helps in how you run, manage and deploy your Web site project.

Window Media Player Remote Control


Window Media Player Remote Control

MADE BY:-SOURABH AGGARWAL


The user interface looks like this where you can use buttons to play, pause and eject Windows Media Player.

Enhanced Windows Media Player using VS 2005 in C#

Enhanced Windows Media Player using VS 2005 in C#


MADE DY:- SOURABH AGGARWAL



Most of the people on Windows Platform, will be using Media Player .It is having lot of features. But, still some features that are required are missing in it. It won't support  features like hiding, topmost, default songs loading, enhanced recently played list, easy navigation of songs etc. I think it's better to design an application that will make playing of songs easier. So, I developed an application in VS.NET 2005 using C# and Windows Forms. I will explain features provided by this application followed by its design and coding.



web browser

MADE BY:-SOURABH AGGARWAL