Source Code Of Search Engine?
Mar 18, 2010provide me source code of search engine?
View 3 Repliesprovide me source code of search engine?
View 3 Replieswriting a search engine for my database. I use Visual Vasic 6.0 Express Edition and i have a database which i want to be connected to a search engine. Can any1 teach me how to write the code?
View 8 RepliesRan into a problem. My for loop seems to stop after just for the task. I can't seem how to get it to continue on, I've used this type of loop many times and have never had this problem.
[Code]...
i want to ask that how i can open a search page in my vb.net webbrowser with a separate textbox in a tool bar separate from the url text box
View 2 Repliesthis is a code that read the source code and then show the source code on the txt box ...
i wold like to search in the soure code about a word ( ex. keyword , table , window ..) and after finding the word .. it show the word in the txt box
Dim http As New Chilkat.Http()
Dim success As Boolean
success = http.UnlockComponent("Anything for 30-day trial")
If (success <> true) Then
[Code]......
when you want to use the search engine and when mouse cursor move in textbox search you'll see a small word ("Search") or ("Enter your Search term")
[Code]...
I am trying to create a program which does something similar to a function in excel but with increased functionality. What I need to know for this is how to get the program to search a webpage's source code for a specific string and unfortunately I have no idea how to even begin going about this.
View 2 Repliesone of the BIG hurdles in my simple project, making a search engine. I don't know how at all. The search engine need only to search in one Directory with its sub directories and txt files for criteria, and display the results, with option open from the results. any basic code or example maybe?
View 5 Repliesedit: nvm solved it
View 2 RepliesI am looking to make a web browser in Visual Basic Express 2010 and I need an open source or free browser engine that works with visual basic.
I know there is WebKit but I would have to learn C++ to use it.I do not want this browser to be just an IE shell because I want it to have it's own engine.
I am building a search engine in vb.net which would have to search for a word entered by the user in 40 text files within the project directory.
View 1 RepliesI have a search engine that is supposed to search through descriptions of products and then will display something with a list of products that have whichever word(s) or phrase the user was looking for. I haven't made any kind of list for the products that use the description though.
I just need to figure out why my SELECT statement isn't doing anything. It's either that or the For Each loop.
This is what I have:
Public Function GetDescriptions(ByVal prefixText As String, ByVal count As Integer) As String()
Dim MarketingSql As String = "Select MarketingID, MarketingType, MarketingData
[Code]......
I always search over the internet for while programming even for small matter. Is this bad habit? Do programmers search over net for frequently or not? If yes then which search engine they use mostly?
View 2 Repliesi'm working on a application whereby there is a keyboard which is create on FLASH. So i implement it into vb.net. So everytime i click on 'A', it will go into the database and search for all the stuff that contain 'A' and display on the flash textbox. If i type 'An', i will appear all the stuff in a Flash textbox. Just like yahoo, when you type 'An' there will have a downdrop appearing all the words that starts, end or inbetween have 'An'.
View 6 RepliesI have a system on my webbrowser that allows the user to choose their Search Engine out of a selection I organized. the down point is that I have it set so when they click save it will just hide, because if it closes the settings will be reset and not saved. However I want them to save. Here are my codes to the search button:
Private Sub Search_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Search.Click
If SearchEngines.RadioButton1.Checked Then
CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Navigate("http:www.google.com/search?hl=en&q=" & SearchBar.Text & "&btnG=Google+Search&meta=")
[code]....
This is the code of save:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Me.Hide()
End Sub
I would like it so it saves when the whole program is closed, so when they start up it's automatically set so they can search on their favourite search engine.
Is it possible to build a search engine to use on a DVD that contains Word documents, text documents, etc.? Say I wanted to find all documents with the name "James" in them. In the search box I would type "James", and it would return the results of everywhere James is found. Or suppose I wanted to find all Land Deeds where James is found, is that possible? All search engine examples that I have seen on VB Help has to do with databases, and I guess to an extent, my DVD would be the database.
View 6 RepliesI m writing my first ever application.I want to make a data search engine exactly same as the excel sheet has.The search form is a owned form and has one combobox to specify the search criteria that in which column of the database table i want to search and a textbox to write the search item.What i want is when i type 'A' in the textbox and click the findAll button the search result should display the first matched record in the textbox of owner form and then if i click findNext button the search result should display the next matched record.Same like excel Find and Replace Window.
View 1 RepliesI'm writing a program that will be searching files for the user and I need to find a good method to do so. Obviously it will need to filter the search to try to get the best result possible.
View 6 RepliesIs there anyway to access internet sites if i code in VB6. i have gone thru a few basic tutorials and didn't found any command/method to develop or code a program which can access internet and do my work.
View 6 RepliesI'm trying to create my own type of spider/search engine thing for fun. I start with a URL, then grab the HTML ...from that I have a REGEX that is supposed to pull out all the links. I figured I would randomly pick one of those and keep going as I save the HTML to my database.[URL]...You can see that I get some real URLS and sometimes I get back some that are not. NOW I return these to a RichTextBox and on the REAL URLs, these get formatted in blue and make a HAND icon when you float over them. This makes me believe that something SOMEWHERE knows that these are good url's. That would be a good thing to tap into so that I could get rid of everything in that box that is not a real URL.
View 1 Repliesmake a search engine that works on isohunt ( This is a torrent site )Here what I need :A program to search in ( isohunt ) site View the results in a datagridview control Save the search results in any thing to load it at any time?
View 3 RepliesHow do you store data in the access database and also to retrieve it? and also a search engine for the database?
View 1 RepliesI want my form to navaigate into a link then open up the source code of that page it navigated to . Then get a link from the source code then display it on a textbox .Here's an example : i want this link in a source code :
http%3A%2F%2Fanime-omnibus.ning.com%2Fvideo%2Fvideo%2FshowPlayerConfig%3Fid%3D3382149%253AVideo%253A160429%26ck%3D-
This link is located just beside :
config=
That is:
config=http%3A%2F%2Fanime-omnibus.ning.com%2Fvideo%2Fvideo%2FshowPlayerConfig%3Fid%3D3382149%253AVideo%253A160429%26ck%3D-
How can i make my form to navigate into the source code and get the link beside config word . I know it is possible to do it , just don't know the function to do it .
How do I convert a VB4 source code to VB10 source code?
View 3 RepliesI don't know what this is called so I've struggled to find an answer from google but I have a vague memory of it from t'old days.I've sub-classed (* see below) about 8 framework controls, overriden some properties and added some functionality into each one.The changes I have made are identical in every case. If I make a change, I have to go through each class and apply the same change there.I was hoping there may be a keyword such as <IncludeSourcefile "common.vb> that I can put into each class.
(* note) I use the term sub-classed but I don't know if that's the correct terminology. I've also seen it used for call-backs. Is sub-classed the correct term to use?
Way to space out the source code of a web page, having each tag on one line, without having to search for each tag ending and then making a new line after.
My code for obtaining the source code is:
CODE:
Also if anyone knows a way to colour the tags.
Is there a way to code in BASIC a speedhack like that found in Cheat Engine? It changes the speed of a certain process or window. Functions like timeGetTime, queryPerformanceCounter..
View 6 RepliesI'm using SQL as a database in VB 2010, I already add a table to my form as a datagrid view but I don't know how to add buttons for filtering, deleting and adding things in my table, for example I want to have one button on my form call it search button to search in table names or Phone Numbers. how can I do that and where shall I write the code?
View 3 RepliesI have a child form open (frmProfile) and when I click on the Search button on the Toolbar another form is loaded. On the search form is a few text boxes where the user can input different search functions (First Name, Client ID, Last Name, SSN, Male, Female, etc). Also on the form is one DataGridView.
What I need to do is:
1) After double clicking on a row in the dgv, it sends the clientid to the parent form (frmProfile). I actually have this working but looking for improvement.
2) I would like to then click on the Next button on my toolbar and it go to the next record in line.
At the moment, I only have 1 record that comes in out of 9500. Below is the code from the Search Form and the Profile form.
[Code]...
I have my own toolbar with Add. Delete, Previous,Next etc. I disable some depending on the user so I am not interested in the BindingNavigator. What method is used for movenext in code?I could really use some help on this. I have spent way too much time so far but needing to learn the nuts an bolts of 2008
What code I need to search a whole table (not just one column). I can already search a column but how do I search the whole table for a string .
source1.DataSource = ds.Tables(listboxselect)
Grid.DataSource = source1
source1.Filter = "id = " & searchtxt.Text