This post demonstrates how to develop your own Text to Speech application simply a "Jarvis". This application is written to just show how simple it is to write text to speech in C#. This application is not fully developed (no multi-threading, no asynchronous calls). Please follow the blog
Monday, 6 February 2017
Wednesday, 18 May 2016
How to add a reference to a library in Windows Forms Application
This post explains how to add a reference to a library in Windows Forms Application. By default when we create a new Windows Forms Application, the visual studio adds references to only needed libraries to run a windows form application. In Solution Explorer, References folder contains a list
Tuesday, 17 May 2016
Change Console Foreground Color, Background Color and Title in C#
This post explains how to change foreground color, background color and title of console window in C#. In some cases it is required to change the text color in console window depending on the context of application. For example, green color text indicating success or red color text
Monday, 12 October 2015
FIND THE LAST ROW IN A WORKSHEET USING VBA
Use the following code to find the last data row in a worksheet.
Subscribe to:
Posts (Atom)