Write a program for calculator in VB.NET
Answer Posted / tapti
Shell("C:\WINDOWS\system32\calc.exe",
AppWinStyle.NormalFocus)
| Is This Answer Correct ? | 54 Yes | 13 No |
Post New Answer View All Answers
What is global assembly cache (gac)?
How do you define a read only property in a class module?
Explain the difference between dispose and finalize()?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
Can you please explain the difference between int and int32?
What is normal jit?
What are jagged arrays ?
How would you implement inheritance using vb.net?
Explain the use of console application?
Define naming convention?
What is the difference between system.applicationexception class and system.systemexception?
Explain the difference between c# and vb.net?
When do you use virutal keyword?
What are the shadow variables?
What is trace in vb.net?