【VB开源代码栏目提醒】:网学会员鉴于大家对VB开源代码十分关注,论文会员在此为大家搜集整理了“Ex13_14.frm”一文,供大家参考学习
VERSION 5.00
Begin VB.Form Ex13_14
Caption = "OLE拖放的应用实例"
ClientHeight = 2670
ClientLeft = 60
ClientTop = 450
ClientWidth = 4095
LinkTopic = "Form1"
ScaleHeight = 2670
ScaleWidth = 4095
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox Text2
Height = 1695
Left = 2160
MultiLine = -1 'True
OLEDropMode = 1 'Manual
TabIndex = 1
Top = 720
Width = 1695
End
Begin VB.TextBox Text1
Height = 1695
Left = 240
MultiLine = -1 'True
TabIndex = 0
Top = 720
Width = 1695
End
Begin VB.Label Label2
Caption = "目标文本:"
Height = 255
Left = 2160
TabIndex = 3
Top = 240
Width = 1455
End
Begin VB.Label Label1
Caption = "源文本:"
Height = 255
Left = 360
TabIndex = 2
Top = 240
Width = 855
End
End
Attribute VB_Name = "Ex13_14"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Text1.OLEDragMode = 1 '自动拖动源
Text2.OLEDropMode = 2 '自动接收OLE拖放
End Sub
上一篇:
Ex13_13.frm
下一篇:
投简历到国外的公司需考虑哪些东西?