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

Which namespace are used for accessing the data?

0 Answers  


What is trace in vb.net?

0 Answers  


is it possible to use flexgrid in vb dotnet?

9 Answers   Banking, Microsoft, NetBIOS,


Explain about the ruby interface generator?

0 Answers  


What are the objects in asp.net?

0 Answers  


what is intermediate language?

0 Answers  


How to create a constant in vb.net?

0 Answers  


Explain the difference between vb.net and c#, related to oops concepts?

0 Answers  


Is there any website from where i can download VB.net bible free in pdf format

0 Answers  


Explain the services provided by common language infrastructure.

0 Answers  


Explain nested classes?

0 Answers  


how to save items in gridview and the form name is vendor rating?

1 Answers  


Categories