House Ads: Télécommande LiveBox pour windows 10 / windows phone 10

Déjà plus de 100 téléchargements pour mon application sur le Windows Store !!L'application est disponible sur tablette et PC avec Windows 10 ainsi que les nouveaux Windows Phone 10https://www.microsoft.com/store/apps/9nblggh4p1cbL'application est uniquement disponible pour le marché Français.L'application permet de télécommander votre LiveBox, l'application se veut simple et sans fonctionnalités superflus.

Windows Store Content Dialog Close programmaticaly

Close content Dialog programmaticaly Windows Universal appThe following code can be used to close the new content Dialog after a period of time.private IAsyncOperation<ContentDialogResult> dialogTask; private void Button_Click(object sender, RoutedEventArgs e) { ContentDialog dlg= new ContentDialog(); dlg.Content = new TextBlock() { Text = "This content dialog will closed in 5sec!" }; try { dialogTask = … Continue reading Windows Store Content Dialog Close programmaticaly

Windows Universal App erreur avec Visual studio 2015 FR lors du build en Release

Si vous rencontrez l'erreur suivante lors du build en mode release de votre application Windows Universal App en utilisant Visual Studio Community 2015 FR ou Pro : "Erreur ILT0005: 'C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\Tools\nutc_driver.exe @"...\obj\x86\Release\ilc\intermediate\nutcargs.rsp"' a retourné le code de sortie -1073741819"ou l'erreur :"Erreur La commande ""C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\ilc.exe" /in:"E:\dev\Lol Ingame\Lol Ingame\Lol Ingame\obj\x86\Release\ilc\in" /out:"E:\dev\Lol Ingame\Lol Ingame\Lol Ingame\bin\x86\Release\ilc" /intermediatespath:"....obj\x86\Release\ilc\intermediate" /v:normal /keepintermediates:true /buildtype:ret … Continue reading Windows Universal App erreur avec Visual studio 2015 FR lors du build en Release

Le SDK de Microsoft Advertising pour Windows 10 est enfin disponible !

Depuis quelques jours le SDK permettant de monétiser vos applications à travers des publicités est disponibles pour les applications universelles de windows 10 et windows phone 10Voici le lien pour télécharger le sdk :https://visualstudiogallery.msdn.microsoft.com/401703a0-263e-4949-8f0f-738305d6ef4bDe même voici un exemple de comment intégrer le nouveau composant, interstitial vidéo dans une application:http://www.microsoftvirtualacademy.com/training-courses/a-developers-guide-to-windows-10Cela se fait très simplementprivate void Pub()  … Continue reading Le SDK de Microsoft Advertising pour Windows 10 est enfin disponible !