Windows Services samples and examples



You can make money from this site by posting original and quality articles that comply with Google AdSense policies.. Also, we offer several other reward programs including monthly profit sharing, cash rewards per post, contests & prizes etc to contributing members.

Submit Your Article

Articles

Export Crystal Report to PDF and send in Email as Attachment using Windows Service

In this article I''m going to explain how to Export Crystal Report to PDF and send in Email as Attachment using Windows Service.Windows services are applications that will run in the background and then perform various task. This application does not have user interface. Windows Service are controlled by using service control manager. If you want to start and stop the service then go to Control Panel ---> Administrative Tools ---> Services. Right click the service and then select Start or stop.

Speaking Computer

I have an application in which you just enter some text into the textbox and adjust you headphone or speakers to listen to that text. you can convert the text into voice. this code is using windows inbuild speking service.

Wcf

WCF for beginners

Service controller

We can control the services of local and remote system using the following code.

Remove grid lines in remote desktop

If you use Remote Desktop to remotely manage servers you might have probably ran into a situation recently where you've connected to a remote server and noticed grid lines or occasional "stray pixels" on your RDP window. This is due to a minor incompatibility between Windows Server Terminal Services and older versions of the RDP client.

Hosting the WCF Service

We are now ready to define a host. Although a production-level service would be hosted from a Windows service or an IIS virtual directory, our first host will be a simple console named MagicEightBallServiceHost.

Using windows inbuild speaking service Convert Text to Voice

I have an application in which you just enter some text into the textbox and adjust you headphone or speakers to listen to that text. you can convert the text into voice. Find Whole project in Attachment this code is using windows inbuild speking service.

Submit Your Article