代码搜索:FindWindow

找到约 333 项符合「FindWindow」的源代码

代码结果 333
www.eeworm.com/read/435810/7783750

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit Public Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long Public De
www.eeworm.com/read/267778/4258871

bas findwindowsactive.bas

Attribute VB_Name = "modFindWindowAndActive" Option Explicit #If Win16 Then DefInt A-Z ' Win16 API Private Declare Function FindWindow Lib "User" (ByVal lpClassName As Any, ByVal lpW
www.eeworm.com/read/128901/14272851

txt 一个高手写的病毒原代码.txt

Attribute VB_Name = "VXK@mm VB" Option Explicit Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long Private Decl
www.eeworm.com/read/395257/8187928

bas wordauto.bas

Attribute VB_Name = "WordAuto" Option Explicit Private Declare Function BringWindowToTop Lib "user32" _ (ByVal Hwnd As Long) As Long Private Declare Function FindWindow Lib "user32" Alias "Fin
www.eeworm.com/read/428900/8830272

vb form1.vb

Option Strict Off Option Explicit On Friend Class Form1 Inherits System.Windows.Forms.Form Private Declare Function FindWindow Lib "user32" Alias "FindWindowA"(ByVal lpClassName As String, ByVa
www.eeworm.com/read/493068/6405965

bas callformatdialog.bas

Attribute VB_Name = "CallFormatDialog" Public Const WM_CLOSE = &H10 Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As Any, ByVal lpWindowName As Any) As Long D
www.eeworm.com/read/344090/11909208

txt closewindowbyhwnd.txt

Declare Function PostMessage Lib "user32" Alias "PostMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long Declare Function FindWindow Lib "user32.dll
www.eeworm.com/read/292028/8381682

bas vbtrn.bas

Attribute VB_Name = "Readme" '需要用的API函数声明: Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long Declare Function GetWindo
www.eeworm.com/read/281836/9130964

txt 这是一个动态增加记事本菜单例子.txt

//这是一个动态增加记事本菜单例子,^o^ HWND m_hWnd; m_hWnd = ::FindWindow(NULL,"123.txt - 记事本 "); if (0 == m_hWnd) {
www.eeworm.com/read/131407/14147414

bas vbtrn.bas

Attribute VB_Name = "Readme" Option Explicit '需要用的API函数声明: Declare Function FindWindow Lib "User32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long Declar