代码搜索:FindWindow
找到约 333 项符合「FindWindow」的源代码
代码结果 333
www.eeworm.com/read/493068/6405521
bas general.bas
Attribute VB_Name = "General"
Option Explicit
Dim rtn As Long
Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
D
www.eeworm.com/read/258444/11862570
bas jmkz.bas
Attribute VB_Name = "jmkz"
Public Type RECT
Left As Long
Top As Long
Right As Long
Bottom As Long
End Type
Public Declare Function FindWindow Lib "user32" Alia
www.eeworm.com/read/344193/11902788
bas sawint.bas
Attribute VB_Name = "Sawint"
Public Type RECT
left As Long
top As Long
right As Long
bottom As Long
End Type
Public Declare Function FindWindow Lib "user32" Al
www.eeworm.com/read/6626/93968
bas general.bas
Attribute VB_Name = "General"
Option Explicit
Dim rtn As Long
Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
D
www.eeworm.com/read/6626/94267
vb module1.vb
Module Module1
Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Integer
Declare Function SetWindowPos Lib "user32"
www.eeworm.com/read/6626/95436
vb module1.vb
Module Module1
Public Declare Function WaitForSingleObject Lib "kernel32" (ByVal hHandle As Integer, ByVal dwMilliseconds As Integer) As Integer
Public Declare Function FindWindow Lib "user3
www.eeworm.com/read/369702/9635972
bas wincom.bas
Attribute VB_Name = "Wincom"
Public Type RECT
Left As Long
Top As Long
Right As Long
Bottom As Long
End Type
Public Declare Function FindWindow Lib "user32" Al
www.eeworm.com/read/141570/12998174
txt 52.txt
如何检查您的电脑是否打开 ActiveDesktop?
在 IE4 及 IE5 中都有提供使用者选择是否安裝 ActiveDeskTop 的功能,這个我们在 VB 中也可以检测出來的!
首先,在表单声明区中声明以下二个 API Function:
Private Declare Function FindWindow Lib "user32" Alias "FindWindow
www.eeworm.com/read/102552/15774722
htm subject_16850.htm
序号:16850 发表者:知了 发表日期:2002-10-04 21:21:25
主题:两个进程,其中一个如何用FindWindow函数获得另一个进程中CMainFrm的句柄并向其发送消息
内容:要在两个程序中发消息,我用CWnd::FindWindow(LPCTSTR lpszClassName, LPCTSTR lpszWindowName
www.eeworm.com/read/377811/9262215
bas module1.bas
Attribute VB_Name = "Module1"
Public Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Public Declare Function PostMess