ShellAbout
VB中使用
完整:Declare Function ShellAbout Lib "shell32.dll" Alias "ShellAboutA" (ByVal hwnd As Long, ByVal szApp As String, ByVal szOtherStuff As String, ByVal hIcon As Long) As Long
参数:
hwnd:类型为LONG ,用来确定调用该函数的窗口句柄
szapp:类型为String,用来确定窗口中显示的程序名称
szotherstuff:类型为String,用来确定窗口中显示的文本内容
Hicon:类型为LONG ,用来确定窗口中显示的图标
雷暴编程论坛