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 is different between web.config and machine.config and where it will be ?

558


Write a VB.Net console program to check whether a number is perfect or not.

6941


Name some of the features present in vb 2005?

571


Explain the difference between datatable and dataset?

556


When do you use virutal keyword?

595






What is visual basic.net culture?

503


What is normal jit?

617


How can we remove handlers at run time?

533


Is vb net a scripting language?

543


Explain the difference between vb 6 and vb.net?

538


What is code security?

528


Explain the difference between namespace and assembly?

514


Write a program to find all text files in a logical drive and return the count of the number of files?

2273


What is the role of new keyword?

628


What is DLL HELL in VB.NET

612