Ad Integration for Winforms Application in C #

I searched the Internet for a while trying to find a solution. But all I found about integrating with Ad is mobile apps, and I can't find a solution for a Windows app.

My question is: Is there a way to make a pop-up ad in a Winforms application and, of course, get money (click or view or something else, I don’t know how it actually works) on it?

At the moment, I wrote (I really downloaded) a method that shows a notification in the taskbar, for example, Skype, and I will loop it in BackgroundWorker with a delay of 2 minutes, and then I have no idea what to do next. How do I attach an ad to this notification? What and how should it be attached to my Paypal account in order to receive money from clicking, viewing.

I will be very grateful if you guys can help me understand all aspects. PS. I am surprised there is nothing on the Internet regarding information on how to integrate the Ad in Winforms application. Strange, it can be very convenient.

+4
source share
1 answer

Well, there are many ways to advertise in the form of Windows, but someone should provide you with ads from which you will receive money.

Get an affiliate account on some gullible website, create an html file with ads inside and upload it to some server. Then, in Windows Forms, create a new form with a web browser inside it, point the browser to the downloaded html file, and you can use different types of events, even a task scheduler, to trigger a small application or code that will display the form with the ads.

I would recommend Gooogle AdSense, but first read their Terms and keep track of them, or they will terminate your account.

I just saw that this post is 3 months old, but I already wrote the answer like that ... Goodluck, if you have not found the answer.

0
source

Source: https://habr.com/ru/post/1501686/


All Articles