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
0
votes
0 answers

How to run DesktopDuplication Sample Code on windows10

Hi I am trying some application involving using Desktop Duplication Sample Code. However on the page it is mentioned it can ONLY be used with Windows 8.1 However is there any way possible to use it with Windows 10 as well? Any inputs on how to go…
newbie2015
  • 581
  • 5
  • 29
0
votes
1 answer

npm looks like does not generate the correct wrapper for cli (nodejs)

I use Windows 10, node 5.3.0 and npm 3.5.2 I did a cli, a simple hello world. This is its package of the module { "name": "helloworld", "version": "1.0.0", "bin": {"hellow": "hello.js"}, "preferGlobal": true, "description": "Hello...", "main":…
0
votes
1 answer

Can we Run WPF application On Windows 10 Tab.Using VS2013

I'm planing to make offline Module using WPF visual studio 2013 and mysql , my main concern is ,Will it work On windows 10 tablet ? I have seen Windows 10 tab-view in my desktop but is it same with windows 10 tablet ? I'm Not looking for Mobile…
Akash
  • 125
  • 1
  • 3
  • 14
0
votes
1 answer

style the Pivot header in windows universal 10

I am trying to center the pivot header in my universal 10 app,my code is this:
0
votes
1 answer

How to highlight certain words in a ListView item on UWP?

I've got a page that makes a search for the keyword typed in by the user and display the results in a ListView. In the displayed results I wanna highlight all the words that matches the keyword typed by the user. Here is my xmal…
0
votes
1 answer

How can i check that the application is compatible with windows 10

An application, consists basically on a communication between a microcontroller and a pc, is running perfectely on Windows 7 64 bits. Since i have windows 10 installed, the application doesn t work anymore. Even the serial communication isn t…
0
votes
1 answer

Creating a video from a collection of BitmapImage in UWP

I'm trying to come up with a method of creating a video file (or even an animated gif), using a collection of BitmapImage in a Windows 10 application (UWP). I noticed that the mobile extensions have a ScreenCapture class (I'm not sure if that would…
Paul Michaels
  • 16,185
  • 43
  • 146
  • 269
0
votes
1 answer

What is the login name of the account logged in with Microsoft ID when connect to Windows 10 remotely or in Remote Desktop Client?

When I was coding C# to connect from Mac to a Windows 10 PC I found a failed connection. I tried again with Microsoft Remote Desktop Client and it said authorization failed. The only account on the PC is logged in with a Microsoft ID which was a…
Min
  • 179
  • 1
  • 1
  • 8
0
votes
1 answer

Navigating between views in Windows 10 XAML

I've tried a number of approaches to this, but when trying to navigate between one page and another in Windows 10 I'm getting some strange behaviour. I display my first page in app.xaml.cs: View.MainPageView mp = new…
Paul Michaels
  • 16,185
  • 43
  • 146
  • 269
-1
votes
1 answer

c# Program gets an error using Microsoft.Jet.OLEDB.4.0 after connection open MDAC 2,6 or later is required

An old C# program no longer works to read an MS-Access database through Jet.OLE.DB. Also a new compilation without any changes of the source code didn't help. My laptop is running Windows 10 and the MS Office is LTSC Professional Plus 2021 32-bit. I…
MarcSS
  • 1
  • 2
-1
votes
2 answers

SQL4499N when connecting to DB2 express V10.5 from IBM Data Studio 4.1

Background: I have to transfer VS 2003 and VB6 applications from Windows 7 to a new Windows 10 Home machine. The applications are currently using DB2 9.7, Sql Server or Ms Access via ODBC. I decided to consolidate all dbs to DB2 on the W10 machine,…
-1
votes
1 answer

Batch File that moves music files by author into another files

I recently have been cleaning up my messy music files, but was doing a lot of moving searching and dragging when I remembered I could potentially have a batch file help me. I have made a file for every artist, but the artist is located in the…
-1
votes
2 answers

ERROR : create a file in c disk by cmd in windows?

When i write nul.> on cmd I get: Access is denied. How can I make a file on the C drive? I tried to use the echo.> command but it doesn't work.
Tesla
  • 15
  • 5
-1
votes
1 answer

Monitor processes and child processes vb

I'm creating a program that should monitor all the child processes after a initial one. I'm doing this with ProcessExtensions.GetProcess function from process extensions, such as: Dim counter counter = 0 Dim pr2 =…
César Amorim
  • 367
  • 3
  • 16
-1
votes
1 answer

Windows 10 pro only standard user account

on windows 10 pro. I made a mistake yesterday, I changed the only account on my system from administrator to standard user account and now i cant do anything on my system e.g install applications and run some applications. I cant do any of them.…