Visual Basic Online Course Search Optimization
dtSearch in Visual Basic .Net Source Code and Eample
Using dtSearch Engine to Create Search Optimization via Visual Basic 2010 |
Create Visual Basic .Net Search Optimization tool using dtSearch Engine to :
- Optimize Search
- Index files
- Search Index
- Retrieve Search Results
- Highlight Search Results
dtSearch Engine : Powerful tool can be downloaded from its official website. There is the dtDeskTop Search and dtSearch Engine for developers, we need the last one to be downloaded. You will be given a password to install the Eval. Version of dtSearch Engine by the customer support team via Email or via SkyPe. I recommend downloading the dtSearch Engine 772.
After installing dtSearch Engine successfully on your machine, you will find the files in the C:\ drive and Start Menu. Restart your machine.
dtSearch Engine - installed files |
There will be VB.Net examples in the C:\ drive cover most of the supported programming languages by the dtSearch Engine Tool including VB.Net 2010 [.Net frameWork 4] in this folder (C:\Program Files\dtSearch Developer\examples\vb.net4).
dtSearch Engine mechanism goes like this :
- Create Indexes (If exists, then you can update the existing Index)
- Add Files to be Indexed
- Search Index
- Retrieve Search Results (Highlight search results)
From Visual Basic .Net 2010
In order to use dtSearch Engine within VB2010 you will need :- Create new Visual Basic 2010 Project
- Add dtSearch Engine Reference Files.
dtSearch Engine Reference Files to be added to the VB 2010 project, are :
dtSearch Engine via Visual Basic .Net (framework 4.0) |
Not only searching System Files but also you can Search Database using the same mechanism (Create Index, Add Resources to Index, Search Indexed Resources, .... ,etc.)
Here is a source code example well detailed and explained of How to use dtSearch Engine to Optimize Search "Optimization" via VB.Net 2010 and .Net framework 4.0.
Here is a source code example well detailed and explained of How to use dtSearch Engine to Optimize Search "Optimization" via VB.Net 2010 and .Net framework 4.0.
Using dtSearch Engine in Visual Basic .Net 2010 [Source Code Example] :
(1) dtSearch Engine - Logic and Design
(2) dtSearch Engine - Indexing/Searching local Files
♥ Here are some online Visual Basic lessons and courses :
- Visual Basic .Net snippets collection
- Visual Basic .Net - How to check for the internet connection
- Visual Basic .Net - POP3 and Receiving E-mails
- Visual Basic .Net - Generate Random Combinations
- Visual Basic .Net - Play sounds on Button Click or Mouse Hover
- Visual Basic .Net - Progressbar control
- Visual Basic .Net Solution - The application failed to initialize
- Visual Basic .Net - Working with Database full example
- Visual Basic .Net - There is already an open DataReader associated
- Visual Basic .Net - SyBase Advantage Database [Add, Edit, Search, Delete and DataGridView]
- Visual Basic .Net - Free POS System Project Source Code