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
List the types of generations in garbage collector?
Tell us how many languages are supported by .net?
What is intermediate langauge?
What is early binding?
Explain the difference between web.config and machine.config and where it will be ?
Explain option explicit?
What is the top .net class that everything is derived from?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
When do you use virutal keyword?
What is the difference between convert.tostring and i.tostring method?
Why is the xml infoset specification different from the xml dom?
Explain global assembly cache (gac)?
How to run a dos command in vb.net?
What is vb.net used for?
Explain enumerator?