windows-10

Users not receiving Windows 10 Packaged Flight

末鹿安然 提交于 2019-12-10 10:57:25
问题 I'm currently trying to use Windows 10 Packaged Flight system to beta test our Windows 10 Cordova application, following the instructions found here. After the app package is certified, when I go into the Windows Store to download the packaged flight, it installs the production version of the app instead. I have verified that both the login and Store credentials match the account included in Flight Group. I have also tried uploading the app as an .appxupload file as well as an .appxbundle

URL Start menu entry missing on Windows 10 although installed

▼魔方 西西 提交于 2019-12-10 10:44:11
问题 I have a "normal" Setup and a "Pro" Setup of the same application. They have many things in common, so I use an #include "CommonThings.iss" Both versions can be installed in parallel, because they have a different AppId . In the common definition, I have [Icons] Name: {group}\Online documentation; Filename: "http://example.com/" but only one of them shows up in the Windows Start menu: Looking at the file system under C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Example C:\ProgramData

Windows runtime component - System.Security.Cryptography

时光毁灭记忆、已成空白 提交于 2019-12-10 10:28:41
问题 I am working on a Windows 10 Universal App(HTML+WinJS). I need to do Sharepoint authentication in the same. I have created a Windows runtime component to write C# code for authentication. I refered below link: https://coderwall.com/p/ho2uwq/authentication-in-sharepoint-2013-using-c-csom-client Now my problem is that When we use this C# code in ‘Windows Runtime component’ it does not recognize SecureString class which is included in ‘System.Security.Cryptography’ namespace used for creating

Running R / RStudio on Windows 10

前提是你 提交于 2019-12-10 10:26:17
问题 I've been using R / RStudio for several months on Windows 7 & 8. Now I've received the upgrade invitation from Microsoft but at the same time, I've heard that there were serious compatibility issues between ancient versions of Windows and Windows 10. I would need to know if it's possible to run R / RStudio on Windows 10 without major issues. 回答1: I have personally tried to run R and Rstudio with Windows with no problems (at the moment). Needless to say, I am on a split setup where my work

Sharing target Universal Apps Template10 approach in Windows 10

巧了我就是萌 提交于 2019-12-10 10:19:43
问题 My app is a target app for sharing and am facing issues when the app is running and the user wants to share content. I can't use a frame from the running application because then i get a "marshalling thread" exception. The application called an interface that was marshalled for a different thread.\r\n\r\nFailed to initialize the application's root visual My OnStartAsync method in App.xaml.cs looks like this. public override async Task OnStartAsync(StartKind startKind, IActivatedEventArgs args

Know when Windows 10 are Tablet Mode - Windows 10 / Windows 10 Mobile

家住魔仙堡 提交于 2019-12-10 10:18:38
问题 I work on Universal App for Windows 10 and Windows 10 Mobile. Does anyone know how to check if Windows 10 is running on Tablet Mode? I found this question here but that is for Windows Forms: How can I detect when Window 10 enters tablet mode in a Windows Forms application? Thanks 回答1: You query the UserInteractionMode - this is the sample code from that link switch(UIViewSettings.GetForCurrentView().UserInteractionMode) { case UserInteractionMode.Mouse: VisualStateManager.GoToState(this,

Need to get mouse events inside webview Win 10 UWP

放肆的年华 提交于 2019-12-10 10:06:02
问题 I am creating a win 10 UWP application. <Grid> <WebView x:Name="WebViewElm"/> </Grid> I have added a webview in it and I need to get the mouse right click and drag drop events for the webview element. But now it is taking the events for the browser. How I can handle the input events in the webview 回答1: Sample of how to drag element from XAML to WebView. It's not complete solution, but might be helpful for you. XAML: <StackPanel Orientation="Vertical" Background="{ThemeResource

Windows 10: Icons in taskbar have wrong size

≯℡__Kan透↙ 提交于 2019-12-10 09:23:38
问题 Since Windows 10 the Icons in the taskbar seems to have a size of 24x24px. This would be no problem, if Windows would choose the 24px version in an icon file for display. But it choose the 32px version and scales it down. That results in ugly artifacts, especially if you have striaght lines in your icons. Is this a core windows problem or are there any known workarounds? Tested with a plain WinForms (C#) application and a Delphi Application. 来源: https://stackoverflow.com/questions/32762463

Using SQLite-NET with UWP

拟墨画扇 提交于 2019-12-10 03:54:18
问题 I downloaded the package from NuGet and still there's no SQLite.cs neither SQLiteAsync.cs added to the project, If SQLite-NET is still not supporting VS 2015 RTM, Any possible alternatives? Note that I tried SQLite.NET-PCL and still the same problem. 回答1: SQLite.NET-PCL shouldn't add those two classes directly to your project files. Did you download the right SQLite.NET-PCL via NuGet? (there's a huge mess when you search for SQLite.NET on NuGet so it's easy to get confused and install the

Xamarin Android Player Error when attempting to find VirtualBox

荒凉一梦 提交于 2019-12-10 02:12:07
问题 I have a clean install of Windows 10. After installing Visual Studio 2015 and Xamarin Bussiness edition I installed Xamarin Android Player x64 and now I receive the following error: Error when attempting to find VirtualBox please check it's installed and try again. Xamarin Android Player will now exit. A solution is referenced in Xamarin fourms stating Fixed it by adding "C:\Program Files\Oracle\VirtualBox" to my %PATH% I am able to open VirtualBox version 4.3.28 r 100309 without issue. How