Search This Blog

Thursday, 7 March 2013

Snippet Application





Introduction

It is an application that keeps you from re-typing the same contain again and again. For an instance like if you are working in an environment where you have to use some snippet, frequently like hi, how are you? Or some e-mail templates then this software will be really help full for you. You need to take the cursor at the place where you want to add a snippet and just press ‘F8’, a window will appear and then type the name of the snippet in the textbox, press Enter and the content will appear just next to the cursor. Best thing about this app. is it works everywhere e.g. Facebook, Gmail, Microsoft outlook or any other kind of software.

How to use 'Snippets' app"

Kindly, follow the steps to use this app. fluently:

1. Make a folder on your hard drive (recommended 'Desktop') with any name (Recommended 'Snippets')

2. Make some .txt files as snippets/templates in that folder, for an example.

I am making a .txt (notepad) file with name 'hi' and feeding some data:
________________________________________
Hi Dear,
How are you doing, today?
_________________________________________

3. Now, save the data and our snippet is ready. Now, run the app.

4. When you run this app. A window will appear and you will be able to see 2 text boxes in the window.

5. First Text box take the name of the folder in which all the snippets are available like lately, we have made 'Snippets' folder. Enter the path of that folder in first text box. For you convenience, a browser button has been given, just above the text box so that you can easily browse you desired location.

6. Now close the window from the cross button give at very top right corner.

7. Now open a notepad.

8. Press F8, you will see a pop-up window. Now, Second Text box take the name of the snippet, remember we had made snippet with name 'hi', just feed the name of that snippet ('hi') in this text box and press enter

9. The data which is present in that notepad file will come on the notepad that you have recently opened.
For your convenience, I am providing you a download link below, from where you can easily download this app.
Thank you for downloading!!!
Thank you,
*||*Jai SiyaRam, Bless You*||*

Friday, 20 January 2012

Simpsons Game




I was working on a game and by God grace it is complete ........ actually it is a beta... n really simple ........ so plz download it n play


n do't forget to give ur precious feedback





Enjoy the joy of Programming
God Bless You
Jai SiyaRam

Monday, 16 January 2012

C# How to get all usb drives


It is really simple...

foreach (DriveInfo drive in DriveInfo.GetDrives()) 
 { 
     
if (drive.DriveType == DriveType.Removable) 
     { 
//// that's all :) Jai SiyaRam Bless You
     } 
 } 





Enjoy the joy of Coding
Jai SiyaRam
Bless You

Saturday, 10 September 2011

Key Events









Key Events are very important part of programming,  just for instance if you want to ban 'A' in your text field then you have to switch to key events , or if you want to raise any event arrows keys then you will have to switch to key events.
for more information and coding visit : http://keyboardhandling.blogspot.com/

Enjoy the joy of coding
God Bless You
Jai SiyaRam

Thursday, 8 September 2011

Implement Facebook Tools in your web project

Just go to: Facebook tools
Everything is explained there with code.

Enjoy the joy of coding
Jai SiyaRam

Saturday, 3 September 2011

Make Form Transparent

It is easy to make From Transparent,
Just go to http://transparentform.blogspot.com/ , everything is given here


Enjoy the joy of Programming,
God Bless You,
Jai SiyaRam

Thursday, 1 September 2011

Send E-mail by coding

Many wants to know is it possible to send e-mail with the help of coding, at free of cost

So, let me tell you it is really possible
all code is given at EmailviaGmail.blogspot.com

Enjoy the joy of Programming

God Bless You,
Jai SiyaRam

Saturday, 27 August 2011

Ways to shutdown PC

It is really easy to shutdown PC...
Everything is given at this link:  waystoshutdown.blogspot.com

give it a visit

http://waystoshutdown.blogspot.com/


God Bless You,
Jai SiyaRam

Thursday, 18 August 2011

How to Insert\Eject CD drive?

To Insert\Eject is really simple..
Just go the page
http://cddrivetips.blogspot.com/

It is shown how to do the task on this page with code..

God Bless you,
Jai SiyaRam

Sunday, 14 August 2011

Information regarding .NET Framework

If you want to know what is .Net Framework
then, visit
http://dotnetppt.blogspot.com/
It will give you fine information about .Net Framework

God Bless You,
Jai SiyaRam

Saturday, 13 August 2011

How to disable keyboard's shortcuts?


You may have tackel this problem several times…

So let me help you to diable your keyborad’s keys like alt+del+ctrl etc.

Before I tell you how to do this let me tell you that this solution will work

Untill your app. Is running , keybords shortcuts will start working as soon as the

App. Closes.
Note: this code will be for only .net framework languages like C#.

Visit this link. It will tell you every little step with code

good luck
Jai SiyaRam