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.


Create an Action in Adobe Photoshop

When we perform some set of instruction in Photoshop again and again in same way then this is the best way that we create an action. store the set of instruction and call back when you need. In action the step you perform recorded and we can use these step again by pressing one single key in future.


Creating Horizontal Menu With HTML list

In This Tutorial You Can Learn That How You Create Horizontal Menu For Your Website. One Of The Easiest Ways For Creating Menu Is Horizontal Unordered List. You Can Use The Un Orders List With Little Styling With CSS For Your Menu In HTML. The Only Display: Inline; And List-Style-Type: None; To Make A Basic Horizontal List. Read More In This Tutorial.


Link a Word Document in your webpage

In This Tutorial We Guide You How You Can Link Your Word Document To Your Web Page So That The Any Your User Can Be Download The File. Read More step by Step Procedure in This Tutorial.


Where clause In SQL

WHERE clause select the record conditionally from SQl database. WHERE keyword use with different statement in SQL for example WHERE with Select Statement, Delete from statement, Update statement etc. In This tutorial we explain WHERE clause with SELECT Statement. In SELECT Statement we give a condition with WHERE clause. Those record which satisfied the given were display.




Meta Tags in HTML

The Meta Tags Are Used To Describes The Information About The HTML Page. The Meta Tags Are Very Help Full For The Search Engines To Understand And Categorize Your Web Pages. When People Search Then Your Meta Tags Provide The Complete Information About The Contents Of Your Page. Read More About Meta Tags In This Tutorial.


Changing Case Function

In This Tutorial We Learn About Change Case Function In PHP. Spouse If Any One Submit Some Information In String Format Like That His/Her Name In Small Latter But You Want To Store His/Her Name In Capital Latter Or Title Case In Which Each Character Of Word Is Capital Or Any Else Then You Have Following Function. Read More------


Str_shuffle( ) function

In This Tutorial We Learn About Str_Shuffle( ) In PHP. The PHP Str_Shuffle( ) Function Change The Position Of Each Character In The String. You Can Also Say Shuffle The Character In The String. Read More------


LIKE Operator in SQL

In This Tutorial We Will Learn About LIKE Operator In SQL . LIKE operator is pattern matching In SQL. LIKE means Not Exactly just match some pattern for example when we use IN or BETWEEN or in Equal To (=) relational operator, then the Complete value compare if its match the whole value which is given in Condition then Its return other wise not. Read More About LIKE Operator In This Tutorial.


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....