About 7,170,000 results
Open links in new tab
  1. Creating a custom input box - PowerShell | Microsoft Learn

    Dec 9, 2022 · This article shows how to create a custom input box by using the .NET Framework form-building features in Windows PowerShell.

  2. PictureBox Class (System.Windows.Forms) | Microsoft Learn

    Represents a Windows picture box control for displaying an image.

  3. Creating Interactive Apps with PowerShell Forms GUI

    Since its introduction, Windows Forms has evolved to become a staple for developers looking to create traditional desktop applications for Windows. Creating a Basic Windows Form To get started with …

  4. Form Class (System.Windows.Forms) | Microsoft Learn

    The Form class can be used to create standard, tool, borderless, and floating windows. You can also use the Form class to create modal windows such as a dialog box.

  5. PowerShell et Windows Forms - Créer une interface graphique

    Aug 27, 2024 · Dans ce tutoriel, nous allons utiliser PowerShell et Windows Forms pour créer un script avec une interface graphique (GUI), de quoi créer des applications.

  6. Simple Picture Viewer with Powershell using Windows Forms - Limi

    This small powershell reads the given image file and displays it in a windows form window. It uses the Windows internal image processing features which means that only image file types known to the …

  7. PictureBox.SizeMode Property (System.Windows.Forms)

    The following code example demonstrates the use of the SizeMode property. To run this example, paste the following code into a Windows Form and call the InitializePictureBoxAndButton method from the …

  8. PowershellでもGUIが使えるんやで ~Windows Formsと ... - Zenn

    Nov 28, 2024 · はじめに Windowsでは、「Windows PowerShell」というシェルがプリインストールされており、Windowsにおけるシステム管理などのバッチ処理に、幅広く使えるようになっていま …

  9. You must load the System.Windows.Forms assembly (if not already done); You must create a new object of type system.windows.forms.form; and, You must call the ShowDialog() method on your new …

  10. Display an image on a control - Windows Forms | Microsoft Learn

    May 7, 2025 · Learn how to display an image on a Windows Form control. Many controls, such as the PictureBox, can display an image.