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

Explain about globalization?

500


What are nested classes?

536


What are the different types of a stream?

561


Tell me which namespace are used for accessing the data?

523


What is sealed class?

603






What is pre-jit?

539


What is the importance of a Button control?

866


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

592


What is enumerator?

563


What is the difference between import system.data.sqlclient and system.data.oledb?

504


What is internal keyword in .net framework?

626


What is the main purpose of garbage collector?

504


What are the differences between server-side and client-side code?

533


Can you please explain the difference between system.string and system.stringbuilder classes?

546


Name some of the keywords used in vb.net?

601