Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

US Job listings




   Misc

   Amazon

   Links

    


lots of lines

 

 'lots of lines

Private Sub Form_Load()
If Form1.WindowState = vbMinimized Then Exit Sub
Form1.BackColor = vbBlack
Form1.ScaleHeight = 100
Form1.ScaleWidth = 100
For X = 0 To 300
DoEvents
X1 = Int(Rnd * 101)
X2 = Int(Rnd * 101)
Y1 = Int(Rnd * 101)
Y2 = Int(Rnd * 101)
colors = Int(Rnd * 15)
Form1.Line (X1, Y1)-(X2, Y2), QBColor(colors)
Form1.Line (X1, Y2)-(X2, Y1), QBColor(colors)
Form1.Line (X2, Y1)-(X1, Y2), QBColor(colors)
Form1.Line (Y1, Y2)-(X1, X2), QBColor(colors)
Next X
End Sub

 

 

 

 

 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
Random numbers in a range(C)
File attributes(C)
Folder size(ASP)
See What URL is being displayed(VB)
Send an email(ASP)
Octal, hex and decimal(C++)
Download an RSS feed(Powershell)
Show and hide the taskbar(VB)

    




Copyright © 2003 by programmershelp.co.uk