I am not asking for the code its just general discussion.I want to know that when we paste our code how does it automatically gets the color of code exactly as we copied.
For Example:
cmd = New SqlCommand("select * from student_details", con)
how does it know that the "New" and "SqlCommand" is blue colored and
