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

Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?

0 Answers  


What is the relation between Garbage collector and finalize and destructor?

2 Answers   Kanbay,


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  


i could not run my application in any computers if i want to run it i have to install the full version of visual studio 2005. it is really hard and feel embarrassing in front of the people though i installed .net framework where goes wrong

1 Answers  






difference between control and component more than one differences

0 Answers  


Explain the difference between thread and process?

0 Answers  


How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently

0 Answers  


Explain convert.tostrin?

0 Answers  


What is the difference between system.applicationexception class and system.systemexception?

0 Answers  


Write the role of new keyword?

0 Answers  


Explain about delegate?

0 Answers  


Categories