代码搜索:SetWindowText
找到约 2,287 项符合「SetWindowText」的源代码
代码结果 2,287
www.eeworm.com/read/146081/12679098
frm setwindowtext.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 2475
ClientLeft = 60
ClientTop = 345
ClientWidth = 3900
LinkTopic
www.eeworm.com/read/146081/12679279
vbp setwindowtext.vbp
Type=Exe
Form=SetWindowText.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\SYSTEM32\STDOLE2.TLB#OLE Automation
Module=SetWindowTextModule; SetWindowText.bas
IconForm="Form1
www.eeworm.com/read/146081/12679315
vbw setwindowtext.vbw
Form1 = 44, 44, 455, 382, , 66, 66, 477, 404, C
SetWindowTextModule = 22, 22, 433, 360,
www.eeworm.com/read/146081/12679338
bas setwindowtext.bas
Attribute VB_Name = "SetWindowTextModule"
Option Explicit
Declare Function SetWindowText Lib "user32" Alias "SetWindowTextA" (ByVal hwnd As Long, ByVal lpString As String) As Long