Difference between duplicate command and The copy command in CorelDRAW

In This Tutorial you learn about duplicate command and copy command in CorelDRAW. When we apply duplicate command on an object its create a copy of the object and places it back into the drawing offset from the original. Read more in this tutorial.


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.


How We Delete an Album on Facebook

In this tutorials we learn that how we delete an album from facebook.
Log in with your Facebook account.
Click on Home and select "Photos" from Left panel


Pointer In IN C /C++

In C/C++ Pointers Is A Variable That Stores The Address Of Another Variable. In A Large System, Where Multiple Components Are Layered One On Top Of The Other/Are Interacting Very Closely, It Is Possible To Have Situations Where All The Layers Require Access To A Lot Of Shared Data. Read More.........


FOR Loop in PHP

In This Tutorial We Will Learn About For Loop In PHP. When We Want To Execute A Statement Or Set Of Statement More Then One Time Then We Use Loop. We Use For Loop Where We Already Know That Ho Many Time These Statements Should Be Execute




How we Blend Photos In Adobe Photo Shop

In This Tutorial We're Going To Learn How To Blend Photos Together Like A Hollywood Movie Poster. For Example We Have These Two Images And We Want To Blend First With Second And Final Result Is As Shown Blow Images. Read More.........


Adobe Photoshop Patch Tool

The patch tools remove the unwanted element form the image. The patch retouches image using sampled pixels or pattern. if we removed unwanted part of image then we use patch tools. The patch tool take a sample from image and then mix with other part of image in this way any unwanted element hide. patch works like Healing tool. healing tool is used on small aria and for For larger areas.Read more...


How to add an image to your Gmail signature

In This Tutorial We Can Learn That How We Add The Image In Gmail Signature. This Tutorial Guide You Step By Step Process. In The Upper Right Hand Corner Click On The Image Of A Gear. Select The "Mail Settings" Option From The Drop-Down Box. Read More......


Const and volatile keyword IN C /C++

In This Tutorial You Can Learn About Const And Volatile Keyword . There Is Type Of Qualifiers In C++ Const And Volatile. In C/C++ When We Declare The Variable With Const Keyword Then We Cannot Change Its Value. A Const Variable Must Be Assigned A Value At The Time Of Its Declaration. Read More..


VLOOKUP Function In MS Excel

The Excel VLOOKUP function is used when we want to search the value in one column (left most column) and return (display) the value form other column from the same row. in simple word we say that VLOOKUP function is used for a vertical lookup for the purpose of searching for a value in the left-most column of table and return a value from the same row in the index number position. where index number is the column number from which result display.