visual basic 6.0 hava print statement for printing on
form.what is the alternative for this in vb.net?
Answer Posted / harikrishna kalavalapudi
form1.InnerText = "hello! I am VB.NET
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What is the advantage of using system.text.stringbuilder over system.string?
Explain internal keyword in .net framework?
What is deep copy?
What are the difference between dispose(), close(), exit(), end()?
Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.
What languages does the .net framework support?
Define manifest?
what is difference between namespace and assembly?
How to create a constant in vb.net?
Explain about visual basic.net?
what is interface and when it is used?
Explain jit?
What is a static class?
What is sorting in vb?
Explain nested classes?