visual basic 6.0 hava print statement for printing on
form.what is the alternative for this in vb.net?

Answers were Sorted based on User's Feedback



visual basic 6.0 hava print statement for printing on form.what is the alternative for this in vb...

Answer / amar

console.writeline();

Is This Answer Correct ?    27 Yes 6 No

visual basic 6.0 hava print statement for printing on form.what is the alternative for this in vb...

Answer / dhiraj delhi

Console.WriteLine();

Is This Answer Correct ?    7 Yes 2 No

visual basic 6.0 hava print statement for printing on form.what is the alternative for this in vb...

Answer / bakkia sarah

inner text is not the right answer i hope so.
and i have checked console.writeline but it doesn't work ??
is that right or wrong ?

Is This Answer Correct ?    0 Yes 0 No

visual basic 6.0 hava print statement for printing on form.what is the alternative for this in vb...

Answer / krishna

please send

Is This Answer Correct ?    7 Yes 9 No

visual basic 6.0 hava print statement for printing on form.what is the alternative for this in vb...

Answer / harikrishna kalavalapudi

form1.InnerText = "hello! I am VB.NET

Is This Answer Correct ?    4 Yes 6 No

Post New Answer

More VB.NET Interview Questions

What are the different types of a stream?

0 Answers  


what is the root namespace for all types?

8 Answers  


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.

0 Answers  


sir i want to ask you that how can i fetch or get sql data into texboxes.where i want to show record in specific texboxes related to student information.when i click on button all data show on texboxes when i put id or name plz inform me on my id

1 Answers  


What is late binding and early binding?

0 Answers  






So you know which dll is used for microsoft .net run time?

0 Answers  


What is enumerator?

0 Answers  


how to create views in sql with syntax and example

5 Answers  


What is the difference between system.applicationexception class and system.systemexception?

0 Answers  


What is late binding?

0 Answers  


What are all the differences between dispose and finalize()?

0 Answers  


Can you please explain the difference between dataset and datareader?

0 Answers  


Categories