Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
Explain the difference between c# and vb.net?
What is the significance of delegates?
in my windows application i have to show excelwork sheetwhich is stored in the local system can any one tell me the code?
What is global assembly cache (gac)?
Described strong typing and weak typing?
When do you use virutal keyword?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
Which is the tool which can convert visual basic old version to .net compatibility version?
Tell us how many languages are supported by .net?
How to create a constant in vb.net?
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
what are the difference between An input box and Message box ..?