Search engine in window application?

Please support our C# advertiser: Intel Parallel Studio Home
Thread Solved

Join Date: Jun 2009
Posts: 210
Reputation: avirag is an unknown quantity at this point 
Solved Threads: 15
avirag avirag is offline Offline
Posting Whiz in Training

Search engine in window application?

 
0
  #1
Aug 7th, 2009
hi
i m making a window application in C# .net.
can anyone tell me how can i use search engine in window application?
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 903
Reputation: DdoubleD is a jewel in the rough DdoubleD is a jewel in the rough DdoubleD is a jewel in the rough DdoubleD is a jewel in the rough 
Solved Threads: 144
DdoubleD DdoubleD is offline Offline
Posting Shark

Re: Search engine in window application?

 
0
  #2
Aug 7th, 2009
How do you intend to use the search engine?
Reply With Quote Quick reply to this message  
Join Date: Feb 2009
Posts: 3,200
Reputation: sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of 
Solved Threads: 571
Sponsor
sknake's Avatar
sknake sknake is offline Offline
.NET Enthusiast

Re: Search engine in window application?

 
0
  #3
Aug 7th, 2009
Use an HttpWebClient and post form fields to search pages or figure out their URL structure and call it directly.

I'm pretty sure search engines will ban you for automating searches if the volume is large enough. <1000 queries a day shouldn't be a problem.
Scott Knake
Custom Software Development
Apex Software, Inc.
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 210
Reputation: avirag is an unknown quantity at this point 
Solved Threads: 15
avirag avirag is offline Offline
Posting Whiz in Training

Re: Search engine in window application?

 
0
  #4
Aug 8th, 2009
thanks 4 ur rply, but
i m making a window application not web application.
there is no connection to the web.
plz tell me answer with respect to a window application....
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 210
Reputation: avirag is an unknown quantity at this point 
Solved Threads: 15
avirag avirag is offline Offline
Posting Whiz in Training

Re: Search engine in window application?

 
0
  #5
Aug 8th, 2009
well i m making around 50 forms in my application, so for searching these forms i want to create a search engine in my window application...........
can u plz tell me how can i do this.....?
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 903
Reputation: DdoubleD is a jewel in the rough DdoubleD is a jewel in the rough DdoubleD is a jewel in the rough DdoubleD is a jewel in the rough 
Solved Threads: 144
DdoubleD DdoubleD is offline Offline
Posting Shark

Re: Search engine in window application?

 
0
  #6
Aug 8th, 2009
Originally Posted by avirag View Post
thanks 4 ur rply, but
i m making a window application not web application.
there is no connection to the web.
plz tell me answer with respect to a window application....
So, not in a web browser, but a file parser? And if I read your other post correctly, you want to parse .NET Forms? For what exactly?
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 210
Reputation: avirag is an unknown quantity at this point 
Solved Threads: 15
avirag avirag is offline Offline
Posting Whiz in Training

Re: Search engine in window application?

 
0
  #7
Aug 8th, 2009
yes i want to parse .net forms.
in my project there are around 50 forms, n i want to apply the search funtionality to search these forms. for example there are around 5 forms related to maths, 5 forms of physics content etc.
nw if a user enter any topic of maths in search option and if it is available in our application, it should display the link or button of that particular form and if not available than it should diplay the message"the particular form is not available".
Reply With Quote Quick reply to this message  
Join Date: Feb 2009
Posts: 3,200
Reputation: sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of sknake has much to be proud of 
Solved Threads: 571
Sponsor
sknake's Avatar
sknake sknake is offline Offline
.NET Enthusiast

Re: Search engine in window application?

 
0
  #8
Aug 8th, 2009
What exactly are you wanting to search then? Do you have labels on the forms that you want to search for the word? Or .. ?
Scott Knake
Custom Software Development
Apex Software, Inc.
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 210
Reputation: avirag is an unknown quantity at this point 
Solved Threads: 15
avirag avirag is offline Offline
Posting Whiz in Training

Re: Search engine in window application?

 
0
  #9
Aug 8th, 2009
well let i have two maths form in my application which are related to factorization.......
so when i type factorization in search box, than the link related to both forms will be display to me, and when i click on anyone link , so that particular form will open
Reply With Quote Quick reply to this message  
Join Date: Jun 2009
Posts: 210
Reputation: avirag is an unknown quantity at this point 
Solved Threads: 15
avirag avirag is offline Offline
Posting Whiz in Training

Re: Search engine in window application?

 
0
  #10
Aug 8th, 2009
i think now my problem is clear to u
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC