home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / cooles1a / frames.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-08-13  |  78.6 KB  |  2,567 lines

  1. VERSION 5.00
  2. Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
  3. Object = "{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}#1.1#0"; "SHDOCVW.DLL"
  4. Begin VB.Form Form1 
  5.    BorderStyle     =   1  'Fixed Single
  6.    Caption         =   "Coolest Fader 9.3"
  7.    ClientHeight    =   3495
  8.    ClientLeft      =   45
  9.    ClientTop       =   330
  10.    ClientWidth     =   4695
  11.    Icon            =   "Frames.frx":0000
  12.    LinkTopic       =   "Form1"
  13.    MaxButton       =   0   'False
  14.    ScaleHeight     =   3495
  15.    ScaleWidth      =   4695
  16.    StartUpPosition =   2  'CenterScreen
  17.    Begin VB.Frame Frame1 
  18.       Caption         =   "Fade!"
  19.       Height          =   2775
  20.       Index           =   0
  21.       Left            =   240
  22.       TabIndex        =   0
  23.       Top             =   480
  24.       Width           =   4215
  25.       Begin VB.PictureBox Picture1a 
  26.          Height          =   135
  27.          Left            =   300
  28.          ScaleHeight     =   75
  29.          ScaleWidth      =   915
  30.          TabIndex        =   59
  31.          Top             =   430
  32.          Width           =   975
  33.       End
  34.       Begin VB.CommandButton Command1 
  35.          Caption         =   "Command1"
  36.          Height          =   195
  37.          Left            =   3960
  38.          TabIndex        =   7
  39.          Tag             =   "0"
  40.          Top             =   2520
  41.          Visible         =   0   'False
  42.          Width           =   135
  43.       End
  44.       Begin VB.ListBox List2 
  45.          Height          =   450
  46.          Left            =   4200
  47.          TabIndex        =   54
  48.          Top             =   1200
  49.          Visible         =   0   'False
  50.          Width           =   495
  51.       End
  52.       Begin VB.Timer Timer1 
  53.          Interval        =   1
  54.          Left            =   2160
  55.          Top             =   1080
  56.       End
  57.       Begin VB.PictureBox Picture2 
  58.          Height          =   135
  59.          Left            =   300
  60.          ScaleHeight     =   75
  61.          ScaleWidth      =   915
  62.          TabIndex        =   44
  63.          ToolTipText     =   "Green"
  64.          Top             =   1030
  65.          Width           =   975
  66.       End
  67.       Begin VB.PictureBox Picture3 
  68.          Height          =   135
  69.          Left            =   300
  70.          ScaleHeight     =   75
  71.          ScaleWidth      =   915
  72.          TabIndex        =   43
  73.          ToolTipText     =   "Blue"
  74.          Top             =   1630
  75.          Width           =   975
  76.       End
  77.       Begin VB.TextBox Text4 
  78.          Height          =   285
  79.          Left            =   120
  80.          MaxLength       =   45
  81.          TabIndex        =   18
  82.          Tag             =   "This is a preview of the colors in your selected fade."
  83.          ToolTipText     =   "Message"
  84.          Top             =   2400
  85.          Width           =   3975
  86.       End
  87.       Begin VB.ListBox List1 
  88.          Height          =   1230
  89.          ItemData        =   "Frames.frx":0442
  90.          Left            =   1440
  91.          List            =   "Frames.frx":0444
  92.          TabIndex        =   3
  93.          ToolTipText     =   "List of Colors"
  94.          Top             =   720
  95.          Width           =   1215
  96.       End
  97.       Begin MSComctlLib.Slider HScroll1 
  98.          Height          =   255
  99.          Left            =   240
  100.          TabIndex        =   45
  101.          ToolTipText     =   "Red"
  102.          Top             =   240
  103.          Width           =   1095
  104.          _ExtentX        =   1931
  105.          _ExtentY        =   450
  106.          _Version        =   393216
  107.          LargeChange     =   30
  108.          Max             =   255
  109.          TickFrequency   =   30
  110.       End
  111.       Begin MSComctlLib.Slider HScroll2 
  112.          Height          =   255
  113.          Left            =   240
  114.          TabIndex        =   46
  115.          ToolTipText     =   "Green"
  116.          Top             =   840
  117.          Width           =   1095
  118.          _ExtentX        =   1931
  119.          _ExtentY        =   450
  120.          _Version        =   393216
  121.          LargeChange     =   30
  122.          Max             =   255
  123.          TickFrequency   =   30
  124.       End
  125.       Begin MSComctlLib.Slider HScroll3 
  126.          Height          =   255
  127.          Left            =   240
  128.          TabIndex        =   47
  129.          ToolTipText     =   "Blue"
  130.          Top             =   1440
  131.          Width           =   1095
  132.          _ExtentX        =   1931
  133.          _ExtentY        =   450
  134.          _Version        =   393216
  135.          LargeChange     =   50
  136.          Max             =   255
  137.          TickFrequency   =   30
  138.       End
  139.       Begin VB.Label Label20 
  140.          Caption         =   "Min Fader"
  141.          Height          =   255
  142.          Left            =   2550
  143.          TabIndex        =   53
  144.          ToolTipText     =   "Minimize Fader"
  145.          Top             =   2040
  146.          Width           =   735
  147.       End
  148.       Begin VB.Label Label19 
  149.          Caption         =   "Refresh Colors"
  150.          Height          =   255
  151.          Left            =   2860
  152.          TabIndex        =   52
  153.          ToolTipText     =   "Refresh Colors"
  154.          Top             =   1680
  155.          Width           =   1095
  156.       End
  157.       Begin VB.Label Label1 
  158.          Caption         =   "0"
  159.          ForeColor       =   &H000000FF&
  160.          Height          =   255
  161.          Left            =   120
  162.          TabIndex        =   6
  163.          Top             =   600
  164.          Width           =   375
  165.       End
  166.       Begin VB.Label Label1a 
  167.          Caption         =   "R"
  168.          ForeColor       =   &H000000FF&
  169.          Height          =   255
  170.          Index           =   0
  171.          Left            =   120
  172.          TabIndex        =   50
  173.          Top             =   300
  174.          Width           =   135
  175.       End
  176.       Begin VB.Label Label1a 
  177.          Caption         =   "B"
  178.          ForeColor       =   &H00FF0000&
  179.          Height          =   255
  180.          Index           =   1
  181.          Left            =   120
  182.          TabIndex        =   49
  183.          Top             =   1500
  184.          Width           =   135
  185.       End
  186.       Begin VB.Label Label1a 
  187.          Caption         =   "G"
  188.          ForeColor       =   &H0000FF00&
  189.          Height          =   255
  190.          Index           =   2
  191.          Left            =   120
  192.          TabIndex        =   48
  193.          Top             =   900
  194.          Width           =   135
  195.       End
  196.       Begin VB.Label Label7 
  197.          Alignment       =   2  'Center
  198.          BackStyle       =   0  'Transparent
  199.          Caption         =   "Copy Text"
  200.          Height          =   255
  201.          Left            =   120
  202.          TabIndex        =   14
  203.          ToolTipText     =   "Copy Text"
  204.          Top             =   2040
  205.          Width           =   735
  206.       End
  207.       Begin VB.Label Label4 
  208.          BackStyle       =   0  'Transparent
  209.          Caption         =   "Add Color"
  210.          Height          =   255
  211.          Left            =   3060
  212.          TabIndex        =   17
  213.          ToolTipText     =   "Add Color"
  214.          Top             =   720
  215.          Width           =   735
  216.       End
  217.       Begin VB.Label Label5 
  218.          BackStyle       =   0  'Transparent
  219.          Caption         =   "Remove Color"
  220.          Height          =   255
  221.          Left            =   2880
  222.          TabIndex        =   16
  223.          ToolTipText     =   "Remove Color"
  224.          Top             =   1200
  225.          Width           =   1095
  226.       End
  227.       Begin VB.Label Label6 
  228.          BackStyle       =   0  'Transparent
  229.          Caption         =   "Replace Color"
  230.          Height          =   255
  231.          Left            =   2880
  232.          TabIndex        =   15
  233.          ToolTipText     =   "Replace Color"
  234.          Top             =   1440
  235.          Width           =   1095
  236.       End
  237.       Begin VB.Label Label8 
  238.          BackStyle       =   0  'Transparent
  239.          Caption         =   "Insert Color"
  240.          Height          =   255
  241.          Left            =   3000
  242.          TabIndex        =   13
  243.          ToolTipText     =   "Insert Color"
  244.          Top             =   960
  245.          Width           =   855
  246.       End
  247.       Begin VB.Label Label9 
  248.          Alignment       =   2  'Center
  249.          BackStyle       =   0  'Transparent
  250.          Caption         =   "Clear Text"
  251.          Height          =   255
  252.          Left            =   940
  253.          TabIndex        =   12
  254.          ToolTipText     =   "Clear Text"
  255.          Top             =   2040
  256.          Width           =   735
  257.       End
  258.       Begin VB.Label Label12 
  259.          BackStyle       =   0  'Transparent
  260.          Caption         =   "Fade"
  261.          Height          =   255
  262.          Left            =   3220
  263.          TabIndex        =   11
  264.          Tag             =   "0"
  265.          ToolTipText     =   "Fade"
  266.          Top             =   240
  267.          Width           =   375
  268.       End
  269.       Begin VB.Label Label13 
  270.          Alignment       =   2  'Center
  271.          BackStyle       =   0  'Transparent
  272.          Caption         =   "Advertise"
  273.          Height          =   255
  274.          Left            =   3045
  275.          TabIndex        =   10
  276.          Tag             =   "0"
  277.          ToolTipText     =   "Advertise"
  278.          Top             =   480
  279.          Width           =   735
  280.       End
  281.       Begin VB.Label Label14 
  282.          Alignment       =   2  'Center
  283.          BackStyle       =   0  'Transparent
  284.          Caption         =   "Exit Fader"
  285.          Height          =   255
  286.          Left            =   3360
  287.          TabIndex        =   9
  288.          ToolTipText     =   "Exit Fader"
  289.          Top             =   2040
  290.          Width           =   735
  291.       End
  292.       Begin VB.Label Label15 
  293.          BackStyle       =   0  'Transparent
  294.          Caption         =   "Webpage"
  295.          Height          =   255
  296.          Left            =   1740
  297.          TabIndex        =   8
  298.          ToolTipText     =   "Coolest Fader Homepage!"
  299.          Top             =   2040
  300.          Width           =   735
  301.       End
  302.       Begin VB.Shape Shape2 
  303.          BackColor       =   &H00000000&
  304.          BackStyle       =   1  'Opaque
  305.          Height          =   375
  306.          Left            =   1440
  307.          Top             =   240
  308.          Width           =   1215
  309.       End
  310.       Begin VB.Label Label2 
  311.          Caption         =   "0"
  312.          ForeColor       =   &H0000FF00&
  313.          Height          =   255
  314.          Left            =   120
  315.          TabIndex        =   5
  316.          Top             =   1200
  317.          Width           =   375
  318.       End
  319.       Begin VB.Label Label3 
  320.          Caption         =   "0"
  321.          ForeColor       =   &H00FF0000&
  322.          Height          =   255
  323.          Left            =   120
  324.          TabIndex        =   4
  325.          Top             =   1800
  326.          Width           =   375
  327.       End
  328.    End
  329.    Begin VB.Frame Frame1 
  330.       Caption         =   "Options"
  331.       Height          =   2415
  332.       Index           =   2
  333.       Left            =   420
  334.       TabIndex        =   1
  335.       Top             =   720
  336.       Visible         =   0   'False
  337.       Width           =   3855
  338.       Begin VB.Frame AFrame1 
  339.          Caption         =   "Type of Coding"
  340.          Height          =   855
  341.          Left            =   1440
  342.          TabIndex        =   29
  343.          Top             =   240
  344.          Width           =   2295
  345.          Begin VB.OptionButton AOption1 
  346.             Caption         =   "HTML"
  347.             Height          =   255
  348.             Left            =   120
  349.             TabIndex        =   32
  350.             ToolTipText     =   "HTML"
  351.             Top             =   480
  352.             Width           =   855
  353.          End
  354.          Begin VB.OptionButton AOption2 
  355.             Caption         =   "ANSI"
  356.             Height          =   255
  357.             Left            =   1440
  358.             TabIndex        =   31
  359.             ToolTipText     =   "ANSI"
  360.             Top             =   480
  361.             Width           =   735
  362.          End
  363.          Begin VB.OptionButton AOption3 
  364.             Caption         =   "Yahoo! Chat Color Codes"
  365.             Height          =   255
  366.             Left            =   120
  367.             TabIndex        =   30
  368.             ToolTipText     =   "Yahoo! Chat Color Codes"
  369.             Top             =   240
  370.             Value           =   -1  'True
  371.             Width           =   2145
  372.          End
  373.       End
  374.       Begin VB.Frame AFrame2 
  375.          Caption         =   "Other"
  376.          Height          =   855
  377.          Left            =   1440
  378.          TabIndex        =   26
  379.          Top             =   1440
  380.          Width           =   1575
  381.          Begin VB.CheckBox ACheck1 
  382.             Caption         =   "Clear on Copy"
  383.             Height          =   255
  384.             Left            =   120
  385.             TabIndex        =   28
  386.             ToolTipText     =   "Clear on Copy"
  387.             Top             =   240
  388.             Width           =   1395
  389.          End
  390.          Begin VB.CheckBox ACheck2 
  391.             Caption         =   "Copy on Fade"
  392.             Height          =   255
  393.             Left            =   120
  394.             TabIndex        =   27
  395.             ToolTipText     =   "Copy on Fade"
  396.             Top             =   480
  397.             Width           =   1300
  398.          End
  399.       End
  400.       Begin VB.Frame Frame2 
  401.          Caption         =   "Extras"
  402.          Height          =   2055
  403.          Left            =   120
  404.          TabIndex        =   19
  405.          Top             =   240
  406.          Width           =   1215
  407.          Begin VB.CheckBox Check7 
  408.             Caption         =   "Screwed"
  409.             Height          =   255
  410.             Left            =   120
  411.             TabIndex        =   56
  412.             Top             =   1680
  413.             Width           =   975
  414.          End
  415.          Begin VB.CheckBox Check1 
  416.             Caption         =   "Bold"
  417.             Height          =   255
  418.             Left            =   120
  419.             TabIndex        =   25
  420.             ToolTipText     =   "Bold"
  421.             Top             =   480
  422.             Width           =   615
  423.          End
  424.          Begin VB.CheckBox Check2 
  425.             Caption         =   "Italics"
  426.             Height          =   255
  427.             Left            =   120
  428.             TabIndex        =   24
  429.             ToolTipText     =   "Italiacs"
  430.             Top             =   720
  431.             Width           =   795
  432.          End
  433.          Begin VB.CheckBox Check3 
  434.             Caption         =   "Underline"
  435.             Height          =   255
  436.             Left            =   120
  437.             TabIndex        =   23
  438.             ToolTipText     =   "Underline"
  439.             Top             =   960
  440.             Width           =   975
  441.          End
  442.          Begin VB.CheckBox Check4 
  443.             Caption         =   "On Top"
  444.             Height          =   255
  445.             Left            =   120
  446.             TabIndex        =   22
  447.             ToolTipText     =   "Always On Top"
  448.             Top             =   240
  449.             Width           =   855
  450.          End
  451.          Begin VB.CheckBox Check5 
  452.             Caption         =   "Reverse"
  453.             Height          =   255
  454.             Left            =   120
  455.             TabIndex        =   21
  456.             ToolTipText     =   "Reverse"
  457.             Top             =   1200
  458.             Width           =   975
  459.          End
  460.          Begin VB.CheckBox Check6 
  461.             Caption         =   "Alt Caps"
  462.             Height          =   255
  463.             Left            =   120
  464.             TabIndex        =   20
  465.             ToolTipText     =   "Alternating Caps"
  466.             Top             =   1440
  467.             Width           =   975
  468.          End
  469.       End
  470.    End
  471.    Begin VB.Frame Frame1 
  472.       Caption         =   "About"
  473.       Height          =   2775
  474.       Index           =   4
  475.       Left            =   240
  476.       TabIndex        =   39
  477.       Top             =   480
  478.       Visible         =   0   'False
  479.       Width           =   4215
  480.       Begin VB.TextBox Text1 
  481.          BackColor       =   &H00C0C0C0&
  482.          ForeColor       =   &H00000000&
  483.          Height          =   1335
  484.          Left            =   120
  485.          MultiLine       =   -1  'True
  486.          ScrollBars      =   2  'Vertical
  487.          TabIndex        =   41
  488.          Text            =   "Frames.frx":0446
  489.          ToolTipText     =   "Version Info"
  490.          Top             =   1320
  491.          Width           =   3975
  492.       End
  493.       Begin VB.Line Line1 
  494.          X1              =   30
  495.          X2              =   4185
  496.          Y1              =   1065
  497.          Y2              =   1065
  498.       End
  499.       Begin VB.Label Label18 
  500.          BackStyle       =   0  'Transparent
  501.          Caption         =   "Changes in the Versions:"
  502.          Height          =   255
  503.          Left            =   120
  504.          TabIndex        =   42
  505.          Top             =   1080
  506.          Width           =   1815
  507.       End
  508.       Begin VB.Label Label17 
  509.          BackStyle       =   0  'Transparent
  510.          Caption         =   $"Frames.frx":0E17
  511.          Height          =   855
  512.          Left            =   120
  513.          TabIndex        =   40
  514.          Top             =   240
  515.          Width           =   4095
  516.       End
  517.    End
  518.    Begin VB.Frame Frame1 
  519.       Caption         =   "Preview"
  520.       Height          =   2775
  521.       Index           =   1
  522.       Left            =   240
  523.       TabIndex        =   33
  524.       Top             =   480
  525.       Visible         =   0   'False
  526.       Width           =   4215
  527.       Begin SHDocVwCtl.WebBrowser WebBrowser1 
  528.          Height          =   855
  529.          Left            =   120
  530.          TabIndex        =   57
  531.          ToolTipText     =   "Preview"
  532.          Top             =   1800
  533.          Width           =   3975
  534.          ExtentX         =   7011
  535.          ExtentY         =   1508
  536.          ViewMode        =   1
  537.          Offline         =   0
  538.          Silent          =   0
  539.          RegisterAsBrowser=   0
  540.          RegisterAsDropTarget=   0
  541.          AutoArrange     =   -1  'True
  542.          NoClientEdge    =   -1  'True
  543.          AlignLeft       =   0   'False
  544.          ViewID          =   "{0057D0E0-3573-11CF-AE69-08002B2E1262}"
  545.          Location        =   ""
  546.       End
  547.       Begin VB.TextBox Text2 
  548.          BackColor       =   &H00C0C0C0&
  549.          Height          =   855
  550.          Left            =   120
  551.          Locked          =   -1  'True
  552.          MultiLine       =   -1  'True
  553.          ScrollBars      =   2  'Vertical
  554.          TabIndex        =   58
  555.          Top             =   1800
  556.          Width           =   3975
  557.       End
  558.       Begin VB.CommandButton Command2 
  559.          Caption         =   "Command2"
  560.          Height          =   195
  561.          Left            =   3960
  562.          TabIndex        =   55
  563.          Top             =   2460
  564.          Visible         =   0   'False
  565.          Width           =   135
  566.       End
  567.       Begin VB.PictureBox Picture1 
  568.          BackColor       =   &H00FFFFFF&
  569.          Height          =   255
  570.          Left            =   4200
  571.          ScaleHeight     =   13
  572.          ScaleMode       =   3  'Pixel
  573.          ScaleWidth      =   261
  574.          TabIndex        =   37
  575.          ToolTipText     =   "Example"
  576.          Top             =   2640
  577.          Visible         =   0   'False
  578.          Width           =   3975
  579.       End
  580.       Begin VB.TextBox Text5 
  581.          BackColor       =   &H00C0C0C0&
  582.          ForeColor       =   &H000000FF&
  583.          Height          =   1485
  584.          Left            =   120
  585.          Locked          =   -1  'True
  586.          MultiLine       =   -1  'True
  587.          ScrollBars      =   2  'Vertical
  588.          TabIndex        =   36
  589.          ToolTipText     =   "Source"
  590.          Top             =   240
  591.          Width           =   3975
  592.       End
  593.    End
  594.    Begin VB.Frame Frame1 
  595.       Caption         =   "Credits"
  596.       Height          =   2775
  597.       Index           =   3
  598.       Left            =   240
  599.       TabIndex        =   2
  600.       Top             =   480
  601.       Visible         =   0   'False
  602.       Width           =   4215
  603.       Begin VB.Label Label16 
  604.          Alignment       =   2  'Center
  605.          Caption         =   "Credits to: Borntopumpgas, CertWiz and Wargod!!!"
  606.          BeginProperty Font 
  607.             Name            =   "MS Sans Serif"
  608.             Size            =   24
  609.             Charset         =   0
  610.             Weight          =   400
  611.             Underline       =   0   'False
  612.             Italic          =   0   'False
  613.             Strikethrough   =   0   'False
  614.          EndProperty
  615.          Height          =   2295
  616.          Left            =   120
  617.          TabIndex        =   38
  618.          ToolTipText     =   "Credits"
  619.          Top             =   360
  620.          Width           =   3975
  621.       End
  622.    End
  623.    Begin MSComctlLib.TabStrip TabStrip1 
  624.       Height          =   3255
  625.       Left            =   120
  626.       TabIndex        =   51
  627.       Top             =   120
  628.       Width           =   4455
  629.       _ExtentX        =   7858
  630.       _ExtentY        =   5741
  631.       MultiRow        =   -1  'True
  632.       _Version        =   393216
  633.       BeginProperty Tabs {1EFB6598-857C-11D1-B16A-00C0F0283628} 
  634.          NumTabs         =   5
  635.          BeginProperty Tab1 {1EFB659A-857C-11D1-B16A-00C0F0283628} 
  636.             Caption         =   "Fade!"
  637.             Object.ToolTipText     =   "Fade!"
  638.             ImageVarType    =   2
  639.          EndProperty
  640.          BeginProperty Tab2 {1EFB659A-857C-11D1-B16A-00C0F0283628} 
  641.             Caption         =   "Preview"
  642.             Object.ToolTipText     =   "Preview"
  643.             ImageVarType    =   2
  644.          EndProperty
  645.          BeginProperty Tab3 {1EFB659A-857C-11D1-B16A-00C0F0283628} 
  646.             Caption         =   "Options"
  647.             Object.ToolTipText     =   "Options"
  648.             ImageVarType    =   2
  649.          EndProperty
  650.          BeginProperty Tab4 {1EFB659A-857C-11D1-B16A-00C0F0283628} 
  651.             Caption         =   "Credits"
  652.             Object.ToolTipText     =   "Credits"
  653.             ImageVarType    =   2
  654.          EndProperty
  655.          BeginProperty Tab5 {1EFB659A-857C-11D1-B16A-00C0F0283628} 
  656.             Caption         =   "About"
  657.             Object.ToolTipText     =   "About"
  658.             ImageVarType    =   2
  659.          EndProperty
  660.       EndProperty
  661.    End
  662.    Begin VB.Label Label11 
  663.       Caption         =   "Label11"
  664.       Height          =   255
  665.       Left            =   6240
  666.       TabIndex        =   35
  667.       Top             =   1320
  668.       Visible         =   0   'False
  669.       Width           =   615
  670.    End
  671.    Begin VB.Label Label10 
  672.       Caption         =   "Label10"
  673.       Height          =   375
  674.       Left            =   6360
  675.       TabIndex        =   34
  676.       Top             =   360
  677.       Visible         =   0   'False
  678.       Width           =   495
  679.    End
  680.    Begin VB.Menu FadeMenu 
  681.       Caption         =   "Fade"
  682.       Visible         =   0   'False
  683.       Begin VB.Menu FadeColors2 
  684.          Caption         =   "Fade!"
  685.       End
  686.       Begin VB.Menu AddColor2 
  687.          Caption         =   "Add Color"
  688.       End
  689.       Begin VB.Menu InsertColor2 
  690.          Caption         =   "Insert Color"
  691.       End
  692.       Begin VB.Menu RemoveColor2 
  693.          Caption         =   "Remove Color"
  694.       End
  695.       Begin VB.Menu ReplaceColor2 
  696.          Caption         =   "Replace Color"
  697.       End
  698.    End
  699. Attribute VB_Name = "Form1"
  700. Attribute VB_GlobalNameSpace = False
  701. Attribute VB_Creatable = False
  702. Attribute VB_PredeclaredId = True
  703. Attribute VB_Exposed = False
  704. Dim li As Long
  705. Dim r(256) As Double
  706. Dim g(256) As Double
  707. Dim b(256) As Double
  708. Dim n As Long
  709. Dim s(52) As String
  710. Dim H2T(255) As String
  711. Private Function FileExist(ByRef sFname) As Boolean
  712.         If Len(Dir(sFname, 16)) Then FileExist = True Else FileExist = False
  713. End Function
  714. Public Sub PowerStart()
  715. Directory$ = App.Path & "\preview.dat"
  716. If Not FileExist(Directory$) Then
  717. Exit Sub
  718.     Dim MyString As String
  719.        On Error Resume Next
  720.        Open Directory$ For Input As #1
  721.        While Not EOF(1)
  722.            Input #1, MyString$
  723.            DoEvents
  724.            Text4.Text = MyString$
  725.            Wend
  726.            Close #1
  727. End If
  728. End Sub
  729. Public Sub PowerUp()
  730. If Len(Text4.Text) > 0 Then
  731. Dim Directory As String
  732. If List1.ListCount > 1 Then
  733. Directory$ = App.Path & "\preview.htm"
  734. Dim s As String
  735. If Check1.Value = 1 Then
  736.     s$ = s$ + "<b>"
  737.   End If
  738.   If Check2.Value = 1 Then
  739.     s$ = s$ + "<i>"
  740.   End If
  741.   If Check3.Value = 1 Then
  742.     s$ = s$ + "<u>"
  743.   End If
  744.   Dim ColorR As Double
  745.   Dim ColorG As Double
  746.   Dim ColorB As Double
  747.   Dim NumColors As Double
  748.   Dim NumFades As Double
  749.   Dim NumLetters As Double
  750.   Dim CurrFade As Integer
  751.   Dim CurrLetter As String
  752.   Dim LettersPerFade As Double
  753.   Dim FadeLetter As Double
  754.   Dim RDelta As Double
  755.   Dim GDelta As Double
  756.   Dim BDelta As Double
  757.   NumColors = List1.ListCount
  758.   NumFades = NumColors - 1
  759.   NumLetters = Len(Text4.Text)
  760.   ColorR = r(0)
  761.   ColorG = g(0)
  762.   ColorB = b(0)
  763.   LettersPerFade = NumLetters / NumFades
  764.   RDelta = (r(1) - r(0)) / LettersPerFade
  765.   GDelta = (g(1) - g(0)) / LettersPerFade
  766.   BDelta = (b(1) - b(0)) / LettersPerFade
  767.   FadeLetter = 0
  768.   CurrFade = 0
  769.   Picture1.Cls
  770.   s$ = ""
  771.   For Letter = 1 To NumLetters
  772.     CurrLetter = Mid$(Text4.Text, Letter, 1)
  773.     If ColorR > 255 Then ColorR = 255
  774.     If ColorR < 0 Then ColorR = 0
  775.     If ColorG > 255 Then ColorG = 255
  776.     If ColorG < 0 Then ColorG = 0
  777.     If ColorB > 255 Then ColorB = 255
  778.     If ColorB < 0 Then ColorB = 0
  779.     Picture1.ForeColor = RGB(Int(ColorR), Int(ColorG), Int(ColorB))
  780.     s$ = s$ & "<FONT COLOR=" & H2T(Int(ColorR)) & H2T(Int(ColorG)) & H2T(Int(ColorB)) & ">" & CurrLetter & "</FONT>"
  781.     ColorR = ColorR + RDelta
  782.     ColorG = ColorG + GDelta
  783.     ColorB = ColorB + BDelta
  784.     Picture1.Print CurrLetter;
  785.     If FadeLetter >= LettersPerFade Then
  786.       FadeLetter = FadeLetter - LettersPerFade
  787.       CurrFade = CurrFade + 1
  788.       RDelta = (r(CurrFade + 1) - r(CurrFade)) / LettersPerFade
  789.       GDelta = (g(CurrFade + 1) - g(CurrFade)) / LettersPerFade
  790.       BDelta = (b(CurrFade + 1) - b(CurrFade)) / LettersPerFade
  791.       ColorR = r(CurrFade)
  792.       ColorG = g(CurrFade)
  793.       ColorB = b(CurrFade)
  794.     Else
  795.       FadeLetter = FadeLetter + 1
  796.     End If
  797.   Next Letter
  798. If Not FileExist(Directory$) Then
  799. Exit Sub
  800.        On Error Resume Next
  801.        Open Directory$ For Output As #1
  802.            Print #1, s$
  803.        Close #1
  804. End If
  805. End If
  806. End If
  807. Directory$ = App.Path & "\preview.dat"
  808. If Not FileExist(Directory$) Then
  809. Exit Sub
  810.        On Error Resume Next
  811.        Open Directory$ For Output As #1
  812.            Print #1, Text4.Text
  813.        Close #1
  814. End If
  815. End Sub
  816. Public Sub Sav()
  817. Directory$ = App.Path & "\fader.dat"
  818.        Dim SaveList As Integer
  819.        On Error Resume Next
  820.        Open Directory$ For Output As #1
  821.        For SaveList = 0 To List1.ListCount - 1
  822.            Print #1, r(SaveList)
  823.            Print #1, g(SaveList)
  824.            Print #1, b(SaveList)
  825.        Next SaveList
  826.        Close #1
  827. End Sub
  828. Public Sub Opn()
  829. Directory$ = App.Path & "\fader.dat"
  830. If Not FileExist(Directory$) Then
  831. Exit Sub
  832.     Dim MyString As String
  833.     Dim a As Long
  834.     Dim c As Long
  835.     Dim i As Integer
  836.     a = 1
  837.     c = 0
  838.        On Error Resume Next
  839.        Open Directory$ For Input As #1
  840.        While Not EOF(1)
  841.            Input #1, MyString$
  842.            DoEvents
  843.                If a = 1 Then
  844.                r(c) = MyString$
  845.                a = 2
  846.                ElseIf a = 2 Then
  847.                g(c) = MyString$
  848.                a = 3
  849.                ElseIf a = 3 Then
  850.                b(c) = MyString$
  851.                a = 1
  852.                c = c + 1
  853.                End If
  854.            Wend
  855.            Close #1
  856. For i = 0 To c - 1
  857. List1.AddItem Str$(r(i)) + "," + Str$(g(i)) + "," + Str$(b(i))
  858. List2.AddItem Str$(r(i)) + "," + Str$(g(i)) + "," + Str$(b(i))
  859. Next i
  860. End If
  861. End Sub
  862. Function sReplaceCharacters(strMainString As String, strOld As String, strNew As String) As String
  863.     sReplaceCharacters = ""
  864.     Dim strNewString As String
  865.     Dim i As Integer
  866.     For i = 1 To Len(strMainString)
  867.         If Mid(strMainString, i, Len(strOld)) = strOld Then
  868.             strNewString = strNewString & strNew
  869.             i = i + Len(strOld) - 1
  870.         Else
  871.         strNewString = strNewString & Mid(strMainString, i, 1)
  872.         End If
  873.     Next i
  874.     sReplaceCharacters = strNewString
  875. End Function
  876. Public Sub a()
  877. li = Form2.List1.ListIndex
  878. s(li) = Form2.Text2.Text
  879. End Sub
  880. Public Sub Elite()
  881. Text4.Text = sReplaceCharacters(Text4.Text, "a", s(1))
  882. Text4.Text = sReplaceCharacters(Text4.Text, "b", s(2))
  883. Text4.Text = sReplaceCharacters(Text4.Text, "c", s(3))
  884. Text4.Text = sReplaceCharacters(Text4.Text, "d", s(4))
  885. Text4.Text = sReplaceCharacters(Text4.Text, "e", s(5))
  886. Text4.Text = sReplaceCharacters(Text4.Text, "f", s(6))
  887. Text4.Text = sReplaceCharacters(Text4.Text, "g", s(7))
  888. Text4.Text = sReplaceCharacters(Text4.Text, "h", s(8))
  889. Text4.Text = sReplaceCharacters(Text4.Text, "i", s(9))
  890. Text4.Text = sReplaceCharacters(Text4.Text, "j", s(10))
  891. Text4.Text = sReplaceCharacters(Text4.Text, "k", s(11))
  892. Text4.Text = sReplaceCharacters(Text4.Text, "l", s(12))
  893. Text4.Text = sReplaceCharacters(Text4.Text, "m", s(13))
  894. Text4.Text = sReplaceCharacters(Text4.Text, "n", s(14))
  895. Text4.Text = sReplaceCharacters(Text4.Text, "o", s(15))
  896. Text4.Text = sReplaceCharacters(Text4.Text, "p", s(16))
  897. Text4.Text = sReplaceCharacters(Text4.Text, "q", s(17))
  898. Text4.Text = sReplaceCharacters(Text4.Text, "r", s(18))
  899. Text4.Text = sReplaceCharacters(Text4.Text, "s", s(19))
  900. Text4.Text = sReplaceCharacters(Text4.Text, "t", s(20))
  901. Text4.Text = sReplaceCharacters(Text4.Text, "u", s(21))
  902. Text4.Text = sReplaceCharacters(Text4.Text, "v", s(22))
  903. Text4.Text = sReplaceCharacters(Text4.Text, "w", s(23))
  904. Text4.Text = sReplaceCharacters(Text4.Text, "x", s(24))
  905. Text4.Text = sReplaceCharacters(Text4.Text, "y", s(25))
  906. Text4.Text = sReplaceCharacters(Text4.Text, "z", s(26))
  907. Text4.Text = sReplaceCharacters(Text4.Text, "A", s(27))
  908. Text4.Text = sReplaceCharacters(Text4.Text, "B", s(28))
  909. Text4.Text = sReplaceCharacters(Text4.Text, "C", s(29))
  910. Text4.Text = sReplaceCharacters(Text4.Text, "D", s(30))
  911. Text4.Text = sReplaceCharacters(Text4.Text, "E", s(31))
  912. Text4.Text = sReplaceCharacters(Text4.Text, "F", s(32))
  913. Text4.Text = sReplaceCharacters(Text4.Text, "G", s(33))
  914. Text4.Text = sReplaceCharacters(Text4.Text, "H", s(34))
  915. Text4.Text = sReplaceCharacters(Text4.Text, "I", s(35))
  916. Text4.Text = sReplaceCharacters(Text4.Text, "J", s(36))
  917. Text4.Text = sReplaceCharacters(Text4.Text, "K", s(37))
  918. Text4.Text = sReplaceCharacters(Text4.Text, "L", s(38))
  919. Text4.Text = sReplaceCharacters(Text4.Text, "M", s(39))
  920. Text4.Text = sReplaceCharacters(Text4.Text, "N", s(40))
  921. Text4.Text = sReplaceCharacters(Text4.Text, "O", s(41))
  922. Text4.Text = sReplaceCharacters(Text4.Text, "P", s(42))
  923. Text4.Text = sReplaceCharacters(Text4.Text, "Q", s(43))
  924. Text4.Text = sReplaceCharacters(Text4.Text, "R", s(44))
  925. Text4.Text = sReplaceCharacters(Text4.Text, "S", s(45))
  926. Text4.Text = sReplaceCharacters(Text4.Text, "T", s(46))
  927. Text4.Text = sReplaceCharacters(Text4.Text, "U", s(47))
  928. Text4.Text = sReplaceCharacters(Text4.Text, "V", s(48))
  929. Text4.Text = sReplaceCharacters(Text4.Text, "W", s(49))
  930. Text4.Text = sReplaceCharacters(Text4.Text, "X", s(50))
  931. Text4.Text = sReplaceCharacters(Text4.Text, "Y", s(51))
  932. Text4.Text = sReplaceCharacters(Text4.Text, "Z", s(52))
  933. Text4.Text = sReplaceCharacters(Text4.Text, "ae", s(0))
  934. End Sub
  935. Public Sub Caps()
  936. Dim i As Integer
  937. Dim s As String
  938. s = ""
  939. For i = 1 To Len(Text4.Text)
  940.   keyval = Asc(Mid$(Text4.Text, i, 1))
  941.   If (keyval >= 96 And keyval < 96 + 26) Or (keyval >= 64 And keyval < 64 + 26) Then
  942.     If (i And 1) = 1 Then
  943.       If keyval < 96 Then
  944.         s = s + Chr$(96 + keyval - 64)
  945.       Else
  946.         s = s + Chr$(keyval)
  947.       End If
  948.     Else
  949.       If keyval >= 96 Then
  950.         s = s + Chr$(64 + keyval - 96)
  951.       Else
  952.         s = s + Chr$(keyval)
  953.       End If
  954.     End If
  955.   Else
  956.     s = s + Chr$(keyval)
  957.   End If
  958. Next i
  959. Text4.Text = s
  960. End Sub
  961. Public Sub Preview()
  962. If WebBrowser1.Tag = "1" Then
  963. WebBrowser1.Visible = True
  964. Text2.Visible = False
  965. WebBrowser1.Navigate App.Path & "\preview.htm"
  966. Text2.Visible = True
  967. WebBrowser1.Visible = False
  968. End If
  969. End Sub
  970. Private Sub AddColor2_Click()
  971. Label4_Click
  972. End Sub
  973. Private Sub AOption1_Click()
  974. Text4.MaxLength = 0
  975. End Sub
  976. Private Sub AOption2_Click()
  977. Text4.MaxLength = 0
  978. End Sub
  979. Private Sub AOption3_Click()
  980. If AOption3.Value = True Then
  981. Text4.MaxLength = 45
  982. Text4.MaxLength = 0
  983. End If
  984. End Sub
  985. Private Sub Check7_Click()
  986. If Check7.Value = 1 Then
  987. Form1.Hide
  988. Form2.Show
  989. End If
  990. End Sub
  991. Private Sub Check7_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  992. Label4.ForeColor = &H0&
  993. Label5.ForeColor = &H0&
  994. Label6.ForeColor = &H0&
  995. Label7.ForeColor = &H0&
  996. Label8.ForeColor = &H0&
  997. Label9.ForeColor = &H0&
  998. Label10.ForeColor = &H0&
  999. Label11.ForeColor = &H0&
  1000. Label12.ForeColor = &H0&
  1001. Label13.ForeColor = &H0&
  1002. Label14.ForeColor = &H0&
  1003. Check1.ForeColor = &H0&
  1004. Check2.ForeColor = &H0&
  1005. Check3.ForeColor = &H0&
  1006. Check4.ForeColor = &H0&
  1007. Label15.ForeColor = &H0&
  1008. Check7.ForeColor = &HFF00&
  1009. Check5.ForeColor = &H0&
  1010. AOption1.ForeColor = &H0&
  1011. AOption2.ForeColor = &H0&
  1012. AOption3.ForeColor = &H0&
  1013. ACheck1.ForeColor = &H0&
  1014. ACheck2.ForeColor = &H0&
  1015. Check6.ForeColor = &H0&
  1016. End Sub
  1017. Private Sub Command2_Click()
  1018. Preview
  1019. End Sub
  1020. Private Sub FadeColors2_Click()
  1021. Label12_Click
  1022. End Sub
  1023. Private Sub Form_Activate()
  1024. Timer1.Enabled = True
  1025. End Sub
  1026. Private Sub Form_GotFocus()
  1027. Timer1.Enabled = True
  1028. End Sub
  1029. Private Sub Form_Resize()
  1030. Timer1.Enabled = True
  1031. End Sub
  1032. Private Sub HScroll1_Change()
  1033. Dim X%, x2!, Y%, i%, red1%, green1%, blue1%, red2%, green2%, blue2%, pat1!, pat2!, pat3!, c1!, c2!, c3!
  1034.    X% = 0
  1035.    ' find the length of the picturebox and cut it into 100 pieces
  1036.    x2 = Picture2.ScaleWidth / 100
  1037.    Y% = Picture2.ScaleHeight
  1038.    ' setting how much red, green, and blue goes into each of the two
  1039.    '     colors
  1040.    red1% = Str$(HScroll1.Value) ' the amount of red in color one
  1041.    green1% = 0
  1042.    blue1% = Str$(HScroll3.Value)
  1043.    red2% = Str$(HScroll1.Value) ' the amount of red in color two
  1044.    green2% = 255
  1045.    blue2% = Str$(HScroll3.Value)
  1046.    ' cut the difference between the two colors into 100 pieces
  1047.    pat1 = (red2% - red1%) / 100
  1048.    pat2 = (green2% - green1%) / 100
  1049.    pat3 = (blue2% - blue1%) / 100
  1050.    ' set the c variables at the starting colors
  1051.    c1 = red1%
  1052.    c2 = green1%
  1053.    c3 = blue1%
  1054.    ' draw 100 different lines on the picturebox
  1055.    For i% = 1 To 100
  1056.        Picture2.Line (X%, 0)-(X% + x2, Y%), RGB(c1, c2, c3), BF
  1057.        X% = X% + x2 ' draw the next line one step up from the old step
  1058.        c1 = c1 + pat1 ' make the c variable equal 2 it's next step
  1059.        c2 = c2 + pat2
  1060.        c3 = c3 + pat3
  1061.    Next
  1062.    X% = 0
  1063.    ' find the length of the picturebox and cut it into 100 pieces
  1064.    x2 = Picture3.ScaleWidth / 100
  1065.    Y% = Picture3.ScaleHeight
  1066.    ' setting how much red, green, and blue goes into each of the two
  1067.    '     colors
  1068.    red1% = Str$(HScroll1.Value) ' the amount of red in color one
  1069.    green1% = Str$(HScroll2.Value)
  1070.    blue1% = 0
  1071.    red2% = Str$(HScroll1.Value) ' the amount of red in color two
  1072.    green2% = Str$(HScroll2.Value)
  1073.    blue2% = 255
  1074.    ' cut the difference between the two colors into 100 pieces
  1075.    pat1 = (red2% - red1%) / 100
  1076.    pat2 = (green2% - green1%) / 100
  1077.    pat3 = (blue2% - blue1%) / 100
  1078.    ' set the c variables at the starting colors
  1079.    c1 = red1%
  1080.    c2 = green1%
  1081.    c3 = blue1%
  1082.    ' draw 100 different lines on the picturebox
  1083.    For i% = 1 To 100
  1084.        Picture3.Line (X%, 0)-(X% + x2, Y%), RGB(c1, c2, c3), BF
  1085.        X% = X% + x2 ' draw the next line one step up from the old step
  1086.        c1 = c1 + pat1 ' make the c variable equal 2 it's next step
  1087.        c2 = c2 + pat2
  1088.        c3 = c3 + pat3
  1089.    Next
  1090.   Label1.Caption = Str$(HScroll1.Value)
  1091.   Shape2.BackColor = RGB(HScroll1.Value, HScroll2.Value, HScroll3.Value)
  1092. End Sub
  1093. Private Sub HScroll2_Change()
  1094. Dim X%, x2!, Y%, i%, red1%, green1%, blue1%, red2%, green2%, blue2%, pat1!, pat2!, pat3!, c1!, c2!, c3!
  1095.    X% = 0
  1096.    ' find the length of the picturebox and cut it into 100 pieces
  1097.    x2 = Picture1a.ScaleWidth / 100
  1098.    Y% = Picture1a.ScaleHeight
  1099.    ' setting how much red, green, and blue goes into each of the two
  1100.    '     colors
  1101.    red1% = 0 ' the amount of red in color one
  1102.    green1% = Str$(HScroll2.Value)
  1103.    blue1% = Str$(HScroll3.Value)
  1104.    red2% = 255 ' the amount of red in color two
  1105.    green2% = Str$(HScroll2.Value)
  1106.    blue2% = Str$(HScroll3.Value)
  1107.    ' cut the difference between the two colors into 100 pieces
  1108.    pat1 = (red2% - red1%) / 100
  1109.    pat2 = (green2% - green1%) / 100
  1110.    pat3 = (blue2% - blue1%) / 100
  1111.    ' set the c variables at the starting colors
  1112.    c1 = red1%
  1113.    c2 = green1%
  1114.    c3 = blue1%
  1115.    ' draw 100 different lines on the picturebox
  1116.    For i% = 1 To 100
  1117.        Picture1a.Line (X%, 0)-(X% + x2, Y%), RGB(c1, c2, c3), BF
  1118.        X% = X% + x2 ' draw the next line one step up from the old step
  1119.        c1 = c1 + pat1 ' make the c variable equal 2 it's next step
  1120.        c2 = c2 + pat2
  1121.        c3 = c3 + pat3
  1122.    Next
  1123.    X% = 0
  1124.    ' find the length of the picturebox and cut it into 100 pieces
  1125.    x2 = Picture3.ScaleWidth / 100
  1126.    Y% = Picture3.ScaleHeight
  1127.    ' setting how much red, green, and blue goes into each of the two
  1128.    '     colors
  1129.    red1% = Str$(HScroll1.Value) ' the amount of red in color one
  1130.    green1% = Str$(HScroll2.Value)
  1131.    blue1% = 0
  1132.    red2% = Str$(HScroll1.Value) ' the amount of red in color two
  1133.    green2% = Str$(HScroll2.Value)
  1134.    blue2% = 255
  1135.    ' cut the difference between the two colors into 100 pieces
  1136.    pat1 = (red2% - red1%) / 100
  1137.    pat2 = (green2% - green1%) / 100
  1138.    pat3 = (blue2% - blue1%) / 100
  1139.    ' set the c variables at the starting colors
  1140.    c1 = red1%
  1141.    c2 = green1%
  1142.    c3 = blue1%
  1143.    ' draw 100 different lines on the picturebox
  1144.    For i% = 1 To 100
  1145.        Picture3.Line (X%, 0)-(X% + x2, Y%), RGB(c1, c2, c3), BF
  1146.        X% = X% + x2 ' draw the next line one step up from the old step
  1147.        c1 = c1 + pat1 ' make the c variable equal 2 it's next step
  1148.        c2 = c2 + pat2
  1149.        c3 = c3 + pat3
  1150.    Next
  1151.   Label2.Caption = Str$(HScroll2.Value)
  1152.   Shape2.BackColor = RGB(HScroll1.Value, HScroll2.Value, HScroll3.Value)
  1153. End Sub
  1154. Private Sub HScroll3_Change()
  1155. Dim X%, x2!, Y%, i%, red1%, green1%, blue1%, red2%, green2%, blue2%, pat1!, pat2!, pat3!, c1!, c2!, c3!
  1156.    X% = 0
  1157.    ' find the length of the picturebox and cut it into 100 pieces
  1158.    x2 = Picture2.ScaleWidth / 100
  1159.    Y% = Picture2.ScaleHeight
  1160.    ' setting how much red, green, and blue goes into each of the two
  1161.    '     colors
  1162.    red1% = Str$(HScroll1.Value) ' the amount of red in color one
  1163.    green1% = 0
  1164.    blue1% = Str$(HScroll3.Value)
  1165.    red2% = Str$(HScroll1.Value) ' the amount of red in color two
  1166.    green2% = 255
  1167.    blue2% = Str$(HScroll3.Value)
  1168.    ' cut the difference between the two colors into 100 pieces
  1169.    pat1 = (red2% - red1%) / 100
  1170.    pat2 = (green2% - green1%) / 100
  1171.    pat3 = (blue2% - blue1%) / 100
  1172.    ' set the c variables at the starting colors
  1173.    c1 = red1%
  1174.    c2 = green1%
  1175.    c3 = blue1%
  1176.    ' draw 100 different lines on the picturebox
  1177.    For i% = 1 To 100
  1178.        Picture2.Line (X%, 0)-(X% + x2, Y%), RGB(c1, c2, c3), BF
  1179.        X% = X% + x2 ' draw the next line one step up from the old step
  1180.        c1 = c1 + pat1 ' make the c variable equal 2 it's next step
  1181.        c2 = c2 + pat2
  1182.        c3 = c3 + pat3
  1183.    Next
  1184.    X% = 0
  1185.    ' find the length of the picturebox and cut it into 100 pieces
  1186.    x2 = Picture1a.ScaleWidth / 100
  1187.    Y% = Picture1a.ScaleHeight
  1188.    ' setting how much red, green, and blue goes into each of the two
  1189.    '     colors
  1190.    red1% = 0 ' the amount of red in color one
  1191.    green1% = Str$(HScroll2.Value)
  1192.    blue1% = Str$(HScroll3.Value)
  1193.    red2% = 255 ' the amount of red in color two
  1194.    green2% = Str$(HScroll2.Value)
  1195.    blue2% = Str$(HScroll3.Value)
  1196.    ' cut the difference between the two colors into 100 pieces
  1197.    pat1 = (red2% - red1%) / 100
  1198.    pat2 = (green2% - green1%) / 100
  1199.    pat3 = (blue2% - blue1%) / 100
  1200.    ' set the c variables at the starting colors
  1201.    c1 = red1%
  1202.    c2 = green1%
  1203.    c3 = blue1%
  1204.    ' draw 100 different lines on the picturebox
  1205.    For i% = 1 To 100
  1206.        Picture1a.Line (X%, 0)-(X% + x2, Y%), RGB(c1, c2, c3), BF
  1207.        X% = X% + x2 ' draw the next line one step up from the old step
  1208.        c1 = c1 + pat1 ' make the c variable equal 2 it's next step
  1209.        c2 = c2 + pat2
  1210.        c3 = c3 + pat3
  1211.    Next
  1212.   Label3.Caption = Str$(HScroll3.Value)
  1213.   Shape2.BackColor = RGB(HScroll1.Value, HScroll2.Value, HScroll3.Value)
  1214. End Sub
  1215. Private Sub InsertColor2_Click()
  1216. Label8_Click
  1217. End Sub
  1218. Private Sub Label12_Click()
  1219. If List1.ListCount < 2 Then
  1220.   temp = MsgBox("You must have atleast 2 colors for the fade to work!", vbExclamation Or vbOKOnly, "Error")
  1221.   Exit Sub
  1222. End If
  1223. If Text4.Text = "" Then
  1224.   temp = MsgBox("You have to have text to fade!", vbExclamation Or vbOKOnly, "Error")
  1225.   Exit Sub
  1226. End If
  1227.   If Check1.Value = 1 Then
  1228.     Text5.Text = Text5.Text + "<b>"
  1229.   Else
  1230.     Text5.Text = Text5.Text
  1231.   End If
  1232.   If Check2.Value = 1 Then
  1233.     Text5.Text = Text5.Text + "<i>"
  1234.   Else
  1235.     Text5.Text = Text5.Text
  1236.   End If
  1237.   If Check3.Value = 1 Then
  1238.     Text5.Text = Text5.Text + "<u>"
  1239.   Else
  1240.     Text5.Text = Text5.Text
  1241.   End If
  1242.   If Check5.Value = 1 Then
  1243.     Command1_Click
  1244.   End If
  1245.   If Check6.Value = 1 Then
  1246.     Caps
  1247.   End If
  1248.   If Check7.Value = 1 Then
  1249.     Elite
  1250.   End If
  1251.     If Form1.AOption3.Value = True Then
  1252.   Dim ColorR As Double
  1253.   Dim ColorG As Double
  1254.   Dim ColorB As Double
  1255.   Dim NumColors As Double
  1256.   Dim NumFades As Double
  1257.   Dim NumLetters As Double
  1258.   Dim CurrFade As Integer
  1259.   Dim CurrLetter As String
  1260.   Dim LettersPerFade As Double
  1261.   Dim FadeLetter As Double
  1262.   Dim RDelta As Double
  1263.   Dim GDelta As Double
  1264.   Dim BDelta As Double
  1265.   NumColors = List1.ListCount
  1266.   NumFades = NumColors - 1
  1267.   NumLetters = Len(Text4.Text)
  1268.   ColorR = r(0)
  1269.   ColorG = g(0)
  1270.   ColorB = b(0)
  1271.   LettersPerFade = NumLetters / NumFades
  1272.   RDelta = (r(1) - r(0)) / LettersPerFade
  1273.   GDelta = (g(1) - g(0)) / LettersPerFade
  1274.   BDelta = (b(1) - b(0)) / LettersPerFade
  1275.   FadeLetter = 0
  1276.   CurrFade = 0
  1277.   Picture1.Cls
  1278.   Text5.Text = ""
  1279.   For Letter = 1 To NumLetters
  1280.     CurrLetter = Mid$(Text4.Text, Letter, 1)
  1281.     If ColorR > 255 Then ColorR = 255
  1282.     If ColorR < 0 Then ColorR = 0
  1283.     If ColorG > 255 Then ColorG = 255
  1284.     If ColorG < 0 Then ColorG = 0
  1285.     If ColorB > 255 Then ColorB = 255
  1286.     If ColorB < 0 Then ColorB = 0
  1287.     Picture1.ForeColor = RGB(Int(ColorR), Int(ColorG), Int(ColorB))
  1288.     Text5.Text = Text5.Text & "<#" & H2T(Int(ColorR)) & H2T(Int(ColorG)) & H2T(Int(ColorB)) & ">" & CurrLetter
  1289.     ColorR = ColorR + RDelta
  1290.     ColorG = ColorG + GDelta
  1291.     ColorB = ColorB + BDelta
  1292.     Picture1.Print CurrLetter;
  1293.     If FadeLetter >= LettersPerFade Then
  1294.       FadeLetter = FadeLetter - LettersPerFade
  1295.       CurrFade = CurrFade + 1
  1296.       RDelta = (r(CurrFade + 1) - r(CurrFade)) / LettersPerFade
  1297.       GDelta = (g(CurrFade + 1) - g(CurrFade)) / LettersPerFade
  1298.       BDelta = (b(CurrFade + 1) - b(CurrFade)) / LettersPerFade
  1299.       ColorR = r(CurrFade)
  1300.       ColorG = g(CurrFade)
  1301.       ColorB = b(CurrFade)
  1302.     Else
  1303.       FadeLetter = FadeLetter + 1
  1304.     End If
  1305.   Next Letter
  1306.   ElseIf Form1.AOption2.Value = True Then
  1307.   If List1.ListCount < 2 Then
  1308.   temp = MsgBox("You must have at least 2 colors in your list to fade!", vbExclamation Or vbOKOnly, "Warning!!!")
  1309.   Exit Sub
  1310. End If
  1311. If Text4.Text = "" Then
  1312.   temp = MsgBox("You must type a message to fade!", vbExclamation Or vbOKOnly, "Warning!!!")
  1313.   Exit Sub
  1314. End If
  1315.   NumColors = List1.ListCount
  1316.   NumFades = NumColors - 1
  1317.   NumLetters = Len(Text4.Text)
  1318.   ColorR = r(0)
  1319.   ColorG = g(0)
  1320.   ColorB = b(0)
  1321.   LettersPerFade = NumLetters / NumFades
  1322.   RDelta = (r(1) - r(0)) / LettersPerFade
  1323.   GDelta = (g(1) - g(0)) / LettersPerFade
  1324.   BDelta = (b(1) - b(0)) / LettersPerFade
  1325.   FadeLetter = 0
  1326.   CurrFade = 0
  1327.   Picture1.Cls
  1328.   Text5.Text = ""
  1329.   For Letter = 1 To NumLetters
  1330.     CurrLetter = Mid$(Text4.Text, Letter, 1)
  1331.     If ColorR > 255 Then ColorR = 255
  1332.     If ColorR < 0 Then ColorR = 0
  1333.     If ColorG > 255 Then ColorG = 255
  1334.     If ColorG < 0 Then ColorG = 0
  1335.     If ColorB > 255 Then ColorB = 255
  1336.     If ColorB < 0 Then ColorB = 0
  1337.     Picture1.ForeColor = RGB(Int(ColorR), Int(ColorG), Int(ColorB))
  1338.     Text5.Text = Text5.Text & "
  1339. [#" & H2T(Int(ColorR)) & H2T(Int(ColorG)) & H2T(Int(ColorB)) & CurrLetter
  1340.     ColorR = ColorR + RDelta
  1341.     ColorG = ColorG + GDelta
  1342.     ColorB = ColorB + BDelta
  1343.     Picture1.Print CurrLetter;
  1344.     If FadeLetter >= LettersPerFade Then
  1345.       FadeLetter = FadeLetter - LettersPerFade
  1346.       CurrFade = CurrFade + 1
  1347.       RDelta = (r(CurrFade + 1) - r(CurrFade)) / LettersPerFade
  1348.       GDelta = (g(CurrFade + 1) - g(CurrFade)) / LettersPerFade
  1349.       BDelta = (b(CurrFade + 1) - b(CurrFade)) / LettersPerFade
  1350.       ColorR = r(CurrFade)
  1351.       ColorG = g(CurrFade)
  1352.       ColorB = b(CurrFade)
  1353.     Else
  1354.       FadeLetter = FadeLetter + 1
  1355.     End If
  1356.   Next Letter
  1357.   Else
  1358.   If List1.ListCount < 2 Then
  1359.   temp = MsgBox("You must have at least 2 colors in your list to fade!", vbExclamation Or vbOKOnly, "Warning!!!")
  1360.   Exit Sub
  1361. End If
  1362. If Text4.Text = "" Then
  1363.   temp = MsgBox("You must type a message to fade!", vbExclamation Or vbOKOnly, "Warning!!!")
  1364.   Exit Sub
  1365. End If
  1366.   NumColors = List1.ListCount
  1367.   NumFades = NumColors - 1
  1368.   NumLetters = Len(Text4.Text)
  1369.   ColorR = r(0)
  1370.   ColorG = g(0)
  1371.   ColorB = b(0)
  1372.   LettersPerFade = NumLetters / NumFades
  1373.   RDelta = (r(1) - r(0)) / LettersPerFade
  1374.   GDelta = (g(1) - g(0)) / LettersPerFade
  1375.   BDelta = (b(1) - b(0)) / LettersPerFade
  1376.   FadeLetter = 0
  1377.   CurrFade = 0
  1378.   Picture1.Cls
  1379.   Text5.Text = ""
  1380.   For Letter = 1 To NumLetters
  1381.     CurrLetter = Mid$(Text4.Text, Letter, 1)
  1382.     If ColorR > 255 Then ColorR = 255
  1383.     If ColorR < 0 Then ColorR = 0
  1384.     If ColorG > 255 Then ColorG = 255
  1385.     If ColorG < 0 Then ColorG = 0
  1386.     If ColorB > 255 Then ColorB = 255
  1387.     If ColorB < 0 Then ColorB = 0
  1388.     Picture1.ForeColor = RGB(Int(ColorR), Int(ColorG), Int(ColorB))
  1389.     Text5.Text = Text5.Text & "<FONT COLOR=" & H2T(Int(ColorR)) & H2T(Int(ColorG)) & H2T(Int(ColorB)) & ">" & CurrLetter & "</FONT>"
  1390.     ColorR = ColorR + RDelta
  1391.     ColorG = ColorG + GDelta
  1392.     ColorB = ColorB + BDelta
  1393.     Picture1.Print CurrLetter;
  1394.     If FadeLetter >= LettersPerFade Then
  1395.       FadeLetter = FadeLetter - LettersPerFade
  1396.       CurrFade = CurrFade + 1
  1397.       RDelta = (r(CurrFade + 1) - r(CurrFade)) / LettersPerFade
  1398.       GDelta = (g(CurrFade + 1) - g(CurrFade)) / LettersPerFade
  1399.       BDelta = (b(CurrFade + 1) - b(CurrFade)) / LettersPerFade
  1400.       ColorR = r(CurrFade)
  1401.       ColorG = g(CurrFade)
  1402.       ColorB = b(CurrFade)
  1403.     Else
  1404.       FadeLetter = FadeLetter + 1
  1405.     End If
  1406.   Next Letter
  1407. End If
  1408. If Label13.Tag = "1" Then
  1409. Label12.Tag = Label12.Tag + 1
  1410. ElseIf Label13.Tag = "0" Then
  1411. Label12.Tag = Label13.Tag
  1412. End If
  1413. If Form1.ACheck2.Value = 1 Then
  1414.   If Label12.Tag = "1" Then
  1415.   Clipboard.SetText Text5.Text + "  http://fly.to/coolestfader/"
  1416.   Else
  1417.   Clipboard.SetText Text5.Text
  1418.   End If
  1419.     If Form1.ACheck1.Value = 1 Then
  1420.     Text4.Text = ""
  1421.     Text5.Text = ""
  1422.     End If
  1423. End If
  1424. WebBrowser1.Tag = 1
  1425. PowerUp
  1426. End Sub
  1427. Private Sub Label12_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  1428. Label12.ForeColor = &HFF00FF
  1429. Label5.ForeColor = &H0&
  1430. Label6.ForeColor = &H0&
  1431. Label7.ForeColor = &H0&
  1432. Label8.ForeColor = &H0&
  1433. Label9.ForeColor = &H0&
  1434. Label10.ForeColor = &H0&
  1435. Label11.ForeColor = &H0&
  1436. Label4.ForeColor = &H0&
  1437. Label13.ForeColor = &H0&
  1438. Label14.ForeColor = &H0&
  1439. Check1.ForeColor = &H0&
  1440. Check2.ForeColor = &H0&
  1441. Check3.ForeColor = &H0&
  1442. Check4.ForeColor = &H0&
  1443. Label15.ForeColor = &H0&
  1444. Check5.ForeColor = &H0&
  1445. Check6.ForeColor = &H0&
  1446. Label20.ForeColor = &H0&
  1447. End Sub
  1448. Private Sub Label13_Click()
  1449. Dim i As Integer
  1450. For i = 0 To List1.ListCount - 1
  1451. r(i) = ""
  1452. g(i) = ""
  1453. b(i) = ""
  1454. Next i
  1455. List1.Clear
  1456. HScroll1.Value = 255
  1457. HScroll2.Value = 0
  1458. HScroll3.Value = 0
  1459. Label4_Click
  1460. HScroll1.Value = 0
  1461. HScroll2.Value = 0
  1462. HScroll3.Value = 255
  1463. Label4_Click
  1464. HScroll1.Value = 0
  1465. HScroll2.Value = 255
  1466. HScroll3.Value = 0
  1467. Label4_Click
  1468. Text4.Text = "I am using " + Form1.Caption + " by Coolestmon!"
  1469. Label13.Tag = Label13.Tag + 1
  1470. Label12_Click
  1471. Label13.Tag = Label13.Tag - 1
  1472. End Sub
  1473. Private Sub Label13_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  1474. Label13.ForeColor = &HFF&
  1475. Label5.ForeColor = &H0&
  1476. Label6.ForeColor = &H0&
  1477. Label7.ForeColor = &H0&
  1478. Label8.ForeColor = &H0&
  1479. Label9.ForeColor = &H0&
  1480. Label10.ForeColor = &H0&
  1481. Label11.ForeColor = &H0&
  1482. Label12.ForeColor = &H0&
  1483. Label4.ForeColor = &H0&
  1484. Label14.ForeColor = &H0&
  1485. Check1.ForeColor = &H0&
  1486. Check2.ForeColor = &H0&
  1487. Check3.ForeColor = &H0&
  1488. Check4.ForeColor = &H0&
  1489. Label15.ForeColor = &H0&
  1490. Check5.ForeColor = &H0&
  1491. Check6.ForeColor = &H0&
  1492. Label20.ForeColor = &H0&
  1493. End Sub
  1494. Private Sub Label14_Click()
  1495. If MsgBox("Are you sure you want to exit?", vbYesNo, "Exit") = vbNo Then
  1496. Exit Sub
  1497. End If
  1498. End Sub
  1499. Private Sub Label19_Click()
  1500. Dim X%, x2!, Y%, i%, red1%, green1%, blue1%, red2%, green2%, blue2%, pat1!, pat2!, pat3!, c1!, c2!, c3!
  1501.    X% = 0
  1502.    ' find the length of the picturebox and cut it into 100 pieces
  1503.    x2 = Picture1a.ScaleWidth / 100
  1504.    Y% = Picture1a.ScaleHeight
  1505.    ' setting how much red, green, and blue goes into each of the two
  1506.    '     colors
  1507.    red1% = 0 ' the amount of red in color one
  1508.    green1% = Str$(HScroll2.Value)
  1509.    blue1% = Str$(HScroll3.Value)
  1510.    red2% = 255 ' the amount of red in color two
  1511.    green2% = Str$(HScroll2.Value)
  1512.    blue2% = Str$(HScroll3.Value)
  1513.    ' cut the difference between the two colors into 100 pieces
  1514.    pat1 = (red2% - red1%) / 100
  1515.    pat2 = (green2% - green1%) / 100
  1516.    pat3 = (blue2% - blue1%) / 100
  1517.    ' set the c variables at the starting colors
  1518.    c1 = red1%
  1519.    c2 = green1%
  1520.    c3 = blue1%
  1521.    ' draw 100 different lines on the picturebox
  1522.    For i% = 1 To 100
  1523.        Picture1a.Line (X%, 0)-(X% + x2, Y%), RGB(c1, c2, c3), BF
  1524.        X% = X% + x2 ' draw the next line one step up from the old step
  1525.        c1 = c1 + pat1 ' make the c variable equal 2 it's next step
  1526.        c2 = c2 + pat2
  1527.        c3 = c3 + pat3
  1528.    Next
  1529.    X% = 0
  1530.    ' find the length of the picturebox and cut it into 100 pieces
  1531.    x2 = Picture2.ScaleWidth / 100
  1532.    Y% = Picture2.ScaleHeight
  1533.    ' setting how much red, green, and blue goes into each of the two
  1534.    '     colors
  1535.    red1% = Str$(HScroll1.Value) ' the amount of red in color one
  1536.    green1% = 0
  1537.    blue1% = Str$(HScroll3.Value)
  1538.    red2% = Str$(HScroll1.Value) ' the amount of red in color two
  1539.    green2% = 255
  1540.    blue2% = Str$(HScroll3.Value)
  1541.    ' cut the difference between the two colors into 100 pieces
  1542.    pat1 = (red2% - red1%) / 100
  1543.    pat2 = (green2% - green1%) / 100
  1544.    pat3 = (blue2% - blue1%) / 100
  1545.    ' set the c variables at the starting colors
  1546.    c1 = red1%
  1547.    c2 = green1%
  1548.    c3 = blue1%
  1549.    ' draw 100 different lines on the picturebox
  1550.    For i% = 1 To 100
  1551.        Picture2.Line (X%, 0)-(X% + x2, Y%), RGB(c1, c2, c3), BF
  1552.        X% = X% + x2 ' draw the next line one step up from the old step
  1553.        c1 = c1 + pat1 ' make the c variable equal 2 it's next step
  1554.        c2 = c2 + pat2
  1555.        c3 = c3 + pat3
  1556.    Next
  1557.    X% = 0
  1558.    ' find the length of the picturebox and cut it into 100 pieces
  1559.    x2 = Picture3.ScaleWidth / 100
  1560.    Y% = Picture3.ScaleHeight
  1561.    ' setting how much red, green, and blue goes into each of the two
  1562.    '     colors
  1563.    red1% = Str$(HScroll1.Value) ' the amount of red in color one
  1564.    green1% = Str$(HScroll2.Value)
  1565.    blue1% = 0
  1566.    red2% = Str$(HScroll1.Value) ' the amount of red in color two
  1567.    green2% = Str$(HScroll2.Value)
  1568.    blue2% = 255
  1569.    ' cut the difference between the two colors into 100 pieces
  1570.    pat1 = (red2% - red1%) / 100
  1571.    pat2 = (green2% - green1%) / 100
  1572.    pat3 = (blue2% - blue1%) / 100
  1573.    ' set the c variables at the starting colors
  1574.    c1 = red1%
  1575.    c2 = green1%
  1576.    c3 = blue1%
  1577.    ' draw 100 different lines on the picturebox
  1578.    For i% = 1 To 100
  1579.        Picture3.Line (X%, 0)-(X% + x2, Y%), RGB(c1, c2, c3), BF
  1580.        X% = X% + x2 ' draw the next line one step up from the old step
  1581.        c1 = c1 + pat1 ' make the c variable equal 2 it's next step
  1582.        c2 = c2 + pat2
  1583.        c3 = c3 + pat3
  1584.    Next
  1585. Command2_Click
  1586. End Sub
  1587. Private Sub Label19_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  1588. Label19.ForeColor = &HFFFF&
  1589. Label4.ForeColor = &H0&
  1590. Label6.ForeColor = &H0&
  1591. Label7.ForeColor = &H0&
  1592. Label8.ForeColor = &H0&
  1593. Label9.ForeColor = &H0&
  1594. Label10.ForeColor = &H0&
  1595. Label11.ForeColor = &H0&
  1596. Label12.ForeColor = &H0&
  1597. Label13.ForeColor = &H0&
  1598. Label14.ForeColor = &H0&
  1599. Check1.ForeColor = &H0&
  1600. Check2.ForeColor = &H0&
  1601. Check3.ForeColor = &H0&
  1602. Check4.ForeColor = &H0&
  1603. Label15.ForeColor = &H0&
  1604. Check5.ForeColor = &H0&
  1605. Check6.ForeColor = &H0&
  1606. Label5.ForeColor = &H0&
  1607. Label20.ForeColor = &H0&
  1608. End Sub
  1609. Private Sub Label20_Click()
  1610. Form1.WindowState = 1
  1611. End Sub
  1612. Private Sub Label20_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  1613. Label20.ForeColor = &HFF0000
  1614. Label5.ForeColor = &H0&
  1615. Label6.ForeColor = &H0&
  1616. Label7.ForeColor = &H0&
  1617. Label8.ForeColor = &H0&
  1618. Label9.ForeColor = &H0&
  1619. Label10.ForeColor = &H0&
  1620. Label11.ForeColor = &H0&
  1621. Label12.ForeColor = &H0&
  1622. Label13.ForeColor = &H0&
  1623. Label4.ForeColor = &H0&
  1624. Check1.ForeColor = &H0&
  1625. Check2.ForeColor = &H0&
  1626. Check3.ForeColor = &H0&
  1627. Check4.ForeColor = &H0&
  1628. Label15.ForeColor = &H0&
  1629. Check5.ForeColor = &H0&
  1630. Check6.ForeColor = &H0&
  1631. Label19.ForeColor = &H0&
  1632. Label14.ForeColor = &H0&
  1633. End Sub
  1634. Private Sub Label34_Click()
  1635. End Sub
  1636. Private Sub Label28_Click()
  1637. End Sub
  1638. Private Sub Label23_Click()
  1639. End Sub
  1640. Private Sub List1_Click()
  1641. If List1.ListIndex < 0 Then
  1642. Exit Sub
  1643. List2.ListIndex = List1.ListIndex
  1644. End If
  1645. If List1.ListIndex < 0 Then
  1646. Exit Sub
  1647. li = List1.ListIndex
  1648. HScroll1.Value = r(li)
  1649. HScroll2.Value = g(li)
  1650. HScroll3.Value = b(li)
  1651. End If
  1652. End Sub
  1653. Private Sub List1_ItemCheck(Item As Integer)
  1654. List1_Click
  1655. End Sub
  1656. Private Sub List1_KeyDown(KeyCode As Integer, Shift As Integer)
  1657. If List1.ListIndex < 1 Then
  1658. Exit Sub
  1659. List2.ListIndex = List1.ListIndex
  1660. End If
  1661. If List1.ListIndex < 0 Then
  1662. Exit Sub
  1663. li = List1.ListIndex
  1664. HScroll1.Value = r(li)
  1665. HScroll2.Value = g(li)
  1666. HScroll3.Value = b(li)
  1667. End If
  1668. End Sub
  1669. Private Sub List1_KeyPress(KeyAscii As Integer)
  1670. If List1.ListIndex < 1 Then
  1671. Exit Sub
  1672. List2.ListIndex = List1.ListIndex
  1673. End If
  1674. If List1.ListIndex < 0 Then
  1675. Exit Sub
  1676. li = List1.ListIndex
  1677. HScroll1.Value = r(li)
  1678. HScroll2.Value = g(li)
  1679. HScroll3.Value = b(li)
  1680. End If
  1681. End Sub
  1682. Private Sub List1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
  1683. If Button = 2 Then Me.PopupMenu FadeMenu
  1684. End Sub
  1685. Private Sub List1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  1686. If List1.ListIndex < 1 Then
  1687. Exit Sub
  1688. List2.ListIndex = List1.ListIndex
  1689. End If
  1690. End Sub
  1691. Private Sub List5_Click()
  1692. End Sub
  1693. Private Sub Picture1a_Click()
  1694. HScroll1.SetFocus
  1695. End Sub
  1696. Private Sub Picture2_Click()
  1697. HScroll2.SetFocus
  1698. End Sub
  1699. Private Sub Picture3_Click()
  1700. HScroll3.SetFocus
  1701. End Sub
  1702. Private Sub RemoveColor2_Click()
  1703. Label5_Click
  1704. End Sub
  1705. Private Sub ReplaceColor2_Click()
  1706. Label6_Click
  1707. End Sub
  1708. Private Sub Timer1_Timer()
  1709. Label19_Click
  1710. Timer1.Enabled = False
  1711. End Sub
  1712. Private Sub AboutT_Click()
  1713. Form1.TabStrip1.SelectedItem.Index = 5
  1714. End Sub
  1715. Private Sub AFrame1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  1716. Label4.ForeColor = &H0&
  1717. Label5.ForeColor = &H0&
  1718. Label6.ForeColor = &H0&
  1719. Label7.ForeColor = &H0&
  1720. Label8.ForeColor = &H0&
  1721. Label9.ForeColor = &H0&
  1722. Label10.ForeColor = &H0&
  1723. Label11.ForeColor = &H0&
  1724. Label12.ForeColor = &H0&
  1725. Label13.ForeColor = &H0&
  1726. Label14.ForeColor = &H0&
  1727. Check1.ForeColor = &H0&
  1728. Check2.ForeColor = &H0&
  1729. Check3.ForeColor = &H0&
  1730. Check4.ForeColor = &H0&
  1731. Label15.ForeColor = &H0&
  1732. Check5.ForeColor = &H0&
  1733. Check6.ForeColor = &H0&
  1734. AOption1.ForeColor = &H0&
  1735. AOption2.ForeColor = &H0&
  1736. AOption3.ForeColor = &H0&
  1737. ACheck1.ForeColor = &H0&
  1738. ACheck2.ForeColor = &H0&
  1739. Label20.ForeColor = &H0&
  1740. End Sub
  1741. Private Sub AFrame2_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  1742. Label4.ForeColor = &H0&
  1743. Label5.ForeColor = &H0&
  1744. Label6.ForeColor = &H0&
  1745. Label7.ForeColor = &H0&
  1746. Label8.ForeColor = &H0&
  1747. Label9.ForeColor = &H0&
  1748. Label10.ForeColor = &H0&
  1749. Label11.ForeColor = &H0&
  1750. Label12.ForeColor = &H0&
  1751. Label13.ForeColor = &H0&
  1752. Label14.ForeColor = &H0&
  1753. Check1.ForeColor = &H0&
  1754. Check2.ForeColor = &H0&
  1755. Check3.ForeColor = &H0&
  1756. Check4.ForeColor = &H0&
  1757. Label15.ForeColor = &H0&
  1758. Check5.ForeColor = &H0&
  1759. Check6.ForeColor = &H0&
  1760. AOption1.ForeColor = &H0&
  1761. AOption2.ForeColor = &H0&
  1762. AOption3.ForeColor = &H0&
  1763. ACheck1.ForeColor = &H0&
  1764. ACheck2.ForeColor = &H0&
  1765. Label20.ForeColor = &H0&
  1766. End Sub
  1767. Private Sub AOption1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  1768. AOption1.ForeColor = &HFFFF00
  1769. AOption2.ForeColor = &H0&
  1770. AOption3.ForeColor = &H0&
  1771. ACheck1.ForeColor = &H0&
  1772. ACheck2.ForeColor = &H0&
  1773. End Sub
  1774. Private Sub AOption2_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  1775. AOption2.ForeColor = &HFFFF00
  1776. AOption3.ForeColor = &H0&
  1777. AOption1.ForeColor = &H0&
  1778. ACheck1.ForeColor = &H0&
  1779. ACheck2.ForeColor = &H0&
  1780. End Sub
  1781. Private Sub AOption3_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  1782. AOption3.ForeColor = &HFFFF00
  1783. AOption2.ForeColor = &H0&
  1784. AOption1.ForeColor = &H0&
  1785. ACheck1.ForeColor = &H0&
  1786. ACheck2.ForeColor = &H0&
  1787. End Sub
  1788. Private Sub ACheck1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  1789. AOption1.ForeColor = &H0&
  1790. AOption2.ForeColor = &H0&
  1791. AOption3.ForeColor = &H0&
  1792. ACheck1.ForeColor = &HFF00&
  1793. ACheck2.ForeColor = &H0&
  1794. End Sub
  1795. Private Sub ACheck2_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  1796. AOption1.ForeColor = &H0&
  1797. AOption2.ForeColor = &H0&
  1798. AOption3.ForeColor = &H0&
  1799. ACheck2.ForeColor = &HFF00&
  1800. ACheck1.ForeColor = &H0&
  1801. End Sub
  1802. Private Sub Check1_Click()
  1803.   Picture1.Font.Bold = Check1.Value
  1804. End Sub
  1805. Private Sub Check1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  1806. Label4.ForeColor = &H0&
  1807. Label5.ForeColor = &H0&
  1808. Label6.ForeColor = &H0&
  1809. Label7.ForeColor = &H0&
  1810. Label8.ForeColor = &H0&
  1811. Label9.ForeColor = &H0&
  1812. Label10.ForeColor = &H0&
  1813. Label11.ForeColor = &H0&
  1814. Label12.ForeColor = &H0&
  1815. Label13.ForeColor = &H0&
  1816. Label14.ForeColor = &H0&
  1817. Check1.ForeColor = &HFF00&
  1818. Check2.ForeColor = &H0&
  1819. Check3.ForeColor = &H0&
  1820. Check4.ForeColor = &H0&
  1821. Label15.ForeColor = &H0&
  1822. Check5.ForeColor = &H0&
  1823. Check6.ForeColor = &H0&
  1824. AOption1.ForeColor = &H0&
  1825. AOption2.ForeColor = &H0&
  1826. AOption3.ForeColor = &H0&
  1827. ACheck1.ForeColor = &H0&
  1828. ACheck2.ForeColor = &H0&
  1829. End Sub
  1830. Private Sub Check2_Click()
  1831.   Picture1.Font.Italic = Check2.Value
  1832. End Sub
  1833. Private Sub Check2_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  1834. Label4.ForeColor = &H0&
  1835. Label5.ForeColor = &H0&
  1836. Label6.ForeColor = &H0&
  1837. Label7.ForeColor = &H0&
  1838. Label8.ForeColor = &H0&
  1839. Label9.ForeColor = &H0&
  1840. Label10.ForeColor = &H0&
  1841. Label11.ForeColor = &H0&
  1842. Label12.ForeColor = &H0&
  1843. Label13.ForeColor = &H0&
  1844. Label14.ForeColor = &H0&
  1845. Check2.ForeColor = &HFF00&
  1846. Check1.ForeColor = &H0&
  1847. Check3.ForeColor = &H0&
  1848. Check4.ForeColor = &H0&
  1849. Label15.ForeColor = &H0&
  1850. Check5.ForeColor = &H0&
  1851. Check6.ForeColor = &H0&
  1852. AOption1.ForeColor = &H0&
  1853. AOption2.ForeColor = &H0&
  1854. AOption3.ForeColor = &H0&
  1855. ACheck1.ForeColor = &H0&
  1856. ACheck2.ForeColor = &H0&
  1857. End Sub
  1858. Private Sub Check3_Click()
  1859.   Picture1.Font.Underline = Check3.Value
  1860. End Sub
  1861. Private Sub Check3_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  1862. Label4.ForeColor = &H0&
  1863. Label5.ForeColor = &H0&
  1864. Label6.ForeColor = &H0&
  1865. Label7.ForeColor = &H0&
  1866. Label8.ForeColor = &H0&
  1867. Label9.ForeColor = &H0&
  1868. Label10.ForeColor = &H0&
  1869. Label11.ForeColor = &H0&
  1870. Label12.ForeColor = &H0&
  1871. Label13.ForeColor = &H0&
  1872. Label14.ForeColor = &H0&
  1873. Check3.ForeColor = &HFF00&
  1874. Check2.ForeColor = &H0&
  1875. Check1.ForeColor = &H0&
  1876. Check4.ForeColor = &H0&
  1877. Label15.ForeColor = &H0&
  1878. Check5.ForeColor = &H0&
  1879. Check6.ForeColor = &H0&
  1880. AOption1.ForeColor = &H0&
  1881. AOption2.ForeColor = &H0&
  1882. AOption3.ForeColor = &H0&
  1883. ACheck1.ForeColor = &H0&
  1884. ACheck2.ForeColor = &H0&
  1885. End Sub
  1886. Private Sub Check4_Click()
  1887. If Check4.Value = 0 Then
  1888. Notontop Me
  1889. Ontop Me
  1890. End If
  1891. End Sub
  1892. Private Sub Check4_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  1893. Label4.ForeColor = &H0&
  1894. Label5.ForeColor = &H0&
  1895. Label6.ForeColor = &H0&
  1896. Label7.ForeColor = &H0&
  1897. Label8.ForeColor = &H0&
  1898. Label9.ForeColor = &H0&
  1899. Label10.ForeColor = &H0&
  1900. Label11.ForeColor = &H0&
  1901. Label12.ForeColor = &H0&
  1902. Label13.ForeColor = &H0&
  1903. Label14.ForeColor = &H0&
  1904. Check4.ForeColor = &HFF00&
  1905. Check2.ForeColor = &H0&
  1906. Check3.ForeColor = &H0&
  1907. Check1.ForeColor = &H0&
  1908. Label15.ForeColor = &H0&
  1909. Check5.ForeColor = &H0&
  1910. Check6.ForeColor = &H0&
  1911. AOption1.ForeColor = &H0&
  1912. AOption2.ForeColor = &H0&
  1913. AOption3.ForeColor = &H0&
  1914. ACheck1.ForeColor = &H0&
  1915. ACheck2.ForeColor = &H0&
  1916. End Sub
  1917. Private Sub Check5_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  1918. Label4.ForeColor = &H0&
  1919. Label5.ForeColor = &H0&
  1920. Label6.ForeColor = &H0&
  1921. Label7.ForeColor = &H0&
  1922. Label8.ForeColor = &H0&
  1923. Label9.ForeColor = &H0&
  1924. Label10.ForeColor = &H0&
  1925. Label11.ForeColor = &H0&
  1926. Label12.ForeColor = &H0&
  1927. Label13.ForeColor = &H0&
  1928. Label14.ForeColor = &H0&
  1929. Check1.ForeColor = &H0&
  1930. Check2.ForeColor = &H0&
  1931. Check3.ForeColor = &H0&
  1932. Check4.ForeColor = &H0&
  1933. Label15.ForeColor = &H0&
  1934. Check5.ForeColor = &HFF00&
  1935. Check6.ForeColor = &H0&
  1936. AOption1.ForeColor = &H0&
  1937. AOption2.ForeColor = &H0&
  1938. AOption3.ForeColor = &H0&
  1939. ACheck1.ForeColor = &H0&
  1940. ACheck2.ForeColor = &H0&
  1941. End Sub
  1942. Private Sub Check6_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  1943. Label4.ForeColor = &H0&
  1944. Label5.ForeColor = &H0&
  1945. Label6.ForeColor = &H0&
  1946. Label7.ForeColor = &H0&
  1947. Label8.ForeColor = &H0&
  1948. Label9.ForeColor = &H0&
  1949. Label10.ForeColor = &H0&
  1950. Label11.ForeColor = &H0&
  1951. Label12.ForeColor = &H0&
  1952. Label13.ForeColor = &H0&
  1953. Label14.ForeColor = &H0&
  1954. Check1.ForeColor = &H0&
  1955. Check2.ForeColor = &H0&
  1956. Check3.ForeColor = &H0&
  1957. Check4.ForeColor = &H0&
  1958. Label15.ForeColor = &H0&
  1959. Check6.ForeColor = &HFF00&
  1960. Check5.ForeColor = &H0&
  1961. AOption1.ForeColor = &H0&
  1962. AOption2.ForeColor = &H0&
  1963. AOption3.ForeColor = &H0&
  1964. ACheck1.ForeColor = &H0&
  1965. ACheck2.ForeColor = &H0&
  1966. Check7.ForeColor = &H0&
  1967. End Sub
  1968. Private Sub Command1_Click()
  1969. strin$ = Text4.Text
  1970. For i% = 1 To Len(strin$)
  1971. stringy$ = Mid$(strin$, i%, 1)
  1972. final$ = stringy$ + final$
  1973. Next i%
  1974. Text4.Text = final$
  1975. End Sub
  1976. Private Sub CreditsT_Click()
  1977. TabStrip1.SelectedItem.Index = 4
  1978. End Sub
  1979. Private Sub Exit_Click()
  1980. End Sub
  1981. Private Sub Fade_Click()
  1982. Label12_Click
  1983. End Sub
  1984. Private Sub FadeT_Click()
  1985. TabStrip1.SelectedItem.Index = 1
  1986. End Sub
  1987. Private Sub Form_Load()
  1988.   Dim TempH2T(15) As String
  1989.   Dim HexIndex As Integer
  1990.   TempH2T$(0) = "0"
  1991.   TempH2T$(1) = "1"
  1992.   TempH2T$(2) = "2"
  1993.   TempH2T$(3) = "3"
  1994.   TempH2T$(4) = "4"
  1995.   TempH2T$(5) = "5"
  1996.   TempH2T$(6) = "6"
  1997.   TempH2T$(7) = "7"
  1998.   TempH2T$(8) = "8"
  1999.   TempH2T$(9) = "9"
  2000.   TempH2T$(10) = "A"
  2001.   TempH2T$(11) = "B"
  2002.   TempH2T$(12) = "C"
  2003.   TempH2T$(13) = "D"
  2004.   TempH2T$(14) = "E"
  2005.   TempH2T$(15) = "F"
  2006.   For HexIndex = 0 To 255
  2007.     H2T(HexIndex) = TempH2T(Int(HexIndex / 16)) & TempH2T(HexIndex And 15)
  2008.   Next HexIndex
  2009. PowerStart
  2010. If Len(Text4.Text) > 0 Then
  2011.   If List1.ListCount > 1 Then
  2012.   Label12_Click
  2013.   End If
  2014. End If
  2015. s(0) = "
  2016. s(1) = "
  2017. s(2) = "b"
  2018. s(3) = "<"
  2019. s(4) = "c|"
  2020. s(5) = "
  2021. s(6) = "f"
  2022. s(7) = "9"
  2023. s(8) = "h"
  2024. s(9) = "
  2025. s(10) = "j"
  2026. s(11) = "|<"
  2027. s(12) = "|_"
  2028. s(13) = "/x\"
  2029. s(14) = "|\|"
  2030. s(15) = "0"
  2031. s(16) = "p"
  2032. s(17) = "q"
  2033. s(18) = "r"
  2034. s(19) = "_/
  2035. s(20) = "-|-"
  2036. s(21) = "
  2037. s(22) = "\/"
  2038. s(23) = "\/\/"
  2039. s(24) = "
  2040. s(25) = "
  2041. s(26) = "
  2042. s(27) = "
  2043. s(28) = "
  2044. s(29) = "
  2045. s(30) = "|}"
  2046. s(31) = "
  2047. s(32) = "F"
  2048. s(33) = "G"
  2049. s(34) = "|-|"
  2050. s(35) = "I"
  2051. s(36) = "J"
  2052. s(37) = "]<"
  2053. s(38) = "]_"
  2054. s(39) = "/\/\"
  2055. s(40) = "|\|"
  2056. s(41) = "{}"
  2057. s(42) = "P"
  2058. s(43) = "
  2059. s(44) = "|2"
  2060. s(45) = "
  2061. s(46) = "
  2062. s(47) = "|_|"
  2063. s(48) = "\/"
  2064. s(49) = "\x/"
  2065. s(50) = "><"
  2066. s(51) = "
  2067. s(52) = "
  2068. End Sub
  2069. Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  2070. Label4.ForeColor = &H0&
  2071. Label5.ForeColor = &H0&
  2072. Label6.ForeColor = &H0&
  2073. Label7.ForeColor = &H0&
  2074. Label8.ForeColor = &H0&
  2075. Label9.ForeColor = &H0&
  2076. Label12.ForeColor = &H0&
  2077. Label13.ForeColor = &H0&
  2078. Label14.ForeColor = &H0&
  2079. Check1.ForeColor = &H0&
  2080. Check2.ForeColor = &H0&
  2081. Check3.ForeColor = &H0&
  2082. Check4.ForeColor = &H0&
  2083. Label15.ForeColor = &H0&
  2084. Check5.ForeColor = &H0&
  2085. Check6.ForeColor = &H0&
  2086. Label19.ForeColor = &H0&
  2087. Label20.ForeColor = &H0&
  2088. End Sub
  2089. Private Sub Form_Terminate()
  2090. PowerUp
  2091. End Sub
  2092. Private Sub Form_Unload(Cancel As Integer)
  2093. PowerUp
  2094. End Sub
  2095. Private Sub Frame1_MouseMove(Index As Integer, Button As Integer, Shift As Integer, X As Single, Y As Single)
  2096. Label4.ForeColor = &H0&
  2097. Label5.ForeColor = &H0&
  2098. Label6.ForeColor = &H0&
  2099. Label7.ForeColor = &H0&
  2100. Label8.ForeColor = &H0&
  2101. Label9.ForeColor = &H0&
  2102. Label10.ForeColor = &H0&
  2103. Label11.ForeColor = &H0&
  2104. Label12.ForeColor = &H0&
  2105. Label13.ForeColor = &H0&
  2106. Label14.ForeColor = &H0&
  2107. Check1.ForeColor = &H0&
  2108. Check2.ForeColor = &H0&
  2109. Check3.ForeColor = &H0&
  2110. Check4.ForeColor = &H0&
  2111. Label15.ForeColor = &H0&
  2112. Check5.ForeColor = &H0&
  2113. Check6.ForeColor = &H0&
  2114. AOption1.ForeColor = &H0&
  2115. AOption2.ForeColor = &H0&
  2116. AOption3.ForeColor = &H0&
  2117. ACheck1.ForeColor = &H0&
  2118. ACheck2.ForeColor = &H0&
  2119. Label19.ForeColor = &H0&
  2120. Label20.ForeColor = &H0&
  2121. Check7.ForeColor = &H0&
  2122. End Sub
  2123. Private Sub Frame2_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  2124. Label4.ForeColor = &H0&
  2125. Label5.ForeColor = &H0&
  2126. Label6.ForeColor = &H0&
  2127. Label7.ForeColor = &H0&
  2128. Label8.ForeColor = &H0&
  2129. Label9.ForeColor = &H0&
  2130. Label10.ForeColor = &H0&
  2131. Label11.ForeColor = &H0&
  2132. Label12.ForeColor = &H0&
  2133. Label13.ForeColor = &H0&
  2134. Label14.ForeColor = &H0&
  2135. Check1.ForeColor = &H0&
  2136. Check2.ForeColor = &H0&
  2137. Check3.ForeColor = &H0&
  2138. Check4.ForeColor = &H0&
  2139. Label15.ForeColor = &H0&
  2140. Check5.ForeColor = &H0&
  2141. Check6.ForeColor = &H0&
  2142. AOption1.ForeColor = &H0&
  2143. AOption2.ForeColor = &H0&
  2144. AOption3.ForeColor = &H0&
  2145. ACheck1.ForeColor = &H0&
  2146. ACheck2.ForeColor = &H0&
  2147. Label19.ForeColor = &H0&
  2148. Label20.ForeColor = &H0&
  2149. Check7.ForeColor = &H0&
  2150. End Sub
  2151. Private Sub HScroll1_Scroll()
  2152.   Label1.Caption = Str$(HScroll1.Value)
  2153.   Shape2.BackColor = RGB(HScroll1.Value, HScroll2.Value, HScroll3.Value)
  2154.   HScroll1_Change
  2155. End Sub
  2156. Private Sub HScroll2_Scroll()
  2157.   Label2.Caption = Str$(HScroll2.Value)
  2158.   Shape2.BackColor = RGB(HScroll1.Value, HScroll2.Value, HScroll3.Value)
  2159.   HScroll2_Change
  2160. End Sub
  2161. Private Sub HScroll3_Scroll()
  2162.   Label3.Caption = Str$(HScroll3.Value)
  2163.   Shape2.BackColor = RGB(HScroll1.Value, HScroll2.Value, HScroll3.Value)
  2164.   HScroll3_Change
  2165. End Sub
  2166. Private Sub Label10_Click()
  2167. Form2.Hide
  2168. Form1.Show
  2169. End Sub
  2170. Private Sub Label10_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  2171. Label10.ForeColor = &HFF&
  2172. Label5.ForeColor = &H0&
  2173. Label6.ForeColor = &H0&
  2174. Label7.ForeColor = &H0&
  2175. Label8.ForeColor = &H0&
  2176. Label9.ForeColor = &H0&
  2177. Label4.ForeColor = &H0&
  2178. Label11.ForeColor = &H0&
  2179. Label12.ForeColor = &H0&
  2180. Label13.ForeColor = &H0&
  2181. Label14.ForeColor = &H0&
  2182. Check1.ForeColor = &H0&
  2183. Check2.ForeColor = &H0&
  2184. Check3.ForeColor = &H0&
  2185. Check4.ForeColor = &H0&
  2186. Label15.ForeColor = &H0&
  2187. Check5.ForeColor = &H0&
  2188. Check6.ForeColor = &H0&
  2189. Label19.ForeColor = &H0&
  2190. Label20.ForeColor = &H0&
  2191. End Sub
  2192. Private Sub Label11_Click()
  2193. Form2.Hide
  2194. Form3.Show
  2195. End Sub
  2196. Private Sub Label11_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  2197. Label11.ForeColor = &HFF&
  2198. Label5.ForeColor = &H0&
  2199. Label6.ForeColor = &H0&
  2200. Label7.ForeColor = &H0&
  2201. Label8.ForeColor = &H0&
  2202. Label9.ForeColor = &H0&
  2203. Label10.ForeColor = &H0&
  2204. Label4.ForeColor = &H0&
  2205. Label12.ForeColor = &H0&
  2206. Label13.ForeColor = &H0&
  2207. Label14.ForeColor = &H0&
  2208. Check1.ForeColor = &H0&
  2209. Check2.ForeColor = &H0&
  2210. Check3.ForeColor = &H0&
  2211. Check4.ForeColor = &H0&
  2212. Label15.ForeColor = &H0&
  2213. Check5.ForeColor = &H0&
  2214. Check6.ForeColor = &H0&
  2215. Label19.ForeColor = &H0&
  2216. Label20.ForeColor = &H0&
  2217. End Sub
  2218. Private Sub Label14_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  2219. Label14.ForeColor = &HFF0000
  2220. Label5.ForeColor = &H0&
  2221. Label6.ForeColor = &H0&
  2222. Label7.ForeColor = &H0&
  2223. Label8.ForeColor = &H0&
  2224. Label9.ForeColor = &H0&
  2225. Label10.ForeColor = &H0&
  2226. Label11.ForeColor = &H0&
  2227. Label12.ForeColor = &H0&
  2228. Label13.ForeColor = &H0&
  2229. Label4.ForeColor = &H0&
  2230. Check1.ForeColor = &H0&
  2231. Check2.ForeColor = &H0&
  2232. Check3.ForeColor = &H0&
  2233. Check4.ForeColor = &H0&
  2234. Label15.ForeColor = &H0&
  2235. Check5.ForeColor = &H0&
  2236. Check6.ForeColor = &H0&
  2237. Label19.ForeColor = &H0&
  2238. Label20.ForeColor = &H0&
  2239. End Sub
  2240. Private Sub Label15_Click()
  2241. Ret = Shell("Start.exe " & "http://www.fly.to/coolestfader/", 0)
  2242. End Sub
  2243. Private Sub Label15_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  2244. Label4.ForeColor = &H0&
  2245. Label5.ForeColor = &H0&
  2246. Label6.ForeColor = &H0&
  2247. Label7.ForeColor = &H0&
  2248. Label8.ForeColor = &H0&
  2249. Label9.ForeColor = &H0&
  2250. Label10.ForeColor = &H0&
  2251. Label11.ForeColor = &H0&
  2252. Label12.ForeColor = &H0&
  2253. Label13.ForeColor = &H0&
  2254. Label14.ForeColor = &H0&
  2255. Check1.ForeColor = &H0&
  2256. Check2.ForeColor = &H0&
  2257. Check3.ForeColor = &H0&
  2258. Check4.ForeColor = &H0&
  2259. Label15.ForeColor = &HFFFF&
  2260. Check5.ForeColor = &H0&
  2261. Check6.ForeColor = &H0&
  2262. Label20.ForeColor = &H0&
  2263. End Sub
  2264. Private Sub Label4_Click()
  2265. If List1.ListCount > 255 Then
  2266. MsgBox "Too many colors!", 48, "Error"
  2267. Exit Sub
  2268.  List2.AddItem Str$(HScroll1.Value) + "," + Str$(HScroll2.Value) + "," + Str$(HScroll3.Value)
  2269.   List2.ListIndex = List2.ListCount - 1
  2270.   li = List2.ListCount - 1
  2271.   r(li) = HScroll1.Value
  2272.   g(li) = HScroll2.Value
  2273.   b(li) = HScroll3.Value
  2274.  List1.AddItem Str$(HScroll1.Value) + "," + Str$(HScroll2.Value) + "," + Str$(HScroll3.Value)
  2275.   List1.ListIndex = List1.ListCount - 1
  2276.   li = List1.ListCount - 1
  2277.   r(li) = HScroll1.Value
  2278.   g(li) = HScroll2.Value
  2279.   b(li) = HScroll3.Value
  2280. End If
  2281. End Sub
  2282. Private Sub Label4_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  2283. Label4.ForeColor = &HFF&
  2284. Label5.ForeColor = &H0&
  2285. Label6.ForeColor = &H0&
  2286. Label7.ForeColor = &H0&
  2287. Label8.ForeColor = &H0&
  2288. Label9.ForeColor = &H0&
  2289. Label10.ForeColor = &H0&
  2290. Label11.ForeColor = &H0&
  2291. Label12.ForeColor = &H0&
  2292. Label13.ForeColor = &H0&
  2293. Label14.ForeColor = &H0&
  2294. Check1.ForeColor = &H0&
  2295. Check2.ForeColor = &H0&
  2296. Check3.ForeColor = &H0&
  2297. Check4.ForeColor = &H0&
  2298. Label15.ForeColor = &H0&
  2299. Check5.ForeColor = &H0&
  2300. Check6.ForeColor = &H0&
  2301. Label19.ForeColor = &H0&
  2302. Label20.ForeColor = &H0&
  2303. End Sub
  2304. Private Sub Label5_Click()
  2305.   li = List2.ListIndex
  2306.   If List2.ListIndex > List2.ListCount - 1 Or List2.ListIndex < 0 Then Exit Sub
  2307.   List2.RemoveItem List2.ListIndex
  2308.   For colorindex = li To List2.ListCount - 1
  2309.     r(colorindex) = r(colorindex + 1)
  2310.     g(colorindex) = g(colorindex + 1)
  2311.     b(colorindex) = b(colorindex + 1)
  2312.   Next colorindex
  2313.   If li = List2.ListCount Then li = li - 1
  2314.   List2.ListIndex = li
  2315.   li = List1.ListIndex
  2316.   If List1.ListIndex > List1.ListCount - 1 Or List1.ListIndex < 0 Then Exit Sub
  2317.   List1.RemoveItem List1.ListIndex
  2318.   For colorindex = li To List1.ListCount - 1
  2319.     r(colorindex) = r(colorindex + 1)
  2320.     g(colorindex) = g(colorindex + 1)
  2321.     b(colorindex) = b(colorindex + 1)
  2322.   Next colorindex
  2323.   If li = List1.ListCount Then li = li - 1
  2324.   List1.ListIndex = li
  2325. End Sub
  2326. Private Sub Label5_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  2327. Label5.ForeColor = &HFF&
  2328. Label4.ForeColor = &H0&
  2329. Label6.ForeColor = &H0&
  2330. Label7.ForeColor = &H0&
  2331. Label8.ForeColor = &H0&
  2332. Label9.ForeColor = &H0&
  2333. Label10.ForeColor = &H0&
  2334. Label11.ForeColor = &H0&
  2335. Label12.ForeColor = &H0&
  2336. Label13.ForeColor = &H0&
  2337. Label14.ForeColor = &H0&
  2338. Check1.ForeColor = &H0&
  2339. Check2.ForeColor = &H0&
  2340. Check3.ForeColor = &H0&
  2341. Check4.ForeColor = &H0&
  2342. Label15.ForeColor = &H0&
  2343. Check5.ForeColor = &H0&
  2344. Check6.ForeColor = &H0&
  2345. Label19.ForeColor = &H0&
  2346. Label20.ForeColor = &H0&
  2347. End Sub
  2348. Private Sub Label6_Click()
  2349.   li = List2.ListIndex
  2350.   If List2.ListIndex > List2.ListCount - 1 Or List2.ListIndex < 0 Then Exit Sub
  2351.   List2.RemoveItem li
  2352.   List2.AddItem Str$(HScroll1.Value) + "," + Str$(HScroll2.Value) + "," + Str$(HScroll3.Value), li
  2353.   r(li) = HScroll1.Value
  2354.   g(li) = HScroll2.Value
  2355.   b(li) = HScroll3.Value
  2356.   List2.ListIndex = li
  2357.   li = List1.ListIndex
  2358.   If List1.ListIndex > List1.ListCount - 1 Or List1.ListIndex < 0 Then Exit Sub
  2359.   List1.RemoveItem li
  2360.   List1.AddItem Str$(HScroll1.Value) + "," + Str$(HScroll2.Value) + "," + Str$(HScroll3.Value), li
  2361.   r(li) = HScroll1.Value
  2362.   g(li) = HScroll2.Value
  2363.   b(li) = HScroll3.Value
  2364.   List1.ListIndex = li
  2365. End Sub
  2366. Private Sub Label6_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  2367. Label6.ForeColor = &HFF&
  2368. Label5.ForeColor = &H0&
  2369. Label4.ForeColor = &H0&
  2370. Label7.ForeColor = &H0&
  2371. Label8.ForeColor = &H0&
  2372. Label9.ForeColor = &H0&
  2373. Label10.ForeColor = &H0&
  2374. Label11.ForeColor = &H0&
  2375. Label12.ForeColor = &H0&
  2376. Label13.ForeColor = &H0&
  2377. Label14.ForeColor = &H0&
  2378. Check1.ForeColor = &H0&
  2379. Check2.ForeColor = &H0&
  2380. Check3.ForeColor = &H0&
  2381. Check4.ForeColor = &H0&
  2382. Label15.ForeColor = &H0&
  2383. Check5.ForeColor = &H0&
  2384. Check6.ForeColor = &H0&
  2385. Label19.ForeColor = &H0&
  2386. Label20.ForeColor = &H0&
  2387. End Sub
  2388. Private Sub Label7_Click()
  2389. If Label12.Tag = "1" Then
  2390. Clipboard.SetText Text5.Text + "  http://fly.to/coolestfader/"
  2391. Clipboard.SetText Text5.Text
  2392. End If
  2393.   If Form1.ACheck1.Value = 1 Then
  2394.   Text4.Text = ""
  2395.   Text5.Text = ""
  2396.   End If
  2397. End Sub
  2398. Private Sub Label7_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  2399. Label7.ForeColor = &HFF&
  2400. Label5.ForeColor = &H0&
  2401. Label6.ForeColor = &H0&
  2402. Label4.ForeColor = &H0&
  2403. Label8.ForeColor = &H0&
  2404. Label9.ForeColor = &H0&
  2405. Label10.ForeColor = &H0&
  2406. Label11.ForeColor = &H0&
  2407. Label12.ForeColor = &H0&
  2408. Label13.ForeColor = &H0&
  2409. Label14.ForeColor = &H0&
  2410. Check1.ForeColor = &H0&
  2411. Check2.ForeColor = &H0&
  2412. Check3.ForeColor = &H0&
  2413. Check4.ForeColor = &H0&
  2414. Label15.ForeColor = &H0&
  2415. Check5.ForeColor = &H0&
  2416. Check6.ForeColor = &H0&
  2417. Label19.ForeColor = &H0&
  2418. Label20.ForeColor = &H0&
  2419. End Sub
  2420. Private Sub Label8_Click()
  2421. If List1.ListCount > 255 Then
  2422. MsgBox "Too many colors!", 48, "Error"
  2423. Exit Sub
  2424.  If List2.ListIndex > List2.ListCount - 1 Or List2.ListIndex < 0 Then
  2425.     Label4_Click
  2426.     Exit Sub
  2427.   End If
  2428.   List2.AddItem Str$(HScroll1.Value) + "," + Str$(HScroll2.Value) + "," + Str$(HScroll3.Value), li
  2429.   For colorindex = List2.ListCount + 1 To li + 1 Step -1
  2430.     r(colorindex) = r(colorindex - 1)
  2431.     g(colorindex) = g(colorindex - 1)
  2432.     b(colorindex) = b(colorindex - 1)
  2433.   Next colorindex
  2434.   r(li) = HScroll1.Value
  2435.   g(li) = HScroll2.Value
  2436.   b(li) = HScroll3.Value
  2437.   If li = List2.ListCount Then li = li - 1
  2438.   List2.ListIndex = li
  2439.   If List1.ListIndex > List1.ListCount - 1 Or List1.ListIndex < 0 Then
  2440.     Label4_Click
  2441.     Exit Sub
  2442.   End If
  2443.   List1.AddItem Str$(HScroll1.Value) + "," + Str$(HScroll2.Value) + "," + Str$(HScroll3.Value), li
  2444.   For colorindex = List1.ListCount + 1 To li + 1 Step -1
  2445.     r(colorindex) = r(colorindex - 1)
  2446.     g(colorindex) = g(colorindex - 1)
  2447.     b(colorindex) = b(colorindex - 1)
  2448.   Next colorindex
  2449.   r(li) = HScroll1.Value
  2450.   g(li) = HScroll2.Value
  2451.   b(li) = HScroll3.Value
  2452.   If li = List1.ListCount Then li = li - 1
  2453.   List1.ListIndex = li
  2454. End If
  2455. End Sub
  2456. Private Sub Label8_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  2457. Label8.ForeColor = &HFF&
  2458. Label5.ForeColor = &H0&
  2459. Label6.ForeColor = &H0&
  2460. Label7.ForeColor = &H0&
  2461. Label4.ForeColor = &H0&
  2462. Label9.ForeColor = &H0&
  2463. Label10.ForeColor = &H0&
  2464. Label11.ForeColor = &H0&
  2465. Label12.ForeColor = &H0&
  2466. Label13.ForeColor = &H0&
  2467. Label14.ForeColor = &H0&
  2468. Check1.ForeColor = &H0&
  2469. Check2.ForeColor = &H0&
  2470. Check3.ForeColor = &H0&
  2471. Check4.ForeColor = &H0&
  2472. Label15.ForeColor = &H0&
  2473. Check5.ForeColor = &H0&
  2474. Check6.ForeColor = &H0&
  2475. Label19.ForeColor = &H0&
  2476. Label20.ForeColor = &H0&
  2477. End Sub
  2478. Private Sub Label9_Click()
  2479. Text4.Text = ""
  2480. Text5.Text = ""
  2481. End Sub
  2482. Private Sub Label9_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  2483. Label9.ForeColor = &HFF&
  2484. Label5.ForeColor = &H0&
  2485. Label6.ForeColor = &H0&
  2486. Label7.ForeColor = &H0&
  2487. Label8.ForeColor = &H0&
  2488. Label4.ForeColor = &H0&
  2489. Label10.ForeColor = &H0&
  2490. Label11.ForeColor = &H0&
  2491. Label12.ForeColor = &H0&
  2492. Label13.ForeColor = &H0&
  2493. Label14.ForeColor = &H0&
  2494. Check1.ForeColor = &H0&
  2495. Check2.ForeColor = &H0&
  2496. Check3.ForeColor = &H0&
  2497. Check4.ForeColor = &H0&
  2498. Label15.ForeColor = &H0&
  2499. Check5.ForeColor = &H0&
  2500. Check6.ForeColor = &H0&
  2501. Label19.ForeColor = &H0&
  2502. Label20.ForeColor = &H0&
  2503. End Sub
  2504. Private Sub OptionsMenu_Click()
  2505. End Sub
  2506. Private Sub PreviewT_Click()
  2507. TabStrip1.SelectedItem.Index = 2
  2508. End Sub
  2509. Private Sub TabStrip1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
  2510. Label4.ForeColor = &H0&
  2511. Label5.ForeColor = &H0&
  2512. Label6.ForeColor = &H0&
  2513. Label7.ForeColor = &H0&
  2514. Label8.ForeColor = &H0&
  2515. Label9.ForeColor = &H0&
  2516. Label10.ForeColor = &H0&
  2517. Label11.ForeColor = &H0&
  2518. Label12.ForeColor = &H0&
  2519. Label13.ForeColor = &H0&
  2520. Label14.ForeColor = &H0&
  2521. Check1.ForeColor = &H0&
  2522. Check2.ForeColor = &H0&
  2523. Check3.ForeColor = &H0&
  2524. Check4.ForeColor = &H0&
  2525. Label15.ForeColor = &H0&
  2526. Check5.ForeColor = &H0&
  2527. Check6.ForeColor = &H0&
  2528. AOption1.ForeColor = &H0&
  2529. AOption2.ForeColor = &H0&
  2530. AOption3.ForeColor = &H0&
  2531. ACheck1.ForeColor = &H0&
  2532. ACheck2.ForeColor = &H0&
  2533. Label20.ForeColor = &H0&
  2534. Timer1.Enabled = True
  2535. End Sub
  2536. Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
  2537.     Dim i As Integer
  2538.     'handle ctrl+tab to move to the next tab
  2539.     If Shift = vbCtrlMask And KeyCode = vbKeyTab Then
  2540.         i = tbsOptions.SelectedItem.Index
  2541.         If i = tbsOptions.Tabs.Count Then
  2542.             'last tab so we need to wrap to tab 1
  2543.             Set tbsOptions.SelectedItem = tbsOptions.Tabs(1)
  2544.         Else
  2545.             'increment the tab
  2546.             Set tbsOptions.SelectedItem = tbsOptions.Tabs(i + 1)
  2547.         End If
  2548.     End If
  2549. End Sub
  2550. Private Sub TabStrip1_Click()
  2551.     Dim i As Integer
  2552.     'show and enable the selected tab's controls
  2553.     'and hide and disable all others
  2554.     For i = 0 To TabStrip1.Tabs.Count - 1
  2555.         If i = TabStrip1.SelectedItem.Index - 1 Then
  2556.         Frame1(i).Visible = True
  2557.         Else
  2558.         Frame1(i).Visible = False
  2559.         End If
  2560.         Next
  2561. End Sub
  2562. Private Sub Timer2_Timer()
  2563. MsgBox "Here goes nothin!", 48, "ok..."
  2564. Text5.Text = Text5.Text + "  http://fly.to/coolestfader"
  2565. Timer2.Enabled = False
  2566. End Sub
  2567.