AdsJumbo / AdsJumbo.com

This repository contains the AdsJumbo.com SDK for Windows 10 Apps & Games. This allows you to display advertisements in the app from AdsJumbo.com ad network.
https://AdsJumbo.com
16 stars 10 forks source link

For WinForm / WPF apps & games on wpf not working yet #31

Closed LyVanBong closed 3 years ago

LyVanBong commented 3 years ago

For WinForm / WPF apps & games on wpf not working yet

AscendantWare commented 3 years ago

Hi LyVanBong,

you are right! If you got a WPF-App with a .NET Framework then it will work. If you have a .NET CORE App, then not. I wrote on 14 April 2021 to the AdsJumbo-Support Team about that to include at least that in the documentation. but still nothing happend.

Here is a example to make it run on WPF .NET Framework:

xmlns:ads="clr-namespace:AdsJumboWinForm;assembly=AdsJumboWinForm" `

    </WindowsFormsHost>`

((BannerAds)MainFormHost.Child).ShowAd(728, 90, "#ID#");

LyVanBong commented 3 years ago

thank you