Write a program for calculator in VB.NET
Answer Posted / ho
Shell("C:\WINDOWS\system32\calc.exe",
AppWinStyle.NormalFocus)
| Is This Answer Correct ? | 7 Yes | 10 No |
Post New Answer View All Answers
What are the objects in asp.net?
Explain public assembly?
What are the types of generations in garbage collector?
Explain trace in vb.net?
When do you use virutal keyword?
Write a program to find all text files in a logical drive and return the count of the number of files?
What is the use of internal keyword?
What are the parts of the visual basic control?
Explain private assembly?
Name some of the features present in vb 2005?
What do you mean by serialization and deserialization?
What is the difference between readonly variable and constant variable?
hello thank you for replying to my question regarding adding barcode fonts in vb.net project. I have downloaded a free font and added in my vb.net project but now i dont know how to use that i need to generate barcodes can any body help me how to use those fonts these are font3of9 .i need a small code to use these fonts to generate barcode thank u!
What is sealed class?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?