Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to create a gui in powershell grepper

Add-Type -AssemblyName System.Windows.Forms

$StartWindows = [System.Windows.Forms.Form]

$Windows = New-Object $StartWindow
$Windows.ClientSize = '500, 500'
$Windows.Text = 'Window'
$Windows.BackColor = '#000000'
$Windows.ShowDialog()
$Windows.Dispose()
Comment

PREVIOUS NEXT
Code Example
Shell :: lf will be replaced by crlf 
Shell :: rvm install new ruby version 
Shell :: how to install insomnia in ubuntu 
Shell :: convert p12 to pem 
Shell :: git pull hard 
Shell :: check ram details 
Shell :: rust in linux 
Shell :: how to stop apache2 service in kali linux 
Shell :: find git repo size 
Shell :: linux tail a file 
Shell :: npm command not found 
Shell :: -s and --save 
Shell :: wsl2 folder in windwos 
Shell :: gcsfuse allow_other 
Shell :: microPY lib 
Shell :: snap uninstall 
Shell :: trash folder linux 
Shell :: run sudo without password 
Shell :: installing anbox in manjaro 
Shell :: aws security groups vs ufw 
Shell :: remove fish shell 
Shell :: add token to cli git 
Shell :: how to install wps office in ubuntu 
Shell :: nvm newest version 
Shell :: crontab do action inside folder 
Shell :: git create new branch from existing branch 
Shell :: mac os htop not returning cpu 
Shell :: kill process at a port ubuntu 
Shell :: bash compare two lists of checksums 
Shell :: requires pyqtwebengine<5.13, which is not installed. 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =