About 3,300,000 results
Open links in new tab
  1. Drag and Drop to a Powershell script - Stack Overflow

    I would like to drag and drop (or use the Send-To mechanism) to pass multiple files and/or folders as a array to a Powershell script. Test Script. Attempt #1. I created a shortcut with the …

  2. A drag-and-drop GUI made with PowerShell | RLV Blog

    Sep 17, 2016 · The script below shows how to create a simple WinForms GUI in PowerShell, where you can drag and drop files and folders and then process these with PowerShell …

  3. Running powershell scripts by drag-n-drop file or folder on it

    Aug 14, 2013 · Is there any way of running a powershell script by drag-n-dropping a file on it (just like you would drag-n-drop a file on a .exe file)? It would be also nice to be able to do the …

  4. PowerShell GUI Builder: Crafting User Interfaces Made Easy

    Drag-and-drop functionality: This allows users to simply drag GUI components from a toolbox and place them on the design surface, reducing the complexity of manually coding each element.

  5. Powershell Form GUI with draggable objects - Stack Overflow

    Apr 8, 2021 · I want to create a PowerShell based GUI with windows forms to display items in different containers and enable the user to drag items (control objects) from one container to …

  6. Tutorial-code/A drag-and-drop GUI made with PowerShell ... - GitHub

    ### Sample showing a PowerShell GUI with drag-and-drop ### [void] [System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms") [void] …

  7. Drag and Drop Files - SAPIEN Forums

    Nov 24, 2023 · We don't have a control set that does what you ask, but you can respond to drag and drops events in your GUI. 1. Set the form's AllowDrop property to True in the designer. 2. …

  8. Drag and Drop Form for Powershell – Alan's Blog - akaplan.com

    Aug 13, 2017 · All the interesting coding bits were written by Dan. I modified the script to make it an advanced function which has parameters for the form title, instructions, status and button …

  9. PowerShell Drag & Drop sample · GitHub

    # PowerShell Drag & Drop sample # Usage: # powershell -sta -file dragdrop.ps1 # (-sta flag is required) # Function DragDropSample() …

  10. I've Got a PowerShell Secret: Adding a GUI to Scripts

    Aug 1, 2014 · Simply drag-and-drop controls onto the canvas from common WPF controls. In the following screenshot, I've added a text box and a button. Notice the handles that surround the …

Refresh