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
Can you please explain the difference between c# and vb.net?
Is vb net a scripting language?
What are the shadow variables?
Explain the difference between int and int32?
What is the diff between vb mdi form and .net mdi form?
Explain about garbage collection?
Name some of the keywords used in vb.net?
What is trace in vb.net?
Define clr?
What is the main use of a namespace?
Explain the observations between vb.net and vc#.net?
Which properties are used to bind a DataGridView control?
what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.
What is misl code?
Explain the difference between vb.net and c#, related to oops concepts?