vb 初学给指点几个小例子。

来源:百度知道 编辑:UC知道 时间:2024/05/17 23:28:01
给几个有代码的小例子。谢谢

很简单的一个密码框文件

ERSION 5.00
Begin VB.Form Form1
BorderStyle = 1 'Fixed Single
Caption = "成功!"
ClientHeight = 3540
ClientLeft = 45
ClientTop = 330
ClientWidth = 3810
Icon = "ok.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Moveable = 0 'False
ScaleHeight = 3540
ScaleWidth = 3810
StartUpPosition = 2 '屏幕中心
Begin VB.PictureBox Picture1
AutoSize = -1 'True
BorderStyle = 0 'None
Height = 2250
Left = 720
Picture = "ok.frx":27A2
ScaleHeight = 2250
ScaleWidth = 2250
Ta