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

What are the differences between vb.net and c#, related to oops concepts

0 Answers  


What is the significance of delegates?

0 Answers  


What is globalization?

0 Answers  


write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.

0 Answers   College School Exams Tests,


what is vb.net?

10 Answers  






What are the different variables in vb.net?

0 Answers  


hello friends.. when i deployment my project in the client machine that is successful but whenever i try to run my project using .exe file then it gives me error "<filename>.exe is not a valid win32 application." what i do somebody halp me pls

1 Answers  


Explain enumerator?

0 Answers  


my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .

0 Answers  


What is branching logic control in VB.NET?

0 Answers  


How do you use two datareaders at the same time in a vb.net windows application ?

0 Answers  


What is the source code for display the picture in button click event?

0 Answers  


Categories