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 do you mean by Redim in VB.NET?
How to connect crystal report in vb.net ?
Can you please explain the difference between namespace and assembly?
Which is the tool which can convert visual basic old version to .net compatibility version?
What is late binding and early binding?
Explain cls?
Explain option strict?
What is the difference between import system.data.sqlclient and system.data.oledb?
Explain option explicit?
What is different between web.config and machine.config and where it will be ?
Why do you need Lock in Visual Basic?
Explain the use of serialization and deserialization?
what is diffrence constructor and destructor in vb
Name some of the features of C# which are not present in VB.NET?
What is an assembly and its use?