windows-10

IntelliJ Idea Terminal broken with Windows 10

萝らか妹 提交于 2019-12-30 07:57:13
问题 I've installed windows 10 and the terminal doesn't work in IntelliJ IDEA. I can open a new terminal, but I can't write. 回答1: According to the Terminal help page comments, there is a bug report and a workaround: Terminal works in Windows 10 if you use legacy console. To do so, open a command prompt window, right click on the title, then select Properties. At the bottom, check "Use legacy console". Confirm the dialog. Go back to the IDE and launch a new Terminal. It should work. 回答2: The latest

VBA InternetExplorer.Application Object Hang

时间秒杀一切 提交于 2019-12-30 07:34:09
问题 I'm using an old Excel document with VBA that works fine with IE 11 on Windows 7, however on IE 11 on Windows 10 it does not work. IE 11 launches to the URL requested but that's it. Anytime I try to access a event, method, or property, it stops. No error code, no crash, just stops. I've confirmed that my references to Microsoft Internet Controls and Microsoft HTML Object Library are included (they weren't but they are now). Dim ie As Object If ie Is Nothing Then Set ie = CreateObject(

Windows 10 and network drive [closed]

帅比萌擦擦* 提交于 2019-12-30 05:56:10
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . as you can see in the image the problem is: when I'm browsing a network folder with an external program (in this case "unloker"), the connected network drives aren't available. I have this problem with lots of program. Someone could help me? I've already tried to re-connect drives and reboot. This is a clean

Moving Image in ScrollViewer (UWP)

别来无恙 提交于 2019-12-30 05:08:06
问题 I've got a Image in Scrollviewer ... <ScrollViewer x:Name="Scrollster" ZoomMode="Enabled" MinZoomFactor="1" MaxZoomFactor="4" HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto" ManipulationMode="All"> <Image x:Name="Img" Source="{x:Bind ImgSource}" Stretch="UniformToFill" PointerPressed="Img_PointerPressed"/> </ScrollViewer> I want to move Image when I drag image with Mouse Pointer! I tried: private void Img_PointerPressed(object sender,PointerRoutedEventArgs e) { var p =

Text input in message dialog? ContentDialog?

£可爱£侵袭症+ 提交于 2019-12-30 04:04:20
问题 I am wondering what is the best way to allow a user to input text into a MessageDialog in a Windows 10 universal app.(Forgot password system). From the research I've done this doesn't seem possible with a MessageDialog but can be accomplished with a ContentDialog. So far I've found this site which explains roughly how to use the ContentDialog, but not with text input, and and this article on MSDN which does show how to use a textbox with a ContentDialog but the method shown seems quite

Text input in message dialog? ContentDialog?

喜你入骨 提交于 2019-12-30 04:04:10
问题 I am wondering what is the best way to allow a user to input text into a MessageDialog in a Windows 10 universal app.(Forgot password system). From the research I've done this doesn't seem possible with a MessageDialog but can be accomplished with a ContentDialog. So far I've found this site which explains roughly how to use the ContentDialog, but not with text input, and and this article on MSDN which does show how to use a textbox with a ContentDialog but the method shown seems quite

Can't open local iis site in ie edge

本秂侑毒 提交于 2019-12-29 11:45:14
问题 I have a site set up locally to do development on it and I have added it to iis and edited my host file with the url (see below). However, when I browse to the url I only get the "hmm, we can't reach this page" message. The site works well in all other browsers including ie 11 so I was wondering if there are any settings to get local sites to work on edge. I have been searching and could only find this related post, but the accepted answer on that makes no difference to me as the option is

synchronizing SDK with Windows 10 update and using WinRT with Standard C++

隐身守侯 提交于 2019-12-29 09:23:09
问题 I have started experimenting with C++/WinRT using Visual Studio 2017 Community Edition. I now have an environment in which I can build a debug version of a sample application and run it. I had to: download and install latest Windows 10 SDK update Visual Studio 2017 with the C++/WinRT package and templates update Windows 10 OS to the latest build, build 1803 Documentation and web pages described the C++/WinRT package update to Visual Studio and trying a compile of the example gave me an error

Cannot use Octave 4.0.0 graphics toolkit functions under Windows 10

守給你的承諾、 提交于 2019-12-29 06:44:07
问题 I'm using Octave 4.0.0 on a fresh Windows 10 installation and the graphics toolkit related functions (such as plot() or hist() ) are simply not working. plot() creates a new window that freezes immediately in the GUI and no windows at all in the CLI (Octave crashes in both cases). I made sure that graphics_toolkit() was set to "gnuplot" and not "fltk" , but I did not see any improvment. Any suggestion? 回答1: The first time you use plot , imagesc , or something else that uses plotting functions

How to check Isolated Storage of Windows 10 mobile emulator?

杀马特。学长 韩版系。学妹 提交于 2019-12-29 04:56:05
问题 I am currently working on Windows 10 and my requirement is to check isolated storage of Windows 10 Mobile emulator. With Windows Phone 8/8.1, its possible using IsolatedExplorerTool which we can use using Command Prompt. Can anyone suggest, how I can achieve the same for Windows 10 Emulator ? 回答1: The IsolatedStorageExplorer tool (ISE) for WP8.1 works just fine with W10m apps (you will find it at C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.1\Tools\IsolatedStorageExplorerTool ). You