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

List the types of generations in garbage collector?

711


Tell us how many languages are supported by .net?

725


What is intermediate langauge?

744


What is early binding?

719


Explain the difference between web.config and machine.config and where it will be ?

726


Explain option explicit?

784


What is the top .net class that everything is derived from?

856


How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?

839


When do you use virutal keyword?

799


What is the difference between convert.tostring and i.tostring method?

791


Why is the xml infoset specification different from the xml dom?

751


Explain global assembly cache (gac)?

950


How to run a dos command in vb.net?

824


What is vb.net used for?

755


Explain enumerator?

716