Click here to Skip to main content
15,881,455 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.5K   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
<VisualStudioProject>
    <CSHARP
        ProjectType = "Local"
        ProductVersion = "7.10.3077"
        SchemaVersion = "2.0"
        ProjectGuid = "{32A39691-58FD-4C10-BB84-8FE63F7AD9BA}"
    >
        <Build>
            <Settings
                ApplicationIcon = ""
                AssemblyKeyContainerName = ""
                AssemblyName = "googleSearch"
                AssemblyOriginatorKeyFile = ""
                DefaultClientScript = "JScript"
                DefaultHTMLPageLayout = "Grid"
                DefaultTargetSchema = "IE50"
                DelaySign = "false"
                OutputType = "WinExe"
                PreBuildEvent = ""
                PostBuildEvent = ""
                RootNamespace = "googleSearch"
                RunPostBuildEvent = "OnBuildSuccess"
                StartupObject = ""
            >
                <Config
                    Name = "Debug"
                    AllowUnsafeBlocks = "false"
                    BaseAddress = "285212672"
                    CheckForOverflowUnderflow = "false"
                    ConfigurationOverrideFile = ""
                    DefineConstants = "DEBUG;TRACE"
                    DocumentationFile = ""
                    DebugSymbols = "true"
                    FileAlignment = "4096"
                    IncrementalBuild = "false"
                    NoStdLib = "false"
                    NoWarn = ""
                    Optimize = "false"
                    OutputPath = "bin\Debug\"
                    RegisterForComInterop = "false"
                    RemoveIntegerChecks = "false"
                    TreatWarningsAsErrors = "false"
                    WarningLevel = "4"
                />
                <Config
                    Name = "Release"
                    AllowUnsafeBlocks = "false"
                    BaseAddress = "285212672"
                    CheckForOverflowUnderflow = "false"
                    ConfigurationOverrideFile = ""
                    DefineConstants = "TRACE"
                    DocumentationFile = ""
                    DebugSymbols = "false"
                    FileAlignment = "4096"
                    IncrementalBuild = "false"
                    NoStdLib = "false"
                    NoWarn = ""
                    Optimize = "true"
                    OutputPath = "bin\Release\"
                    RegisterForComInterop = "false"
                    RemoveIntegerChecks = "false"
                    TreatWarningsAsErrors = "false"
                    WarningLevel = "4"
                />
            </Settings>
            <References>
                <Reference
                    Name = "System"
                    AssemblyName = "System"
                    HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.dll"
                />
                <Reference
                    Name = "System.Data"
                    AssemblyName = "System.Data"
                    HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
                />
                <Reference
                    Name = "System.XML"
                    AssemblyName = "System.XML"
                    HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
                />
                <Reference
                    Name = "glade-sharp"
                    AssemblyName = "glade-sharp"
                    HintPath = "C:\Program Files\Common Files\GtkRun\2.2.4\lib\gtk-sharp\glade-sharp.dll"
                    AssemblyFolderKey = "hklm\dn\gtk-sharp"
                />
                <Reference
                    Name = "gtk-sharp"
                    AssemblyName = "gtk-sharp"
                    HintPath = "C:\Program Files\Common Files\GtkRun\2.2.4\lib\gtk-sharp\gtk-sharp.dll"
                    AssemblyFolderKey = "hklm\dn\gtk-sharp"
                />
                <Reference
                    Name = "glib-sharp"
                    AssemblyName = "glib-sharp"
                    HintPath = "C:\Program Files\Common Files\GtkRun\2.2.4\lib\gtk-sharp\glib-sharp.dll"
                    AssemblyFolderKey = "hklm\dn\gtk-sharp"
                />
                <Reference
                    Name = "atk-sharp"
                    AssemblyName = "atk-sharp"
                    HintPath = "C:\Program Files\Common Files\GtkRun\2.2.4\lib\gtk-sharp\atk-sharp.dll"
                    AssemblyFolderKey = "hklm\dn\gtk-sharp"
                />
                <Reference
                    Name = "gdk-sharp"
                    AssemblyName = "gdk-sharp"
                    HintPath = "C:\Program Files\Common Files\GtkRun\2.2.4\lib\gtk-sharp\gdk-sharp.dll"
                    AssemblyFolderKey = "hklm\dn\gtk-sharp"
                />
                <Reference
                    Name = "System.Web.Services"
                    AssemblyName = "System.Web.Services"
                    HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Web.Services.dll"
                />
            </References>
        </Build>
        <Files>
            <Include>
                <File
                    RelPath = "googlesearch.glade"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "GtkApp.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "Web References\com.google.api\GoogleSearch.wsdl"
                    BuildAction = "None"
                />
                <File
                    RelPath = "Web References\com.google.api\Reference.map"
                    BuildAction = "None"
                    Generator = "MSDiscoCodeGenerator"
                    LastGenOutput = "Reference.cs"
                />
                <File
                    RelPath = "Web References\com.google.api\Reference.cs"
                    DependentUpon = "Reference.map"
                    SubType = "code"
                    BuildAction = "Compile"
                    DesignTime = "True"
                    AutoGen = "True"
                />
                <Folder
                    RelPath = "Web References\com.google.api\"
                    WebReferenceUrl = "http://api.google.com/GoogleSearch.wsdl"
                    UrlBehavior = "Static"
                />
                <Folder
                    RelPath = "Web References\"
                    WebReferences = "TRUE"
                />
            </Include>
        </Files>
    </CSHARP>
</VisualStudioProject>

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