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 |
Explain cls?
Which is the base class for all the classes in .net framework?
Explain managed code?
What are the different types of applications supported in .net (or) .net framework?
How does vb.net achieve polymorphism?
How do you call a stored procedure in Visual Basic?
What is the use of assembly?
I want to reduce my CPU Usage when I am querying the Database for records. Now my Winform App(in VB.Net) suddenly Jumps to 100% CPU Usage when i query for records from sql server database. I want this Usage to be less. Any help is appreciated
Explain trace in vb.net?
Explain the difference between value and reference types?
Name the tool which can convert visual basic old version to .net compatibility version?
What do you understand by vb.net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)