Answer Posted / subhash - netedge computing
difference between a console application and a Windows
application is the way in which the program gets user
input. A console application gets keyboard input through
the Console.Read or Console.ReadLine methods; a Windows
Forms application gets keyboard (and other) input through
events.
Is This Answer Correct ? | 26 Yes | 9 No |
Post New Answer View All Answers
How can we remove handlers at run time?
Which is the base class for all the classes in .net framework?
Name the two main parts of .net?
Using VB, how can you change the Mouse Pointer?
How to send xml file on server using http protocol?
What are the shared variables?
Explain strong name in .net assembly?
What is globalization?
Define naming convention?
Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
Name some different types of control?
What is the main use of a namespace?
Explain how to store decimal data in .net?
Explain about the ruby interface generator?