Using excel as database using vb.Net Or excel and VB.Net Solution code: Imports System.Data.Oledb Public class form1 Private Const connstring As String = “Provider=Microsoft.Jet.OLEDB.4.0;”...
Reading PDF documents using .Net For this you could prefer active control of existing reader. For this you could use active control of Adobe reader....
Reading Doc and Docx using .Net There is no open source doc and docx reader. So you could use richtextbix for reading doc and...
Editing Registry using .net For editing registry using .net you need to import microsot.win32 namespace. The Microsoft.Win32 namespace provides two types of classes: those that handle...

