問題タブ [desktop-bridge]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
wpf - Using AdControl to display ads in a WPF application packaged for UWP
I (appear to) have successfully created a UWP package for my WPF application using the following guide:
https://docs.microsoft.com/en-us/windows/uwp/porting/desktop-to-uwp-packaging-dot-net
Now I would like to take advantage of the AdControl class to display banner ads in my project, as detailed here:
https://docs.microsoft.com/en-us/windows/uwp/monetize/adcontrol-in-xaml-and--net
Is this possible? I don't see the "Universal Windows" section under References for my WPF project, which I can guess is because it’s not an original Universal Windows project. I do see it under References for the UWP package wrapper project I created using the guide above, but that doesn't help me show ads in the WPF project.
Any help appreciated.
uwp - デスクトップ ブリッジによって UWP に変換された Win32 プログラムは、ARM 上で実行できますか?
すべての Win32 プログラムが UWP/ARM では利用できない API 呼び出しに依存しているわけではありませんが、変換されたプログラムの CPU の選択肢は X86 と X64 だけのようです。私の仮定は正しいですか?