2019-11-18から1日間の記事一覧

Functions for FormConfig

# Func_FormConfig.ps1 . .\Func_Form.ps1 . .\Func_FormParts.ps1 . .\Func_FormDialog.ps1 . .\Func_Files.ps1 $kugiriCo = "`t" function GetConfigContent{ param( $NmFileConfig, [int]$NumPath =-1, [int]$NumWord =-1, [switch]$AryPaths, [switch]$A…

Functions of FormParts

Add-Type -AssemblyName System.Windows.Forms Add-Type -AssemblyName System.Drawing $pathTop = [Environment]::GetFolderPath('Desktop') . .\Func_Form.ps1 function GetFormChar{ param( $AryChar, $FormOwner ) $nRow =((shou ($AryChar.count-1) 3)+…

Exection for FilesSerch

$pathTop = [Environment]::GetFolderPath('Desktop') $pathPs = Split-Path -Parent $MyInvocation.MyCommand.Path cd $pathPs . .\Func_NamesAndPaths.ps1 . .\Func_Form.ps1 . .\Func_FormParts.ps1 . .\Func_FormDialog.ps1 . .\Func_Files.ps1 . .\Func…

Functions of Form

Add-Type -AssemblyName System.Drawing Add-Type -AssemblyName System.Windows.Forms # Constant $resOK = [Windows.Forms.DialogResult]::OK $resCancel = [Windows.Forms.DialogResult]::Cancel $resYes = [Windows.Forms.DialogResult]::Yes $resNo = […

Functions of MyExplorer

#Func_MyExplorer.ps1 . .\Func_Form.ps1 . .\Func_FormParts.ps1 . .\Func_FormDialog.ps1 . .\Func_Files.ps1 . .\Func_Kaitei.ps1 . .\Func_FormConfig.ps1 $NmFileConfig = "Config_MyExplorer.txt" function GetFormMyFolder{ param( $FormOwner ) # Ta…