03 2021 档案
摘要:试了好多种,这个方法蛮好用的。有更好的,希望大家多多指教。 Dim ProNo As Integer, ProStr As String ProNo = IsRunning("SSS.exe") If ProNo = 0 Then Shell App.path & "\SSS.exe '" & st
阅读全文
摘要:一日一记防老年痴呆之———— 在窗口程序中desigener设计器中重写。 using System.Windows.Forms; protected override void WndProc(ref Message m) { const int WM_SYSCOMMAND = 0x0112; c
阅读全文
摘要:很简单的东西,但是经常忘记,记在这儿吧,下次要用直接过来复制粘贴。 DialogResult dr = MessageBox.Show("连打工单" + list[j].SO + "尚未到达补料时间!补料时间为:" + sdtcrefill, "标题", MessageBoxButtons.OKCa
阅读全文
摘要://HashSet检查数组是否重复 HashSet<string> hs = new HashSet<string>(); for (int j = 1; j <= SN.Count; j++) { if (hs.Contains(SN[j-1])) { MessageBox.Show("条码标签"
阅读全文
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.
阅读全文

浙公网安备 33010602011771号