Monday, July 18, 2016

Creating Transparent Forms C#

       Hi in this post I am going to show how to create a transparent forms in c#.First create a c# windows application project and then that change background color of the form as show in the image.



Saturday, July 2, 2016

Monday, July 20, 2015

Print Image using C#

  Hi in this blog I am going to show to print image using PrintDocument in C#.Lets us how to do it



Wednesday, July 15, 2015

Speech Recognization

  Hi in this blog I am going to explain Microsoft Speech Recognization with Simple Demo Application.To  use Microsoft speech recognization first you must add reference to System.speech assembly(.dll) in to you Project



Monday, February 16, 2015

Text To Speech using c#

       Hi in this blog I am going to going to explain how create a Text to Speech(TTS) application in C#.With the help of Microsoft. Speech assembly (.dll) this becomes simple and straight forward.



Sunday, February 8, 2015

Image Storing and Retrieving using C#

  Hi in this blog I am going to explain how to store and retrieve image from Sql Server using C#. In previous blog i explained how to store and retrieve image from sql server using C# aps.net.Here also the steps are sample so now we get into action.


Friday, February 6, 2015

Image storing and Retrieving from Sql server with C# Asp.Net

   Hi in this post i am going to explain how to Store ans Retrieve Image from Sql server using C# and Asp .Net.Lets split our Objective into two three steps.
Steps :
            1.Create a Table in Sql Server
            2.Storing Image to Table from c# web form.
            3.Retrieving Image from Table to c# web form