No announcements
Found 2811 threads
-
0 Votes
CreateProcessAsUser launches notepad.exe with different window theme
Hi Team, When LogonUser handle (administrator) is passed to the process , the application notepad.exe theme changes to classic theme. Please let me know ...Unanswered | 4 Replies | 1713 Views | Created by AshwiniPatil - Wednesday, February 13, 2019 5:54 AM | Last reply by SixZiv - Tuesday, April 21, 2020 12:58 AM -
1 Votes
Drag, Cling, Dock a dialog
Hi, I am working on a WPF project where I will launch a new dialog inside a Window. User should be able to drag this dialog box to the edge of the window and if ...Proposed | 2 Replies | 974 Views | Created by vijaykamat - Thursday, April 16, 2020 6:03 PM | Last reply by vijaykamat - Friday, April 17, 2020 2:54 AM -
0 Votes
Borderless window creation
[x] Enable shadow under window and so on). It also should be borderless (without title bar, icon, application name in title bar and so on), just client region and nothing ...Unanswered | 2 Replies | 2185 Views | Created by maxnevans - Monday, April 13, 2020 6:09 PM | Last reply by Rita Han - Wednesday, April 15, 2020 7:17 AM -
0 Votes
Icon overlay limit in Windows Explorer - displaying both Carbonite and Dropbbox icon overlays in Windows Explorer
Hello. I tried to have both Carbonite and Dropbox icon overlays shown on any file or folder in Windows Explorer As far as I see ...Unanswered | 1 Replies | 795 Views | Created by Rblatt - Tuesday, April 14, 2020 3:23 PM | Last reply by Rita Han - Wednesday, April 15, 2020 2:45 AM -
0 Votes
How take a max resolution picture from a Surface? pro grammatically?
The situation is I have built a WPF/Prism.Unity/MVVM program using the .NET Framework and intended to run on Microsoft Surface computers. These devices have two cameras. It is desired that the user be ...Unanswered | 1 Replies | 894 Views | Created by Richard.Haggard - Saturday, April 11, 2020 10:16 PM | Last reply by Drake_Wu - Monday, April 13, 2020 2:54 AM -
0 Votes
Get the palette indices for the foreground and background colors of a command window
On Windows 10, I need to find the palette index (0, 1, ..., E, F) of the foreground color, and also the index of the background color, of a command window. With this information, I will be able ...Answered | 2 Replies | 736 Views | Created by normvcr - Sunday, April 12, 2020 3:14 AM | Last reply by normvcr - Sunday, April 12, 2020 7:37 PM -
0 Votes
CreateProcessAsUser did not apply user theme
I am trying to use CreateProcessAsUser to start a process, running from the local 'System' account, and logging in as one of the administrators, using code from MSDN. As I have not got verified, I ...Answered | 3 Replies | 800 Views | Created by SixZiv - Thursday, April 9, 2020 1:20 PM | Last reply by SixZiv - Friday, April 10, 2020 2:03 AM -
0 Votes
[UWP] Can't launch Flyout using click event attached to MenuFlyoutItem
Hi, I'm trying to launch a Flyout in which I collect data from user. The idea is that the user click on an item from the Menu Flyout and the assigned ...Unanswered | 1 Replies | 572 Views | Created by Wael_Weil - Monday, April 6, 2020 6:36 AM | Last reply by Drake_Wu - Monday, April 6, 2020 9:07 AM -
0 Votes
Uniscribe: Correct use of ScriptItemize(); how to determine cMaxItems?
I've pondered the documentation for awhile, but I'm not sure of the correct way to use ScriptItemize(), specifically, how can I pre-determine cMaxItems? Right now I allocate an array of a ...Unanswered | 1 Replies | 4266 Views | Created by jeffdav - Friday, February 20, 2009 6:48 PM | Last reply by Tech Stylist - Sunday, March 29, 2020 4:54 PM -
0 Votes
Expose the css attribute from browser !
Environment:Win10 So far , some APPs are using PWA to improve user experience . some may use a embedded web control in a UWP APP to load the content from internet , these contents ... -
0 Votes
Shell extension: override canonical context menu 'Open' command
Greetings, colleagues! I am developing virtual namespace for Explorer based on ExplorerDataProvider example from Win7 SDK Samples. Context menu is created by this ...Unanswered | 1 Replies | 799 Views | Created by Tissaa - Monday, March 2, 2020 11:11 AM | Last reply by Fei Xue - Friday, March 6, 2020 8:32 AM -
0 Votes
SHChangeNotify doesn't update my shell extension
Greetings, colleagues! I am developing virtual namespace extension for explorer. Its code is based on WinSDK 7 sample ExplorerDataProvider. I have noticed, ...Answered | 7 Replies | 2888 Views | Created by Tissaa - Thursday, February 20, 2020 11:25 AM | Last reply by Denis Anisimov - Saturday, February 22, 2020 1:58 PM -
1 Votes
Why toolbar button dropdown arrows look always like being hovered?
I created toolbar buttons with dropdown arrows by using `TBSTYLE_EX_DRAWDDARROWS` and `BTNS_DROPDOWN`. They look like being hovered alghough actually not mouse cursor is not hovered on ...Answered | 2 Replies | 704 Views | Created by fujihiro0 - Thursday, February 20, 2020 5:22 AM | Last reply by fujihiro0 - Thursday, February 20, 2020 6:53 AM -
0 Votes
ComboBox in UWP MS Toolkit DataGrid loses it's SelectedItem value
Hi, I just tried to add the combo box within Microsoft UWP tool kit data grid in UWP application. When showing large number of items in DataGrid the ComboBox selectedItem and ...Unanswered | 1 Replies | 709 Views | Created by Sekar Thangavelu - Tuesday, February 18, 2020 5:14 AM | Last reply by Drake_Wu - Tuesday, February 18, 2020 8:31 AM -
1 Votes
Why does SetWindowRgn not work for static controls?
The system does not display any portion of a window that lies outside > of the window region. The control must be rounded and clipped ...Unanswered | 3 Replies | 736 Views | Created by oleksijp - Friday, February 7, 2020 5:21 PM | Last reply by Strive Sun-MSFT - Monday, February 10, 2020 9:51 AM -
1 Votes
Rounded corners for controls?
How can I get a control with rounded corners with pure winapi? What is the most efficient way? I've tried SetWindowRgn, but I've done that after a window was created. And this didn't clip ...Unanswered | 2 Replies | 847 Views | Created by oleksijp - Friday, February 7, 2020 1:22 PM | Last reply by Strive Sun-MSFT - Monday, February 10, 2020 8:53 AM -
0 Votes
How do I change reveal highlight colour in NavigationViewItem in UWP?
I would like to change the reveal highlight in my NavigationView(or NavigationViewItem?) to white, I can't seem to find the right property to do this.Unanswered | 1 Replies | 777 Views | Created by Noobius - Friday, January 31, 2020 6:08 AM | Last reply by Rita Han - Friday, January 31, 2020 10:21 AM -
0 Votes
Windows Notification Log
Please include a notification log in Windows. The purpose is to have the ability to review past notifications.Proposed | 1 Replies | 1490 Views | Created by Den1950 - Saturday, January 18, 2020 2:01 PM | Last reply by Sheng Jiang 蒋晟 - Saturday, January 18, 2020 3:40 PM -
0 Votes
Question on User Input from a differenct perspective
So I have a question about user input and how to save previous input. I wanted to know how to save the commands/processes called by pressing the mouse button or the keyboard ...Unanswered | 1 Replies | 765 Views | Created by MuhammadHuzaifaSalman - Sunday, January 5, 2020 4:32 AM | Last reply by Strive Sun-MSFT - Monday, January 6, 2020 8:43 AM -
1 Votes
How to normalize and resume Windows 10's Calculator application programattically?
Windows 10's Calculator is a UWP application so when it is minimized it enters a suspended state. This makes it unresponsive to the normal programmatic means of normalizing and bringing to the fore. I ...Answered | 8 Replies | 1827 Views | Created by Richard.Haggard - Wednesday, December 11, 2019 3:09 AM | Last reply by Richard.Haggard - Tuesday, December 17, 2019 1:32 AM
No announcements