代码搜索:GetWindowText

找到约 1,006 项符合「GetWindowText」的源代码

代码结果 1,006
www.eeworm.com/read/347421/6322804

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit Declare Function EnumWindows Lib "user32" (ByVal lpEnumFunc As Long, ByVal lParam As Long) As Boolean Declare Function GetWindowText Lib "user32" Alias
www.eeworm.com/read/487437/6511794

frm form1.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "WindowText" ClientHeight = 2085 ClientLeft = 60 ClientTop = 345 ClientWidth = 2250 LinkTopic
www.eeworm.com/read/154229/11982232

frm form1.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "WindowText" ClientHeight = 2085 ClientLeft = 60 ClientTop = 345 ClientWidth = 2250 LinkTopic
www.eeworm.com/read/253533/12216558

txt 26.3.txt

Listing 26.3 Overriding WndProc to Handle Window Messages public void EnumWindows() { // call the native dll function EnumerateDeviceWindows( this.Hwnd ); } // Override the default WndProc behav
www.eeworm.com/read/151211/12229653

txt 73.txt

在VB中使用API函数 (之四)   回调(CallBacks) 所谓回调,就是你自己定义一个函数,并告诉Windows何时为何调用.你可以写一个有特定数量和类型参数的函数,然后告诉Windows何时调用,并传递给它所需的参数.Windows就会调用你定义的函数,处理参数,并给你返回值. 回调的一个典型应用是从Windows获得连续的数据流.这里是一个需要回调的函数的声 ...
www.eeworm.com/read/233255/14161439

bas mgetclass.bas

Attribute VB_Name = "mGetClass" Public Declare Function GetWindowText Lib "user32" Alias "GetWindowTextA" (ByVal hwnd As Long, ByVal lpString As String, ByVal cch As Long) As Long Public Declare Fun
www.eeworm.com/read/126067/14449876

frm form1.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "WindowText" ClientHeight = 2085 ClientLeft = 60 ClientTop = 345 ClientWidth = 2250 LinkTopic
www.eeworm.com/read/174006/9612538

txt 26.3.txt

Listing 26.3 Overriding WndProc to Handle Window Messages public void EnumWindows() { // call the native dll function EnumerateDeviceWindows( this.Hwnd ); } // Override the default WndProc behav
www.eeworm.com/read/106637/15631586

cpp changkey.cpp

// CHANGKEY.cpp : implementation file // #include "stdafx.h" #include "dangan.h" #include "CHANGKEY.h" #include "AllDlg.h" #include "fstream.h" #ifdef _DEBUG #define new DEBUG_NEW #undef
www.eeworm.com/read/105865/15657695

frm form1.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "WindowText" ClientHeight = 2085 ClientLeft = 60 ClientTop = 345 ClientWidth = 2250 LinkTopic