Click here to Skip to main content
15,881,172 members
Articles / Programming Languages / C#

A google search application using Gtk#

Rate me:
Please Sign up or sign in to vote.
4.49/5 (17 votes)
14 Jan 20058 min read 174.4K   1.1K   46  
An application (based on Gtk#) which uses the google web service to search the internet.
  • googlesearch_demo.zip
    • googleSearch
      • bin
        • Debug
          • googleSearch.exe
          • googleSearch.pdb
        • Release
          • googleSearch.exe
      • googleSearch.csproj
      • googleSearch.csproj.user
      • googlesearch.glade
      • googlesearch.glade.bak
      • googlesearch.gladep
      • googlesearch.gladep.bak
      • googleSearch.sln
      • googleSearch.suo
      • GtkApp.cs
      • obj
        • Debug
          • googleSearch.exe
          • googleSearch.pdb
          • googleSearch.projdata
          • googleSearch.projdata1
          • temp
          • TempPE
            • Web References.com.google.api.Reference.cs.dll
        • Release
          • googleSearch.exe
          • googleSearch.projdata
          • temp
          • TempPE
            • Web References.com.google.api.Reference.cs.dll
      • Web References
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "googleSearch", "googleSearch.csproj", "{32A39691-58FD-4C10-BB84-8FE63F7AD9BA}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{32A39691-58FD-4C10-BB84-8FE63F7AD9BA}.Debug.ActiveCfg = Debug|.NET
		{32A39691-58FD-4C10-BB84-8FE63F7AD9BA}.Debug.Build.0 = Debug|.NET
		{32A39691-58FD-4C10-BB84-8FE63F7AD9BA}.Release.ActiveCfg = Release|.NET
		{32A39691-58FD-4C10-BB84-8FE63F7AD9BA}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Singapore Singapore
Samir Kuthiala founded a Singapore based technology firm Innove Technologies Pte Ltd in 2002. Innove Technologies specialises in providing enterprise level .NET solutions to their clients.

Comments and Discussions