C# 使用 Process和ProcessStartInfo達到A程式呼叫B程式[CS_Process_ProcessStartInfo] GITHUB: https://github.com/jash-git/CS_Process_ProcessStartInfo 目的: A程式呼叫B程式時傳送參數,並等待B程式...
C# WinForm畫面大小控制[CS_Mini_To_Task_Bar] 資料來源: https://wijtb.nctu.me/archives/260/ GITHUB: https://github.com/jash-git/CS_Mini_To_Task_Bar 單純畫面最大/最小化 this.WindowState= FormWindowS...
C# 右鍵選單 [CS_ContextMenuStrip] 資料來源: https://www.itread01.com/p/623767.html GITHUB: https://github.com/jash-git/CS_ContextMenuStrip Form1.Designer.cs namespace CS_ContextMenuStrip { par...
C# 修改+抓取+顯示 軟體版本資訊 資料來源: https://stackoverflow.com/questions/909555/how-can-i-get-the-assembly-file-version //— //AssemblyInfo.cs [assembly: AssemblyVersion(“0.1.1.8”)] [assembly...
C# 建立/使用 .net DLL(CS_Create_Use_DLL) 資料來源: https://dotblogs.com.tw/hung-chin/2011/09/30/38449 GITHUB: https://github.com/jash-git/CS_Create_Use_DLL DLL using System; using System.Collec...