代码搜索:LONG
找到约 10,000 项符合「LONG」的源代码
代码结果 10,000
www.eeworm.com/read/282353/9099179
bas comboexsubclass.bas
Attribute VB_Name = "SubClass"
Option Private Module
Option Explicit
Public NextProcs As Long
Public NextProcs1 As Long
Public Nodef As Boolean
Public Const WM_SIZE = &H5
Public Declare Functio
www.eeworm.com/read/282353/9099183
cls cimagelist.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "CImageList"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attrib
www.eeworm.com/read/282353/9099211
bas gradient.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Const PLANES = 14 ' Number of planes
Public Const BITSPIXEL = 12 ' Number of bits per pixel
Type RECT
Left As Long
Top
www.eeworm.com/read/282353/9099230
bas module1.bas
Attribute VB_Name = "Module1"
Public Declare Function Shell_NotifyIcon Lib "shell32.dll" Alias "Shell_NotifyIconA" (ByVal dwMessage As Long, lpData As NOTIFYICONDATA) As Long
Public Declare Functi
www.eeworm.com/read/282353/9099260
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Const CALLBACK_FUNCTION = &H30000
Public Const MMIO_READ = &H0
Public Const MMIO_FINDCHUNK = &H10
Public Const MMIO_FINDRIFF = &H20
Public
www.eeworm.com/read/282353/9099295
frm frmmain.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frmMain
Caption
www.eeworm.com/read/282353/9099314
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "实现多边形窗体"
ClientHeight = 3030
ClientLeft = 60
ClientTop = 345
ClientWidth = 4290
LinkTopic
www.eeworm.com/read/282353/9099332
frm frmmain.frm
VERSION 5.00
Begin VB.Form frmMain
Caption = "动画光标"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/282353/9099349
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "自动上网计时"
ClientHeight = 2895
ClientLeft = 60
ClientTop = 345
ClientWidth = 5040
LinkTopic
www.eeworm.com/read/282353/9099366
bas tranblt.bas
Attribute VB_Name = "mTransparentBlt"
Option Explicit
#If Win32 Then
Declare Function BitBlt Lib "gdi32" (ByVal hDestDC As Long, _
ByVal x As Long, ByVal y As Long, ByVal nWidth As L