-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes for sample COM caller project (#1514)
Some miscellaneous improvements for the sample COM caller project: * Added some help labels and status messages to the UI * Changed toggle button for using WinGetDev to a toggle switch * Rearranged UI elements in screen to separate elements visually and prevent them from jumping around when resizing * Set window size to get rid of all the unneeded whitespace * Set some global UI styles to reduce styling on individual controls * Deleted some unused code and renamed some things to be more consistent * Added needed capability to app manifest * Added copyright headers to files
- Loading branch information
Chacón
authored
Sep 27, 2021
1 parent
80fcb9b
commit 9f7d540
Showing
14 changed files
with
174 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -475,6 +475,7 @@ stringstream | |
strstr | ||
strtoll | ||
subcontext | ||
subheader | ||
SUBLANG | ||
subresource | ||
subselect | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
tools/SampleWinGetUWPCaller/AppInstallerCaller/InstallingPackageView.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
tools/SampleWinGetUWPCaller/AppInstallerCaller/InstallingPackageView.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.