Is Visual Basic case sensitive in general?
Answers were Sorted based on User's Feedback
Answer / shilpi agrawal
Visual Basic is not a case sensitive language because if we
give it in small letters, it automatically takes it's
keyword form.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / somesh
I Guess Visual Basic is not case sensitive.
Correct me If i was wrong..
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / mahvish
No! V.B is not a case sensitive in general.
But in case of string value it is case sensitive i.e
dim a as string
a="hello"
or
a="Hello"
both string values "hello" and "Hello" are differ to each
other.
Is This Answer Correct ? | 2 Yes | 0 No |
To.set the command button for ESC ___ Property has to be changed.
Can you tell me the properties of the controls?
Which ADO object is used to perform commit / rollback ? Is it command or connection or recordset I am not sure of the options given. So please let me know the answer if it is something else.
What are properties available in Clip Board?
To connect the Data Control with Back end What are all the properties to be set?
How can you Implement windows functionality in VB?
what is the difference between procedures,attributes and functions?
what are the Controls which do not have events ?
Explain the working of templates?
what are Collections?
what is the Property used to count number of items in a combobox?
Explain about trees structures work.