摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.InteropServices; //声明API必须要有这个命名空间 using Sy 阅读全文
posted @ 2022-05-19 17:18 ryueifu 阅读(291) 评论(0) 推荐(0) 编辑
摘要: ShellAbout函数声明如下: Private Declare Function ShellAbout Lib "shell32.dll" Alias "ShellAboutA" (ByVal hwnd As Long, ByVal szApp As String, ByVal szOtherS 阅读全文
posted @ 2022-05-19 17:02 ryueifu 阅读(515) 评论(0) 推荐(0) 编辑