Write a program for calculator in VB.NET

Answers were Sorted based on User's Feedback



Write a program for calculator in VB.NET..

Answer / tapti

Shell("C:\WINDOWS\system32\calc.exe",
AppWinStyle.NormalFocus)

Is This Answer Correct ?    54 Yes 13 No

Write a program for calculator in VB.NET..

Answer / sreeranjith c.k

Shell("C:\WINDOWS\system32\calc.exe",
AppWinStyle.NormalFocus)

Is This Answer Correct ?    25 Yes 11 No

Write a program for calculator in VB.NET..

Answer / ajit kawade

Shell("C:\WINDOWS\system32\calc.exe",
AppWinStyle.NormalFocus)

Is This Answer Correct ?    26 Yes 12 No

Write a program for calculator in VB.NET..

Answer / jagriti sinha

Shell("c:\WINDOWS\system32\calc.exe",AppWinStyle.NormalOcus)

Is This Answer Correct ?    11 Yes 9 No

Write a program for calculator in VB.NET..

Answer / 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

Write a program for calculator in VB.NET..

Answer / ho

Shell("C:\WINDOWS\system32\calc.exe",
AppWinStyle.NormalFocus)

Is This Answer Correct ?    7 Yes 10 No

Post New Answer

More VB.NET Interview Questions

Can we use Vb.Net and C# language simultaneously in one .Net application?

0 Answers   PUCIT,


Write a program that accepts an array of numbers and a number, and return a string “Yes” if the number is found in the array, “No” if the number is not found in the array.

2 Answers  


In order to get assembly info whcih namespace we should import?

1 Answers  


What do you mean by deserialization?

0 Answers  


What is non_deterministic finalization?

0 Answers  






How many classes a dll can contain?

0 Answers  


List the different types of assembly?

0 Answers  


Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?

0 Answers  


Explain the services provided by common language infrastructure.

0 Answers  


What is the main purpose of garbage collector?

0 Answers  


What are the features of c# which are not present in vb.net?

0 Answers  


Explain global assembly cache (gac)?

0 Answers  


Categories