windows-8.1

.NET ShellExtension (Framework 4.5, Windows 8.1, SharpShell) not working

青春壹個敷衍的年華 提交于 2019-12-23 16:08:34
问题 I tried to implement a custom ShellExtension in Windows 8.1 . Found that really good SharpShell tutorial. [ComVisible(true)] [COMServerAssociation(AssociationType.AllFiles)] public class CountExtProvider : SharpContextMenu { protected override bool CanShowMenu() { // We will always show the menu. return true; } protected override ContextMenuStrip CreateMenu() { // Create the menu strip. var menu = new ContextMenuStrip(); // Create a 'count lines' item. var itemCountLines = new

window.open to open local image,pdf on windows platform using InAppBrowser

谁说胖子不能爱 提交于 2019-12-23 15:44:40
问题 I am working on cordova based hybrid application targeted to Windows 8.1 platform with InAppBrowser plugin added. I have used following code to open local image/pdf file: window.open("Screenshot.png", "_blank", "location=no"); But it does nothing...no exception and no image. I am able to use the same code to open text file. But the same code does not work with image/pdf/word/excel documents. Any help will be much appreciated. Thanks, Chirag. Update: I found solution. Following is the sample

Bing Maps Runtime Error Windows 8.1

人走茶凉 提交于 2019-12-23 15:15:55
问题 When I run the app of Windows 8.1 with Bing Map integration, I get following error. An exception of type 'Windows.UI.Xaml.Markup.XamlParseException' occurred in DistanceApp.exe but was not handled in user code WinRT information: Cannot deserialize XBF metadata type list as 'Map' was not found in namespace 'Bing.Maps'. [Line: 0 Position: 0] Additional information: The text associated with this error code could not be found. Cannot deserialize XBF metadata type list as 'Map' was not found in

WPF Application Incorporating WinAPI (Win8) components

牧云@^-^@ 提交于 2019-12-23 15:12:49
问题 I have a WPF application which utilizes a handwriting control. By using an <InkCanvas></InkCanvas> In my XAML, I was able to get the user's strokes, and turn them into text using the InkAnalysis class. However, this is strictly 32bit, and my requirements dictate a 64bit build. Unable to find a 64bit compatible library, I looked into upgrading to .NET 4.5 and utilizing the Windows8 classes which are available to desktop apps (by also adding <TargetPlatformVersion>8.1</TargetPlatformVersion> to

Meteor build error on windows 8.1

℡╲_俬逩灬. 提交于 2019-12-23 12:43:02
问题 I have installed Meteor on Windows 8.1 - 64 bit to continue developing an existing meteor app. But, I cannot start it. Problem I run "meteor run": it starts proxy, MongoDB, selects packages, and after the last step, "Building the application", I get an error which I cannot explain (see stack trace). Then, it keeps trying to build the app, and gives the same errors over and over again. Strange things : the exact same project works just fine on Ubuntu and Mac OS - now I want to use Windows 8.1

Meteor build error on windows 8.1

别来无恙 提交于 2019-12-23 12:40:22
问题 I have installed Meteor on Windows 8.1 - 64 bit to continue developing an existing meteor app. But, I cannot start it. Problem I run "meteor run": it starts proxy, MongoDB, selects packages, and after the last step, "Building the application", I get an error which I cannot explain (see stack trace). Then, it keeps trying to build the app, and gives the same errors over and over again. Strange things : the exact same project works just fine on Ubuntu and Mac OS - now I want to use Windows 8.1

After upgrading to Windows 8.1, unable to run Windows Phone emulator without memory error

本小妞迷上赌 提交于 2019-12-23 07:21:32
问题 After I updated my Samsung Series 9 SSD laptop with 8GB of RAM to Windows 8.1, (not even a year old, and top-of-line when purchased last november), I am now unable to run the Windows Phone emulator while debugging my WP8 app. The error messages I see is: "Not enough memory in the system to start the virtual machine emulator WVGA 512MB.user with ram size 512 megabytes" Well, the instant I attempt to run a build, it the machine immediately goes from 25% memory consumed to 80% consumed. Even

After upgrading to Windows 8.1, unable to run Windows Phone emulator without memory error

六眼飞鱼酱① 提交于 2019-12-23 07:21:13
问题 After I updated my Samsung Series 9 SSD laptop with 8GB of RAM to Windows 8.1, (not even a year old, and top-of-line when purchased last november), I am now unable to run the Windows Phone emulator while debugging my WP8 app. The error messages I see is: "Not enough memory in the system to start the virtual machine emulator WVGA 512MB.user with ram size 512 megabytes" Well, the instant I attempt to run a build, it the machine immediately goes from 25% memory consumed to 80% consumed. Even

The content of a ListView with ItemsPanel modified is not shown in designer (VS and Blend)

帅比萌擦擦* 提交于 2019-12-23 04:50:49
问题 I have this code: <ListView Margin="0,10,0,0"> <!--Orientation="Horizontal"--> <ListView.ItemsPanel> <ItemsPanelTemplate> <WrapGrid Orientation="Horizontal" /> </ItemsPanelTemplate> </ListView.ItemsPanel> <ListView.Items> <AppBarButton Icon="Download" IsCompact="False" Label="Stáhnout test" HorizontalAlignment="Center"></AppBarButton> <AppBarButton Icon="Play" IsCompact="False" Label="Spustit test" HorizontalAlignment="Center"></AppBarButton> <AppBarButton Icon="Attach" Grid.Column="4"

Windows 8.1 WPF application mixerSetControlDetails returns MMSYSERR_ERROR

旧巷老猫 提交于 2019-12-23 03:26:08
问题 Edit After modifying the NAudio source code and a little debugging, I found that the mixerSetControlDetails function, which is called when I set the Value property, returns MMSYSERR_ERROR . Is there a way to get further information about why mixerSetControlDetails failed? I'm also open to other ways to accomplish same thing on C#. Original I have some code that computes energy in voice and sets the microphone boost level according to this computed value using NAudio. I have no problem reading