About 8,710,000 results
Open links in new tab
  1. How do I properly use the FolderBrowserDialog in Powershell

    So I'm still fairly new to Powershell and I'm trying to write a script that allows the user to select a file or folder and then get back the security permissions for said folder/file. The problem i...

  2. How to dismiss system dialog in Android? - Stack Overflow

    Jun 3, 2014 · I have to dismiss this system Dialog (Attached below). I am getting this value but I am not able to dismiss it programmatically in Service not in Activity. My question is: Is it possible to d...

  3. How do I use OpenFileDialog to select a folder? - Stack Overflow

    OPENFILENAME has the member named templateID, which is the identifier for dialog template. And the project contains the res1.rc file and the templated dialog init, too. But I couldn't figure out how to …

  4. Quick and easy file dialog in Python? - Stack Overflow

    Feb 17, 2012 · 7 Using tkinter (python 2) or Tkinter (python 3) it's indeed possible to display file open dialog (See other answers here). Please notice however that user interface of that dialog is outdated …

  5. How to close/cancel/dismiss a System Dialog programmatically (Android)

    Aug 27, 2015 · And I can't use that import its a system class. And when I do X consecutive calls appears X dialogs to the user close, and my app will need to do consecutive calls, there is anyway to …

  6. How to detect system dialog is being shown on top of activity?

    May 10, 2024 · The problem we have at the moment is that any system dialog (like dialog for permissions when connecting phone to computer, allow Usb debugging) that appears on top of our …

  7. How can I customize the permission dialog in Android?

    Jun 19, 2023 · When your app calls requestPermissions (), the system shows a standard dialog box to the user. Your app cannot configure or alter that dialog box. If you need to provide any information or …

  8. MS Edge is not using system default printer - Stack Overflow

    Mar 18, 2023 · 1 I am changing system default printer programmatically via python method. import win32print printer1 = "Microsoft Print to PDF" win32print.SetDefaultPrinter(printer1) Setting default …

  9. Which Font is the default for MFC Dialog Controls?

    The first example is using the System font (SYSTEM_FONT), as retrieved with the GetStockObject function, which is a bitmap font that has not been used since the days of Windows 3. More …

  10. Get default Windows System Colors in .NET - Stack Overflow

    Aug 27, 2015 · My approach is to, upon initialization, create a temporary window with the background color specified in GetSysColor (COLOR_BTNFACE), the "standard" background color for dialog …