Write a program for calculator in VB.NET

Answer Posted / alielbasry

Private Sub CommandButton1_Click()
Dim calc
calc = Shell("C:\windows\system32\calc.exe", 1)
End Sub

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the technology areas that microsoft.net contains?

540


What is break mode? What are the options to step through code?

547


Name some of the features present in vb 2005?

564


Can you please explain the difference between thread and process?

519


What are the shared variables?

547






Explain the difference between an xml "fragment" and an xml "document."

496


What is late binding and early binding?

548


How would you implement inheritance using vb.net?

505


Explain about jagged arrarys ?

502


Define manifest?

534


What is a stream in vb.net?

519


How do you use two datareaders at the same time in a vb.net windows application ?

554


Explain the difference between system.string and system.stringbuilder classes?

522


How a base class method is hidden?

608


What are the two main parts of .net?

559