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 types of generations in garbage collector?

0 Answers  


Explain about globalization?

0 Answers  


What is the ruby interface generator?

0 Answers  


What is the feature which is common to all .net languages?

0 Answers  


in my windows application i have to show excelwork sheetwhich is stored in the local system can any one tell me the code?

1 Answers  


What is an assembly and its use?

0 Answers  


Write a program that accepts an array of numbers, and two numbers (an element and a position in the array) and inserts the given element into nth position of the array.

2 Answers  


ColumnMapping belongs to which namespaces?

1 Answers  


What is the Common Language Runtime?

10 Answers   Ksb,


How to retrieve images in sql server database through vb.net?

0 Answers  


Define manifest?

0 Answers  


Explain about delegate?

0 Answers  


Categories