Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Visual Basic Programming › Google API (VB.net)

Google API (VB.net)

Posts 1–12 of 12 · Page 1 of 1
NextGen1
NextGen1
Google API (VB.net)
Adding API References to VB.NET

(This is a completion to a request, this is number 1 [4 more to go])
Sorry it's taking so long.

Here is a tutorial on how you can access Google API , this can open a new world to all developers as there are 1000's of sites which use API and has a WSDL for reference.

Note: Youtube is the big one, using YouTube API you can add YouTube Players and Videos to your projects
( lolland can make a application that houses all his video tutorials internally :P)


We will be referencing Google's Search API, allowing you to embed (without browser) a Google Search using VB controls (or Youtube Videos, plus all of their features , like login, remove video upload video , etc. use this to make widgets, etc. , I am sharing this A. for learning and B. This will hopefully spark some ideas for those who are out of them )

As always Open VB.net and follow along.

Download Google API SDK

Code:
http://code.google.com/p/google-gdata/downloads/list
Note: It is the MSI (Visual Studio Reference)

[IMG]http://i111.photobucke*****m/albums/n121/golmor/image1-2.jpg[/IMG]

After the MSI has Downloaded, Run the Install file and complete it

[IMG]http://i111.photobucke*****m/albums/n121/golmor/Part2.jpg[/IMG]

Now we need to add the reference.

Note: The binaries and DLL files can be found in the default install location ( "C:\Program Files\Google\Google Data API SDK\Sources\Samples\")

Right click your project name in your solutions explorer.

Select "Add Reference"

[IMG]http://i111.photobucke*****m/albums/n121/golmor/pic3-1.jpg[/IMG]


Click the Browse tab.

Goto C:\ ---> Program Files -----> Google ---- > Google Data API SDK ----> Redist"

Note: this is the default location, if you setup a different location then navigate to the Redist folder inside of your chosen location.

Select

Google.GData.Youtube

Then Go back and add this one.


Google.GData.Client.dll
and

Google.GData.Extensions.dll
Note: There are others in the folder, play around with them if you like. (Youtube API references are in there as well )

Now that the references are added we can take advatage of the API and use them inside our program, lets do a simple search (though the possibilities are endless)

In Code View above Public Class FormName add

Code:
Imports Google.GData.Client
Imports Google.GData.Extensions
Imports Google.Youtube
' The next two are not needed for this tutorial, however I have included them 
' because as you begin to get more into using API (google) you may save information 
' or post to ASP.net or someother website, (or use emails to send information, like search results) 
Imports System.IO
Imports System.Web

After that you will now have access to Google and Youtube API

Such as

Search
Request
Post
Delete (youtube Video)
Etc. Etc. Etc.

I am working on a sample project (OpenS) of course, and I will post it in this thread, it will Search google, Google images and allow embedding of youtube videos.

Some (alot of) websites that allow API have WSDL (XML) Web Refernces which can be accessed in a similiar matter, if you come across some API (SOAP) let me know and I will write a tut on how to acccess the API
and use it in your software, this is a much better approach to Web Douments.

Hope this helps.

API References can be found here
Code:
http://code.google.com/more/
#1 · edited 16y ago · 16y ago
Zoom
Zoom
Great tutorial! Thumbs up!
#2 · 16y ago
Blubb1337
Blubb1337
Could you post some examples =/?
#3 · 16y ago
NextGen1
NextGen1
I will be posting plenty of examples
#4 · 16y ago
HE
hellldog
nice [TuT] nextgen
#5 · 16y ago
Lolland
Lolland
Good job.

API's ftw.
#6 · 16y ago
mnpeepno2
mnpeepno2
WTF do we do with this?
:facepalm:




EDIT: LOL, lolland and hesjan have the same post value.
#7 · 16y ago
NextGen1
NextGen1
API's can be used for 100's if not 1000's of features that are available online (or else ware)

In this case, You can use almost all of google's features and Youtube Features (and Functions) in your application.

Youtube API can be used to embed video, call credentials, Delete a video (from your list) add a video to your list, so on and so forth.

Google can be used to search spell check ("Did you mean...") Google Maps, Google Images, Language tools etc... except inside your windows application (or asp.net application)

MSN has API (for messenger)

Yahoo Offers API

Active Renderer (online publishing)

Amazon (grab for sale, etc. etc. )

Skype has APIs

Aol Music Now (Access Aol Music)

******** (online storage, make a program that allows ******** storage)

Data On Call ( Fax services, make your program have a online/anywhere fax machine)

E bay ( online auctions, add your items to your software, or develop a Ebay desktop application)

Geo Names (postal code lookup)

Google adwords

Google calendar

Google talk

Google wave

Bing

MSN Search

Pay Pal (add a pay pal feature right to your application)


You get the idea, there are 1000's upon 1000's of sites that offer web services (APIs)

You can take advantage of these to enhance your application, this may be to much of a intermediate tutorial for those new to vb, but , that's why I shared, get learning
#8 · 16y ago
mnpeepno2
mnpeepno2
holy shit.
/see my release plz.
#9 · 16y ago
Lolland
Lolland
Quote Originally Posted by mnpeepno2 View Post
EDIT: LOL, lolland and hesjan have the same post value.
OMG WE'RE TWINSIES!!!

Oh and btw... what's the MSN API used for?
#10 · 16y ago
mnpeepno2
mnpeepno2
e *dash* mail
#11 · 16y ago
NextGen1
NextGen1
@ Mneep

I seen your release, Ill comment


@ Lolland

There are numerous

MSN Messenger (used to access msn messenger features)

MSN Search (used for msn live search etc. )

Plus a few others I can't think of .

Point is , as far as coding goes, it's a whole new level (so to speak)

Coders spend alot of time either in windows, or on the net...

I code in ASP.net and VB.net (plus other web based languages) but for those who don't
want to program asp.net (online applications) Calling Api's and using web services is the next best thing.
#12 · 16y ago
Posts 1–12 of 12 · Page 1 of 1

Post a Reply

Similar Threads

  • [Note]Google APIBy NextGen1 in Visual Basic Programming
    2Last post 16y ago
  • Google API Sucks...By cfsharp in Coders Lounge
    2Last post 15y ago
  • CAEU .NET Player APIBy Iriz3n in Combat Arms Europe Hacks
    14Last post 16y ago
  • Google Having To Copy Ideas?By Dave84311 in General
    11Last post 18y ago
  • [Help] Atom API with Visual Basic 6.0 or .NETBy Bull3t in Visual Basic Programming
    5Last post 20y ago

Tags for this Thread

None