|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转新大榭论坛!
您需要 登录 才可以下载或查看,没有账号?注册
x
- Private Declare Function ShellAbout Lib "shell32.dll" Alias "ShellAboutA" ( _9 X# Y e& O& `& k9 ^
- ByVal hwnd As Long, ByVal szApp As String, _: c" Q% m3 y1 N/ @: T
- ByVal szOtherStuff As String, ByVal hIcon As Long) As Long
9 z8 q/ w- Z; L - Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" ( _+ P% F- n: L; v' A" ^) z
- ByVal lpClassName As String, ByVal lpWindowName As String) As Long
) c8 C _; D& f4 ^ - Private Sub CommandButton1_Click()3 L [! ^* ?7 O# L
- Dim ApphWnd As Long
" \! d! X8 f, [: k5 { d - ApphWnd = FindWindow("XLMAIN", Application.Caption)
1 u5 G% y- s7 n) n - ShellAbout ApphWnd, "财务处理系统", "yuanzhuping@yeah.net 0513-86548930", 0
& q. \* f; C6 \2 a/ c7 x - End Sub
复制代码
& H/ X% g) ]5 G. [ |
|