windows-10

Taming the automatic telephone number thing in the windows 10 edge browser

北城余情 提交于 2019-12-03 22:08:42
Windows 10's edge browser seems to detect phone numbers even if there's no phone app installed on the system. It formats the phone number in blue with an underline even if it's just in the plain text somewhere (ugly on some backgrounds), moreover it detects e.g. VAT numbers as if they were phone numbers. So how do we control it as webmasters to: how it renders the detected stuff (I suppose MSFT invented their very own CSS selector for this stuff?) how do we turn the detection off Preferably with something just targeting that browser and not risk messing up things for others or adding non

Can't build UWP in release mode

蓝咒 提交于 2019-12-03 22:04:17
问题 I have a project that is working well in debug mode, but not working at all in release mode. The solution contains 3 projects Shared project windows phone 8.1 project UWP project here is the error output 2>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(887,5): error : System.InvalidOperationException: Unable to generate a temporary class (result=1). 2>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(887,5): error : error CS0012

VB6 Common Controls On Windows 10

我与影子孤独终老i 提交于 2019-12-03 21:49:15
问题 I've recently installed windows 10 from windows 7. I have now run in to an issue where microsoft Common Controlls mscomctl is not founnd I have registered the "MSCOMCTL.OCX" file with sysWow64/Regsvr32.exe But when I reload the project it still cant find the reference. I've also registered the .ocx with System32. Is this a windows 10 issue or am I missing something? 回答1: The answer was that I had to go inside the project, Click projoect and then components and tick the Microsoft Common

Visual Studio Cordova - You may not have the required environment or OS to run this project

余生长醉 提交于 2019-12-03 21:24:49
I have a problem in Visual Studio 2015 Community - Apache Cordova. I try to run a simple application both in Debug mode as in Release mode and is generated the following error: *2> ANDROID_HOME=F:\AndroidSDK 2> JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_55 2>C:\Temp\BlankCordovaApp1\BlankCordovaApp1\platforms\android\cordova\node_modules\q\q.js:126 2>throw e; 2>^ 2>Error: Device communication timed out. Try unplugging & replugging the device. 2>at null._onTimeout (C:\Temp\Excluir\BlankCordovaApp1\BlankCordovaApp1\platforms\android\cordova\node_modules\q\q.js:1717:25) 2>at Timer

Blank WPF child windows on Windows 10

♀尐吖头ヾ 提交于 2019-12-03 21:19:51
问题 I have Windows 10 upgraded from Windows 8.1 (64 bit). In WPF applications (developed by me or by others, like todotxt.net on the screenshots) child windows are blank most of the time. If I move a mouse over the controls, some of them appear (I guess because they handle WM_MOUSEHOVER message to repaint themselves). Sometimes windows are OK (~10-20% of launches). I have temporarily fixed the issue by hiding and showing the controls ( please read below ). Fresh installation of Windows 10 on

TWebbrowser in Windows 10: Microsoft Edge (formerly Spartan) / Internet Explorer legacy issues

两盒软妹~` 提交于 2019-12-03 20:54:57
问题 We know Internet Explorer will be discontinued in Windows 10, being replaced by the new Microsoft Edge (formerly codenamed "Project Spartan"). There are millions of apps using TWebbrowser, a component that uses the Internet Explorer API. Does anybody have information about how those applications will work in future versions of Windows? How can we be prepared to keep our applications working in future Windows versions? 回答1: According to IE Blog Internet Explorer 11 will remain fundamentally

Application written Delphi XE8 touch in edit boxes keyboard not appear in Windows 10

风流意气都作罢 提交于 2019-12-03 20:45:32
I have Win 32 bit desktop app written in Delphi XE8 with subscription update 1. Windows 10 is set to tablet mode. When I touch edit boxes or memo boxes on my app, keyboard does not appear. It only appears if I touch a password field e.g. edit control with password char set to * or editable combobox. When I run notepad.exe and touch it, keyboard appears, but not for any editable controls on my app ... except for password fields... What is the trick here? 来源: https://stackoverflow.com/questions/32370944/application-written-delphi-xe8-touch-in-edit-boxes-keyboard-not-appear-in-window

Issues compiling in Windows 10

三世轮回 提交于 2019-12-03 19:21:19
问题 I have identified an issue related to building apps that use C:\Windows\System32\CertEnroll.dll as a reference. The following code works fine when compiled using VS 2015 on Windows 7 and then ran on a Windows 7 machine. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using CERTENROLLLib; namespace CertTest { class Program { static void Main(string[] args) { try { CX509PrivateKey key = new CX509PrivateKey(); key.ContainerName

Cannot bind to some ports due to permission denied

不羁的心 提交于 2019-12-03 19:03:17
问题 For the last 3 months or so I'm having random errors where I can't bind a specific port where our Identity server is running on my local development workstation. At first I thought it's my broken machine, so I reset everything, which kinda fixed the issue for 2 months and now it is back. In the meanwhile other developers saw the same issue. All of us who experience the issue are running Windows 10, but not everyone with Windows 10 has that issue. Restarting windows after it was shut down with

redistributable offline .NET Framework 3.5 installer for Windows 8

末鹿安然 提交于 2019-12-03 18:40:37
问题 Our company was testing our product (compiled for .NET Framework 3.5) on Windows 8. We have discovered that there is no .NET Framework 3.5 on Windows 8 and there are two possibilities to resolve this issue: online installation install from Windows 8 installation DVD or ISO But, we need to have redistributable offline installer for everyone without internet and without Windows installation DVD. Is there a way how to resolve this issue? Thanks. UPDATE : This should apply to Windows 10 as well.