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
What is sealed class?
What is the difference between compiler and interpreter?
Can you please explain the difference between authentication and authorization?
Explain about Visual basic.NET culture?
What is global assembly cache (gac)?
Why is the xml infoset specification different from the xml dom?
Can you please explain the difference between int and int32?
Explain the advantages of vb.net?
Name the two main parts of .net?
What is the top .net class that everything is derived from?
Which classes a dll can contain?
Explain some of the exclusive features which are present in vb?
Can you please explain the difference between value and reference types?
How to store images in sql server database through vb.net?
What is the main use of a namespace?