【发布时间】:2009-06-24 18:27:18
【问题描述】:
我正在查看另一位开发人员编写的一些代码,发现:
Private Declare Function ShowWindow Lib "user32" (ByVal handle As IntPtr, ByVal nCmdShow As Integer) As Integer
Private Declare Function SetForegroundWindow Lib "user32" (ByVal handle As IntPtr) As Integer
它有什么作用和用途?
【问题讨论】: