Questions tagged [windows-10-desktop]

the tag windows-10-desktop is for questions concerning application development for the Windows 10 Desktop. Windows 10 Desktop development uses the Win32 API and provides a user interface similar to a traditional Windows UI that supports and may require the use of a keyboard and mouse. Along with this tag should be a tag indicating the language being used and the platform such as .NET. This tag is not used for posts concerning WinRT application development.

Windows 10 comes in three main flavors: Windows 10 Desktop, Windows 10 Mobile, and Windows 10 IoT. Development can be done in a wide variety of languages with several different target processors as well as the different target versions of Windows 10.

The Windows Desktop, Win32, uses the Windows 10 version of the Win32 API which contains functionality that is unavailable in the WinRT in order provide the security of a protected environment for WinRT. The most common processor target is x86 or x64 CPUs.

See the discussion and links in How to: Use Existing C++ Code in a Universal Windows Platform App.

The Windows Runtime, WinRT, with Universal Windows Platform applications allows for a code once, compile many for specific target. A UWP application can be built to target one of several different processors (x86, x64, ARM) as well as any of the versions of Windows 10 (Windows 10 Desktop, Windows 10 Mobile, and Windows 10 IoT).

367 questions
3
votes
1 answer

Accessing Location on Windows 10 in .net desktop application

The company I work for has an application used by our field staff that registers their GPS location periodically, we initially wrote the application for windows 8 x86 using the System.Device.Location GeoCoordinateWatcher class. In windows 10 the…
Wes
  • 371
  • 3
  • 18
3
votes
1 answer

Desktop App Converter "Fatal Error 1000"

I receive the following error when attempting to run the Desktop App Converter (Project Centennial): Assert-RequiredFeatureEnabled: fatal error 1000: required feature is not installed or enabled. Please refer to machine setup instructions. At…
2
votes
0 answers

Cannot find USB device using Windows 10 Runtime (WinRT) APIs for .NET

I recently found an article on MSDN about Calling Windows Runtime APIs in dekstop apps, so I decided to give it a shot. I tried connecting to my CR95HF transceiver that's plugged into COM3 (USB) using the UsbDevice device class. When I open up the…
JansthcirlU
  • 688
  • 5
  • 21
2
votes
1 answer

Installing a compiler for Qt4.8.7 on Windows10

I am trying to install Qt4.8.7 for Windows 10 and I am having some issues with installing the corresponding compiler. I got the Qt4.8.7 installer from this link: https://download.qt.io/archive/qt/4.8/4.8.7/ and I have tried working with the MSVC2010…
Jack
  • 33
  • 3
2
votes
0 answers

vcpkg and Eigen3: Eigen3 set to NOT FOUND

I have used vcpkg install eige3:x64-windows and then the integrate install command on Windows 10. Now, from inside CMakeLists.txt I do find_package(Eigen3 CONFIG REQUIRED), but I get the following in the Visual Studio 2019: Severity Code Description…
Ilonpilaaja
  • 1,169
  • 2
  • 15
  • 26
2
votes
1 answer

How can I automate no, partial and full hydration of "cloud" files (OneDrive) for testing?

I would like to test some software and would like to make it well-behaved regarding cloud files. For reference functions like RtlIsPartialPlaceholder and RtlIsCloudFilesPlaceholder have been introduced in order to look at the information returned…
0xC0000022L
  • 20,597
  • 9
  • 86
  • 152
2
votes
0 answers

Managing UWP WebView overall memory consumption over extended periods of time

TL;DR We are looking for a method to force a UWP Webview to clear any cached assets/memory for our library. Our goal is to be able to re-use the same WebView without calling methods that may adversely impact other WebViews in the same host…
foreza
  • 21
  • 3
2
votes
4 answers

File Explorer hangs when trying access Mounted Azure File share on Windows 10 Desktop

I mounted a Azure File share on to my desktop trying test connectivity. Everything worked awesome until I deleted the Azure File share in Subscription. After my test, I deleted the test file share from Azure subscription. Then I continued working on…
Vinny
  • 461
  • 1
  • 5
  • 18
2
votes
3 answers

Project and build structure for Microsoft DirectShow based virtual webcam application on Window 10

I am trying to create simplest virtual webcam application which can display image file on my local filesystem. After initial research on stackoverflow links and seeing OBS Studio source code I got some idea how can I achieve this. I would need to…
Alok
  • 7,734
  • 8
  • 55
  • 100
2
votes
0 answers

How to get the icon path of an audio device

I am writing an AHK script that uses audio devices. I'm using the Vista Audio library, and I have added some more functions to get additional data about the devices beyond their name. These functions are to get the device description and device…
2
votes
1 answer

Winforms - C# Taskbar Progress Indicator (Windows 10)

Using C#* Windows Forms on Windows 10, is there a way to set up a progress indicator on the taskbar icon? While searching for it almost all the results were directed to Windows 7. I tried using WindowsAPICodePack, TaskbarItemInfo, TaskbarManager and…
Brhaka
  • 1,622
  • 3
  • 11
  • 31
2
votes
2 answers

How can I apply multiple colors to "Lines" in Windows Command Prompt?

I am a newbie here on this website and I would like to ask you how to apply multiple colors by line (or column maybe?) in CMD. Feel free to edit the codes below, I would also like the color of the words to be similar like the classic Google Chrome…
CMD.EXE
  • 23
  • 4
2
votes
0 answers

Questions about Segment Heap

Does the new Windows 10 v2004 Segment Heap work on both 32-bit and 64-bit applications? Does the Segment Heap manifest work on DLLs or only the top level .exe, i.e. is it at a module granularity or process granularity?
William
  • 309
  • 1
  • 9
2
votes
1 answer

Docker isn't mounting the directory? "OCI runtime create failed: container_linux.go:346: no such file or directory: unknown"

On my Windows 10 Home computer with Docker Toolbox, Docker is having trouble mounting the drives. I've already run dos2unix on the entrypoint.sh file. The full error is as such: ERROR: for users Cannot start service users: OCI runtime create…
2
votes
1 answer

Installing Pocketsphinx on Windows 10

I am trying to install pocketsphinx on Windows 10. I have downloaded pocketsphinx and sphinxbase, built them both, and put sphinxbase.dll into the pocketsphinx bin. However when I copy and paste the command…
pilars32
  • 41
  • 1
  • 7