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

Define cls?

0 Answers  


Which is the base class for all the classes in .net framework?

0 Answers  


What is the Difference between Overriding and overloading?

31 Answers   Subex, TCS,


List the types of generations in garbage collector?

0 Answers  


How do you do multithreading application in VB ?

4 Answers   Satyam,






Can you please explain the difference between system.string and system.stringbuilder classes?

0 Answers  


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

0 Answers  


How do you declare static variable and how it is declared and what is its lifetime?

3 Answers   Infosys,


when do we need a multiple document interface?

2 Answers  


Explain the use of console application?

0 Answers  


Is VB.NET object oriented? What are the inheritances does VB.NET support ?

13 Answers   Digital GlobalSoft, Global Infotech, Infosys,


What are the different types of a stream?

0 Answers  


Categories