Write a program for calculator in VB.NET
Answers were Sorted based on User's Feedback
Answer / tapti
Shell("C:\WINDOWS\system32\calc.exe",
AppWinStyle.NormalFocus)
Is This Answer Correct ? | 54 Yes | 13 No |
Answer / sreeranjith c.k
Shell("C:\WINDOWS\system32\calc.exe",
AppWinStyle.NormalFocus)
Is This Answer Correct ? | 25 Yes | 11 No |
Answer / ajit kawade
Shell("C:\WINDOWS\system32\calc.exe",
AppWinStyle.NormalFocus)
Is This Answer Correct ? | 26 Yes | 12 No |
Answer / jagriti sinha
Shell("c:\WINDOWS\system32\calc.exe",AppWinStyle.NormalOcus)
Is This Answer Correct ? | 11 Yes | 9 No |
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 |
Answer / ho
Shell("C:\WINDOWS\system32\calc.exe",
AppWinStyle.NormalFocus)
Is This Answer Correct ? | 7 Yes | 10 No |
What are the differences between vb.net and c#, related to oops concepts
What is the significance of delegates?
What is globalization?
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?
What are the different variables in vb.net?
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
Explain enumerator?
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 .
What is branching logic control in VB.NET?
How do you use two datareaders at the same time in a vb.net windows application ?
What is the source code for display the picture in button click event?