Application Compatibility for Windows Desktop Development announcement
-
Link
- Benefits of getting desktop apps certified for Windows 8
- Learn how to use the Windows App Certification Kit
- How to list a desktop app in the Windows Store
- App submission checklist
- What’s new in the SDK
- The Compatibility Cookbook: Tips on getting your app compatible for Windows 8
- Compatibility Center Update the compatibility status of your app or add apps
For questions about certification policies, contact the Certification Support Team
For questions about Dashboard services, certification submissions, bug management, and reports, send e-mail to sysdev@microsoft.com -
Link
Windows 7 Application Remediation Services are now available to assist software developers and corporate customers with application compatibility issues. Microsoft wants to ensure customers resolve application compatibility issues related to code remediation or general compatibility with Windows 7. If you are a software developer, Microsoft Partner Network (MPN) ISV, or corporate customer who is deploying software on Windows 7, you may take advantage of this program in the following ways:
1. Online support and resources at:
a. MSDN
b. TechNet
c. MPN ISV Online Technical Communities (MPN partners provided a response within 8 business hours from Microsoft)
d. https://www.isvappcompat.com/
2. Premier customers may request a Windows 7 Application Compatibility for Enterprises Workshop through their Technical Account Manager. Premier Field Engineers are also available for on-site identification and remediation of issues through Application Compatibility services. In some countries, the workshop is being made available for open enrollment events as well.
3. Use your Premier, or Professional Support agreements (or Pay Per Incident) to open paid service requests with Microsoft Support. Our support teams will assist you through shim development, debugging code or leveraging XP mode to resolve application compatibility issues. You may open a service request by using the following resources: Phone (800) 936-4900 - Premier Support, Professional or MSDN Support.
4. In addition, MPN Partners can leverage Technical Sales Assistance, Technical Advisory Services, and Break-Fix Support benefits by contacting the Global Partner Support team. To do so learn more at MPN Partner Technical Support Benefits and MPN ISV Online Technical Communities
-
0 Votes[Announcement] “Application Compatibility for Windows Desktop Development” Forum will be migrating to a new home on Microsoft Q&A!
This “Application Compatibility for Windows Desktop Development” Forum will be migrating to a new home on Microsoft Q&A! We’ve listened to ... -
0 VotesHey, Could ya read this before posting to this forum? (plus main support link)
The main topics in this forum are application compatibility and Logo certification issues for developers (not end users) For those question use General ...Sticky | 0 Replies | 33898 Views | Created by Bruce N. Baker - MSFT - Thursday, May 17, 2007 6:29 PM
-
0 VotesSystemParameters vs SystemInformation
i am trying to get system parameter, i see there is 2 methods 1. systemparamets 2. systeminformation why 2 and which one is used for what ...Unanswered | 5 Replies | 915 Views | Created by windows metrics - Sunday, July 5, 2020 9:28 AM | Last reply by Rita Han - Monday, July 20, 2020 2:00 AM -
0 VotesCreating app package for microsoft store fails with newer version of visual studio
Hi, I have an app I released on windows store, it is a desktop bridge project. It compiles fine and runs in debug/release mode without a problem. I have created a "wapp ...Unanswered | 1 Replies | 946 Views | Created by Jon 76 - Wednesday, July 15, 2020 2:10 PM | Last reply by Max-44 - Wednesday, July 15, 2020 2:49 PM -
0 Votes[Announcement] “Application Compatibility for Windows Desktop Development” Forum will be migrating to a new home on Microsoft Q&A!
This “Application Compatibility for Windows Desktop Development” Forum will be migrating to a new home on Microsoft Q&A! We’ve listened to ... -
1 VotesClassic Theme - Use of SetSysColors
In a existing program of the company, we use SetSysColors, to change some colors of controls in the application. Now this is done by the program because they can switch between day and night ...Unanswered | 7 Replies | 5318 Views | Created by Van de Locht Tim - Friday, March 22, 2013 7:46 AM | Last reply by Eta76nl - Monday, June 22, 2020 2:22 PM -
0 VotesDirectX 9 program runs terribly after win10 update 1607
Hi, I've got an old game project i've been working on for years, built on directX 9, C++, visual studio 2012. Its worked fine for ages, fine on winXP, win7 and etc, but recently i ...Answered | 11 Replies | 6460 Views | Created by OldPulteney1972 - Monday, September 26, 2016 11:05 PM | Last reply by mirh- - Wednesday, June 17, 2020 9:24 PM -
0 Voteshow to get ime state on windows 10 20H preview ?
Questions about obtaining the IME status of other processes. Before window 10 1903, I got IME status normally with the following code. SendMessage (timeHwnd, WM_IME_CONTROL, 0x5, ...Proposed | 1 Replies | 1229 Views | Created by ohMinSup - Thursday, June 11, 2020 2:39 AM | Last reply by Drake_Wu - Thursday, June 11, 2020 7:58 AM -
54 VotesEvent log error 4201 - ERROR_WMI_INSTANCE_NOT_FOUND
ERROR_WMI_INSTANCE_NOT_FOUND 4201 The instance name passed was not recognized as valid by a WMI data ...Answered | 156 Replies | 287535 Views | Created by Matrixisrl - Tuesday, February 27, 2007 10:14 PM | Last reply by Rose Ann Pollum - Saturday, May 30, 2020 10:43 PM -
1 VotesWinAPI. Where are pipes storage in windows?
Good evening. i am learning how to work with threads and process in WinAPI. During this, i faced with interesting question. When i created named channel i used pipes. I used #define BASE_PATH_PIPE ...Proposed | 4 Replies | 1088 Views | Created by Dariy - Friday, May 22, 2020 8:59 AM | Last reply by RLWA32 - Saturday, May 23, 2020 12:00 PM -
0 VotesWhat will happen when using SendMessageTimeout with uTimeout parameter is 0 ?
I have a problem with the scenario below: thread 1 using SendMessageTimeout(hWnd, WM_ACTIVATE, 0, 0, SMTO_NORMAL, 0, NULL) to thread ...Proposed | 1 Replies | 906 Views | Created by TaiDH - Thursday, May 21, 2020 2:16 AM | Last reply by Drake_Wu - Thursday, May 21, 2020 8:50 AM -
0 VotesDifferent parent when queried from Visual tree and using parent property
I created a popup like below <Popup VerticalOffset="500" HorizontalOffset="100" x:Name="StandardPopup" CanDrag="True"> ...Unanswered | 1 Replies | 974 Views | Created by prabodh_ - Saturday, May 9, 2020 6:20 AM | Last reply by Strive Sun-MSFT - Monday, May 11, 2020 9:46 AM -
0 VotesExternal Monitor Visible Bounds Not Correct
Hello I have an external monitor connected and when I get the visible bounds of my app using Rect bounds = ...Proposed | 1 Replies | 1117 Views | Created by prabodh_ - Saturday, May 9, 2020 9:00 AM | Last reply by Drake_Wu - Monday, May 11, 2020 2:33 AM -
0 VotesQuery System Volume
Hello, Is there a way to query (or best, if there is an event listener) for finding Windows System Sound inside a UWP App? I cannot even find the volume ...Unanswered | 3 Replies | 966 Views | Created by prabodh_ - Friday, May 8, 2020 12:03 PM | Last reply by Castorix31 - Friday, May 8, 2020 2:07 PM -
0 VotesError 87 OpenSSH.client / OpenSSH.ServerA windows capability name was not recognized
dism /Online /Add-Capability /CapabilityName:OpenSSH.client~~~0.0.1.0 it show error:87 . OpenSSH is not work on the 17763 image ...Proposed | 3 Replies | 1152 Views | Created by Amy Lye - Thursday, April 30, 2020 1:46 AM | Last reply by Rita Han - Monday, May 4, 2020 9:47 AM -
0 VotesApplication not working in IE 11
Can anybody help dotnet based application in properly showing in IE 11? -
2 VotesHow to move down screen smoothly automatic on windows?
Hi, Normally I open a pdf file, to read it I need to scroll down each page Now I know a way to scroll automatically on win10 is press to middle click, then move control down, ...Unanswered | 2 Replies | 1263 Views | Created by Khanh01 - Tuesday, March 31, 2020 7:31 PM | Last reply by AbigailFord - Wednesday, April 29, 2020 12:45 PM -
0 VotesGraphic output from Windows docker container
Hello, my goal is to run Windows container with a desktop app (EXE) installed inside, having its own GUI (CAD). It's not a problem to build the container, installing silently the ...Unanswered | 3 Replies | 1261 Views | Created by michonly - Friday, April 10, 2020 1:41 PM | Last reply by AbigailFord - Wednesday, April 29, 2020 12:39 PM -
0 VotesQuestion about shell namespace extension context menu
I am in the early days of developing a shell namespace extension. Within a shell namespace extension I want to customize the context menu that pops up when I ...Unanswered | 4 Replies | 1214 Views | Created by Alices_Sue - Thursday, April 2, 2020 10:23 AM | Last reply by AbigailFord - Wednesday, April 29, 2020 12:34 PM -
0 VotesHow could third-party input method(TSF) input on the Metro Interface
We develop a third-party input method, use TSF. but it can't input on the Metro. We tried Digital signature, it did't work. What shuold we ...Answered | 2 Replies | 1081 Views | Created by 吴颖 - Wednesday, April 15, 2020 2:57 AM | Last reply by AbigailFord - Wednesday, April 29, 2020 12:30 PM -
0 VotesIs VirtualAlloc with Large Pages broken in some Windows 10 versions?
I have a console app that works fine with Win10pro and WinServer2019. Instead it fails with Win 10 LTSB/LBSC (e.g. version 1809 works but version 1607 does not). In ...Answered | 13 Replies | 1186 Views | Created by RobHicSunt - Sunday, April 19, 2020 1:30 PM | Last reply by RobHicSunt - Monday, April 20, 2020 7:19 PM - Items 1 to 20 of 3688 Next ›
Application Compatibility for Windows Desktop Development announcement
-
Link
- Benefits of getting desktop apps certified for Windows 8
- Learn how to use the Windows App Certification Kit
- How to list a desktop app in the Windows Store
- App submission checklist
- What’s new in the SDK
- The Compatibility Cookbook: Tips on getting your app compatible for Windows 8
- Compatibility Center Update the compatibility status of your app or add apps
For questions about certification policies, contact the Certification Support Team
For questions about Dashboard services, certification submissions, bug management, and reports, send e-mail to sysdev@microsoft.com -
Link
Windows 7 Application Remediation Services are now available to assist software developers and corporate customers with application compatibility issues. Microsoft wants to ensure customers resolve application compatibility issues related to code remediation or general compatibility with Windows 7. If you are a software developer, Microsoft Partner Network (MPN) ISV, or corporate customer who is deploying software on Windows 7, you may take advantage of this program in the following ways:
1. Online support and resources at:
a. MSDN
b. TechNet
c. MPN ISV Online Technical Communities (MPN partners provided a response within 8 business hours from Microsoft)
d. https://www.isvappcompat.com/
2. Premier customers may request a Windows 7 Application Compatibility for Enterprises Workshop through their Technical Account Manager. Premier Field Engineers are also available for on-site identification and remediation of issues through Application Compatibility services. In some countries, the workshop is being made available for open enrollment events as well.
3. Use your Premier, or Professional Support agreements (or Pay Per Incident) to open paid service requests with Microsoft Support. Our support teams will assist you through shim development, debugging code or leveraging XP mode to resolve application compatibility issues. You may open a service request by using the following resources: Phone (800) 936-4900 - Premier Support, Professional or MSDN Support.
4. In addition, MPN Partners can leverage Technical Sales Assistance, Technical Advisory Services, and Break-Fix Support benefits by contacting the Global Partner Support team. To do so learn more at MPN Partner Technical Support Benefits and MPN ISV Online Technical Communities
