代码搜索:LONG
找到约 10,000 项符合「LONG」的源代码
代码结果 10,000
www.eeworm.com/read/282353/9099397
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "添加URL快捷方式"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/184485/9099430
frm frmabout.frm
VERSION 5.00
Object = "{3A6644DE-3402-11D9-9DE7-C33FAA87690A}#1.0#0"; "WinXPCEngine.ocx"
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "关于我的应用程序"
Clien
www.eeworm.com/read/282353/9099460
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
BackColor = &H00C0C0C0&
BorderStyle = 4 'Fixed ToolWindow
Caption = "Form1"
ClientHeight = 2355
ClientLeft =
www.eeworm.com/read/282353/9099490
frm printdlg.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "完全控制打印"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 3855
LinkTopic
www.eeworm.com/read/282353/9099506
bas module1.bas
Attribute VB_Name = "Module1"
Public Declare Function InternetGetConnectedStateEx Lib "wininet.dll" _
Alias "InternetGetConnectedStateExA" _
(ByRef lpdwFlags As Long, _
ByVal lpszConne
www.eeworm.com/read/282353/9099612
frm frmanim.frm
VERSION 5.00
Begin VB.Form frmAnim
Caption = "Form2"
ClientHeight = 2580
ClientLeft = 60
ClientTop = 345
ClientWidth = 4470
LinkTopic
www.eeworm.com/read/282353/9099613
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Const AW_HOR_POSITIVE = &H1
Public Const AW_HOR_NEGATIVE = &H2
Public Const AW_VER_POSITIVE = &H4
Public Const AW_VER_NEGATIVE = &H8
Public
www.eeworm.com/read/282353/9099633
frm sample2.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "在VB中切换中文输入法"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/282353/9099638
bas module1.bas
Attribute VB_Name = "Module1"
'1、隐藏/显示鼠标。
Public Declare Function ShowCursor Lib "user32" (ByVal bShow As Long) As Long
'2、定位鼠标。
Type rect
sbleft As Long
sbtop As Long
sbright
www.eeworm.com/read/282353/9099654
bas icmp.bas
Attribute VB_Name = "ICMP"
Option Explicit
Global closecount
#If Win16 Then
Declare Sub SetWindowPos Lib "User" (ByVal hWnd As Integer, ByVal hWndInsertAfter As Integer, ByVal X As Integer, By