How to put Googles ads (adsense) in VB apps?

jasonphd

New member
Joined
Mar 31, 2006
Messages
3
Programming Experience
3-5
Can anyone tell me how to put goolge ads (adsense) in a vb .net app? Or does anyone know if that's possible or if Google even allows it?

If not Google ads, does anyone know of something similar that can be embedded in vb apps, that isn't spyware or pop up software. I would only want the ads displayed in the app itself. Kind of like the ad box at the top of AIM.
 
It would be technically easy to AdSense an otherwise empty webpage and display that page in webbrowser control in form, but it is against the Google policy to allow AdSense in non-content webpages. It is also against their policy to implement client software that use the ad content in any way.
https://www.google.com/adsense/policies
 
Back
Top