Encrypt the Folder or File

In this Tutorials we learn how we encrypting the folder in windows.
When you encrypt any file or folder then that file or folder only will be open on your computer.


How To Create A Table in Access 2007

In This Tutorial We Learn How We Create A New Table In MS Access. There Are Three Different Method For Creation Of A Table In Access. In Design View ,Creating A Table In Datasheet View And Creating A Table Through Table Templates Read More.........


ORDER BY Clause in SQL

In This Tutorial We Will Learn About ORDER BY Clause In SQL . IN SQL If You Want To Display The Sorted List Of The Table On The Basis Of Specified Column You Can Use The ORDER BY Clause With SELECT Statement. Order May Be Ascending Order Or Descending Order According To Your Requirement. Read More About ORDER BY Clause In This Tutorial.


Declaring and Initializing Local Variable in C

In this tutorial you can learn about Declaring and Initializing Local Variable in C language. This tutorial is very use full for beginner students. Read more ....................


Cout/Cin Function IN C /C++

This Tutorial About The Standard Input And Out Put Function CIN And COUT In C++ Language. These Function Id Briefly Discus In This Tutorial Learn And Share This Tutorial With Your Friend. Read More....




GROUP BY Clause in SQL

In This Tutorial We Will Learn GROUP BY Clause In SQL . GROUP BY Clause In Sql Is Used For Arrange The Same Type Of Data In To Groups. GROUP BY Clause Is Used In SELECT Statement With Aggregate Functions . Read More About GROUP BY Clause In This Tutorial.


Declaring and Initializing Global Variable in C Language

In this tutorial you can learn about Declaring and Initializing Global Variable in C Language. This tutorial is very use full for beginner students. Read more ....................


Privacy settings for my photo albums

This simple tutorial guide you that how you manage your privacy settings for photo albums:
Go to your Profile (Timeline) and click on the Photos section.
Click the Albums on The Top of Photo Section.


Encrypt the Folder or File

In this Tutorials we learn how we encrypting the folder in windows.
When you encrypt any file or folder then that file or folder only will be open on your computer.


Limit a Text Box to Accept Only Numbers In VB 6

In visual basic if want use a text box for input as we now that text boxes are primarily used to receive input from users, or to display text either pre-programmed or from a database source. In Visual Basic it is also possible to limit what type of text input it can accept. or we say that how we Permitted only values in the Textbox.