⟩ Explain Which property of textbox cannot be changed at runtime and what?s the maximum size of a textbox?
MultiLine Property
No limits
MultiLine Property
No limits
How many procedures are in VB?
What is the max size allowed for Max Control Names length?
What is ADO? What are its objects ?
Record set types and Number available in VB?
DSN Less Connection in VB?
what will be the result for 15/4 and 154 ?
Calling Stored Procedures in VB?
What is the max size allowed for Msgbox Prompt and Input Box?
What is the max size allowed for Max label caption length?
Hi, sorry but i have a simple question ! i have a string like "2^5+2*5^2-1" in a textbox and i want to have the result of this string in another textbox. but i cant get the answer! i am new and i want to have a function like f(x) = x^5+2*x^2-1 and then i can calculate f(i) for example for i = 0 to 100please help?