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 are different types of jit ?
List the types of generations in garbage collector?
Tell me which namespace are used for accessing the data?
What is the class that allows an element to be accessed using unique key?
Explain clr?
What are the difference between structure and class?
Explain how to achieve polymorphism in vb.net?
Explain i.tostring method?
Can we use Vb.Net and C# language simultaneously in one .Net application?
How to store images in sql server database through vb.net?
Can you please explain the difference between namespace and assembly?
What is the strong name in .net assembly?
Compare c# and visual basic.net?
So you know which dll is used for microsoft .net run time?
Why should you use delegate?