ads for windows desktop software?

vempireguy

Newbie
Joined
Jun 24, 2018
Messages
9
Reaction score
6
i'm working on a desktop software that I want to distribute for free but I want to add some ads to the software to monetize it.

anyone knows any ads company that works with windows desktop ads.

not for windows store app, I need ads for the common windows app called winforms.

thanks in advance for al the help.
 
short answer no , i code in winforms framework also ...
but you could built yours , for example you could do Process.Start("your link with CPM ads") on main form closing event ...
 
nice to know this, i'm a coder too, i will check this
 
not sure what you are using, but you might look into
Code:
https://github.com/cztomczak/phpdesktop
https://github.com/devsense/phalanger/
or even
http://gtk.php.net

for PHP app creation

In combination with your original code you could hook into OpenAds or another php based ad system such as revive etc... wrap the whole damn thing in a popup/under if you wish as a sep prog...

Not a silver-spoon fed solution, but it might be a start to get the juices flowing... Think as the above as ways to impliment Electron style programming with PHP.
 
Although Winform is not my first language and i don't use them as much as PHP. I have rarely see that function.
 
Back
Top