*/
Know a good article or link that we're missing? Submit it!
*/

View \frmHelp.frm

WinDOS Shell 0.1A

Submitted By: Shehbaz
Rating: starstarstarstarstar (Rate It)


VERSION 5.00
Begin VB.Form frmHelp
   BackColor       =   &H00000000&
   BorderStyle     =   0  'None
   ClientHeight    =   8595
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   11880
   LinkTopic       =   "Form1"
   Picture         =   "frmHelp.frx":0000
   ScaleHeight     =   8595
   ScaleWidth      =   11880
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   WindowState     =   2  'Maximized
   Begin VB.VScrollBar VScroll1
      Height          =   3135
      Left            =   150
      TabIndex        =   2
      Top             =   2880
      Visible         =   0   'False
      Width           =   255
   End
   Begin VB.PictureBox Picture1
      BackColor       =   &H00000000&
      BorderStyle     =   0  'None
      Height          =   6885
      Left            =   705
      ScaleHeight     =   6885
      ScaleWidth      =   10665
      TabIndex        =   0
      Top             =   1365
      Width           =   10665
      Begin VB.Timer Timer1
         Interval        =   5
         Left            =   60
         Top             =   -105
      End
      Begin VB.TextBox Text1
         BackColor       =   &H00000000&
         BorderStyle     =   0  'None
         BeginProperty Font
            Name            =   "OCR A Extended"
            Size            =   14.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H0000FF00&
         Height          =   22095
         Left            =   -15
         Locked          =   -1  'True
         MultiLine       =   -1  'True
         TabIndex        =   1
         Text            =   "frmHelp.frx":4EEE
         Top             =   -15
         Width           =   10935
      End
   End
   Begin VB.Label Label2
      BackStyle       =   0  'Transparent
      Height          =   390
      Left            =   7770
      TabIndex        =   4
      Top             =   585
      Width           =   2805
   End
   Begin VB.Label Label1
      BackStyle       =   0  'Transparent
      Height          =   375
      Left            =   5040
      TabIndex        =   3
      Top             =   585
      Width           =   2325
   End
End
Attribute VB_Name = "frmHelp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub Form_Load()
VScroll1.max = Picture1.Height
VScroll1.Min = 0 - Text1.Height
VScroll1.Value = VScroll1.max
End Sub

Private Sub Label1_Click()
Unload Me
End Sub

Private Sub Label2_Click()
MsgBox "Online Version Unavailable.......", vbOKOnly, "Error!"
End Sub

Private Sub Timer1_Timer()
If VScroll1.Value >= VScroll1.Min + 30 Then
  VScroll1.Value = VScroll1.Value - 20
Else
  VScroll1.Value = VScroll1.max
  DoEvents
End If
Text1.Top = VScroll1.Value
DoEvents
End Sub

corner
© 1996-2008 CommunityHeaven LLC. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
North American business development: Nicolai Wadstrom. Publisher: Lars Hagelin.