|
-
Dec 22nd, 2000, 08:35 AM
#1
Thread Starter
Frenzied Member
Happy Holidays (Eid, Ramadan, Hanukkah, Xmas, New years) Everyone
-
Dec 22nd, 2000, 08:38 AM
#2
Frenzied Member
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
Dec 22nd, 2000, 08:48 AM
#3
Lively Member
Hope you all have a good one!!!
-
Dec 22nd, 2000, 08:50 AM
#4
_______
<?>
Happy Christmas/Merry New Year
All the best to all.
Wayne
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Dec 22nd, 2000, 08:51 AM
#5
PowerPoster
Happy holiday too. so within the coming week will this forum still full with Genius/Pro/Guru ?
-
Dec 22nd, 2000, 08:55 AM
#6
LOL!
Happy Holidays everyone!
(Kovan...I was about to do this same type of post! Even beat me to the punch here too!)
JPnyc rocks!! (Just ask him!)
If u have your answer please go to the thread tools and click "Mark Thread Resolved"
-
Dec 22nd, 2000, 09:11 AM
#7
Fanatic Member
Christmas Day
The sad fact is there is bound to be someone, at least one person who will feel the need to submit a new post on Christmas day. Who will be first????????????? and Who will join in??????
-
Dec 22nd, 2000, 09:22 AM
#8
Thread Starter
Frenzied Member
geoff your getting old..HHAHAHHAHA
just kidding
it must be the wife thtas driving you crazy
(well you can use that as an excuse anyways)
Happy Holidays man
-
Dec 22nd, 2000, 09:56 AM
#9
Paste!
Start a new project...
paste this in!
Code:
Private Sub Form_Click()
For X = (Me.Width * 0.25) To (Me.Width * 0.75)
Line (Me.Width / 2, 0)-(X, Me.Height * 0.65), vbGreen
Next X
For X = (Me.Width * 0.46) To (Me.Width * 0.54)
Line (X, Me.Height * 0.65)-(X, Me.Height * 0.85), RGB(120, 100, 40)
Next X
For X = (Me.Width * 0.3) To (Me.Width * 0.4)
Line (X, Me.Height * 0.75)-(X, Me.Height * 0.85), vbRed
Next X
For X = (Me.Width * 0.34) To (Me.Width * 0.36)
Line (X, Me.Height * 0.75)-(X, Me.Height * 0.85), vbWhite
Next X
For X = (Me.Width * 0.5) To (Me.Width * 0.6)
Line (X, Me.Height * 0.75)-(X, Me.Height * 0.85), vbBlue
Next X
For X = (Me.Width * 0.54) To (Me.Width * 0.56)
Line (X, Me.Height * 0.75)-(X, Me.Height * 0.85), vbWhite
Next X
For X = (Me.Width * 0.62) To (Me.Width * 0.72)
Line (X, Me.Height * 0.75)-(X, Me.Height * 0.85), vbYellow
Next X
For X = (Me.Width * 0.66) To (Me.Width * 0.68)
Line (X, Me.Height * 0.75)-(X, Me.Height * 0.85), vbWhite
Next X
End Sub
Run it and Click the form!
(so Im a little bored....if you are too...add to this!)
Merry Everything 
JPnyc rocks!! (Just ask him!)
If u have your answer please go to the thread tools and click "Mark Thread Resolved"
-
Dec 22nd, 2000, 09:59 AM
#10
Addicted Member
Merry Christmas and a Happy New Year to everyone!!
jeffro
-
Dec 22nd, 2000, 10:10 AM
#11
Lively Member
Happy Holidays: X-MAS, Hannukah, and Eid El-Futr!
0101011001000010
01101111011011100110110001101001011011100110010101110010
-
Dec 22nd, 2000, 10:13 AM
#12
Hyperactive Member
Ha
Thats cool geoff_xrx, but davidrobin in the east it is earlier Xmas then in west (or something like this), how will you fix that?
WP
-
Dec 22nd, 2000, 10:20 AM
#13
Frenzied Member
hahaha that rules Geoff_xrx
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
Dec 22nd, 2000, 10:27 AM
#14
Hyperactive Member
Happy holidays to all !!!
Maybe a little bit of alcohol can relax our bussy brains.
Enjoy the party !!!
If things were easy, users might be programmers.
-
Dec 22nd, 2000, 10:47 AM
#15
Fanatic Member
Code:
Dim bEnd As Boolean
Private Sub Form_Click()
Dim iCT As Integer
For X = (Me.Width * 0.25) To (Me.Width * 0.75)
Line (Me.Width / 2, 0)-(X, Me.Height * 0.65), vbGreen
Next X
For X = (Me.Width * 0.46) To (Me.Width * 0.54)
Line (X, Me.Height * 0.65)-(X, Me.Height * 0.85), RGB(120, 100, 40)
Next X
For X = (Me.Width * 0.3) To (Me.Width * 0.4)
Line (X, Me.Height * 0.75)-(X, Me.Height * 0.85), vbRed
Next X
For X = (Me.Width * 0.34) To (Me.Width * 0.36)
Line (X, Me.Height * 0.75)-(X, Me.Height * 0.85), vbWhite
Next X
For X = (Me.Width * 0.5) To (Me.Width * 0.6)
Line (X, Me.Height * 0.75)-(X, Me.Height * 0.85), vbBlue
Next X
For X = (Me.Width * 0.54) To (Me.Width * 0.56)
Line (X, Me.Height * 0.75)-(X, Me.Height * 0.85), vbWhite
Next X
For X = (Me.Width * 0.62) To (Me.Width * 0.72)
Line (X, Me.Height * 0.75)-(X, Me.Height * 0.85), vbYellow
Next X
For X = (Me.Width * 0.66) To (Me.Width * 0.68)
Line (X, Me.Height * 0.75)-(X, Me.Height * 0.85), vbWhite
Next X
Me.FontSize = 28
Do Until bEnd = True
If iCT = 32767 Then iCT = 0
iCT = iCT + 1
If iCT Mod 3 = 0 Then
Me.ForeColor = vbRed
ElseIf iCT Mod 3 = 1 Then
Me.ForeColor = vbGreen
Else
Me.ForeColor = vbWhite
End If
CurrentX = 50
CurrentY = 50
Wait 0.25
Print "HAPPY HOLIDAYS!"
DoEvents
Loop
End Sub
Private Sub Form_Unload(Cancel As Integer)
bEnd = True
End
End Sub
Private Function Wait(iSecs As Single)
Dim s As Single, e As Single
s = Timer
Do Until Timer - s >= iSecs
DoEvents
Loop
End Function
You forgot Kwanza!
Have a great one everybody!

[Edited by YoungBuck on 12-22-2000 at 10:51 AM]
{Insert random techno-babble here}
{Insert quote from some long gone mofo here}
-
Dec 22nd, 2000, 10:49 AM
#16
Honeybee
I think HoneyBee needs a drink! Relax a little!! If this bothers you than..well...Ignore it! It's like wathcing tv. If you don't like something....Change the channel!
BTW...Happy Friggin Holidays to you too!
JPnyc rocks!! (Just ask him!)
If u have your answer please go to the thread tools and click "Mark Thread Resolved"
-
Dec 22nd, 2000, 11:11 AM
#17
more to the pic!
Code:
Dim bEnd As Boolean
Private Function Wait(iSecs As Single)
Dim s As Single, e As Single
s = Timer
Do Until Timer - s >= iSecs
DoEvents
Loop
End Function
Private Sub Form_Click()
Me.BackColor = vbBlack
For x = (Me.Width * 0.25) To (Me.Width * 0.75)
Line (Me.Width / 2, 0)-(x, Me.Height * 0.65), vbGreen
Next x
For x = (Me.Width * 0.46) To (Me.Width * 0.54)
Line (x, Me.Height * 0.65)-(x, Me.Height * 0.85), RGB(120, 100, 40)
Next x
For x = (Me.Width * 0.3) To (Me.Width * 0.4)
Line (x, Me.Height * 0.75)-(x, Me.Height * 0.85), vbRed
Next x
For x = (Me.Width * 0.34) To (Me.Width * 0.36)
Line (x, Me.Height * 0.75)-(x, Me.Height * 0.85), vbWhite
Next x
For x = (Me.Width * 0.5) To (Me.Width * 0.6)
Line (x, Me.Height * 0.75)-(x, Me.Height * 0.85), vbBlue
Next x
For x = (Me.Width * 0.54) To (Me.Width * 0.56)
Line (x, Me.Height * 0.75)-(x, Me.Height * 0.85), vbWhite
Next x
For x = (Me.Width * 0.62) To (Me.Width * 0.72)
Line (x, Me.Height * 0.75)-(x, Me.Height * 0.85), vbYellow
Next x
For x = (Me.Width * 0.66) To (Me.Width * 0.68)
Line (x, Me.Height * 0.75)-(x, Me.Height * 0.85), vbWhite
Next x
For x = 0 To 70
Circle (Me.Width * 0.3, Me.Height * 0.6), x, vbRed
Next x
For x = 0 To 70
Circle (Me.Width * 0.4, Me.Height * 0.5), x, vbBlue
Next x
For x = 0 To 70
Circle (Me.Width * 0.5, Me.Height * 0.55), x, vbYellow
Next x
For x = 0 To 70
Circle (Me.Width * 0.45, Me.Height * 0.3), x, vbRed
Next x
For x = 0 To 70
Circle (Me.Width * 0.55, Me.Height * 0.37), x, vbBlue
Next x
For x = 0 To 70
Circle (Me.Width * 0.55, Me.Height * 0.2), x, vbYellow
Next x
For x = 0 To 70
Circle (Me.Width * 0.65, Me.Height * 0.54), x, vbRed
Next x
Me.FontSize = 28
Do Until bEnd = True
If iCT = 32767 Then iCT = 0
iCT = iCT + 1
If iCT Mod 3 = 0 Then
Me.ForeColor = vbRed
ElseIf iCT Mod 3 = 1 Then
Me.ForeColor = vbGreen
Else
Me.ForeColor = vbWhite
End If
CurrentX = 50
CurrentY = 50
Wait 0.25
Print "HAPPY HOLIDAYS!"
DoEvents
Loop
End Sub
Private Sub Form_Unload(Cancel As Integer)
bEnd = True
End
End Sub
JPnyc rocks!! (Just ask him!)
If u have your answer please go to the thread tools and click "Mark Thread Resolved"
-
Dec 22nd, 2000, 11:21 AM
#18
Addicted Member
Feliz navidad a todos!!
-
Dec 22nd, 2000, 11:35 AM
#19
Thread Starter
Frenzied Member
honeybee
sorry, but each forum deserves their own little happy holidays
as i have posted posts in all of them
and not everyone goes into chit chat
HAPPY HOLIDAYS EVERY BODY
-
Dec 22nd, 2000, 12:03 PM
#20
Fanatic Member
I'm off now till Y2K+1 !!!!!!!!!!!!!!!!
Merry Christmas all (including you HoneyBee!)
Don't come here over Christmas you sad old lot!
-
Dec 22nd, 2000, 12:31 PM
#21
PowerPoster
Hey! geoff_xrx and YoungBuck, A cool VB x'mas card.
-
Dec 22nd, 2000, 03:05 PM
#22
010010000110000101110000011100000111100100100000010010000110
111101101100011010010110010001100001011110010111001100100000
010001010111011001100101011100100111100101101111011011100110
010100100001
Converted:
Happy Holidays Everyone!
..don't got any cool effects to do for Christmas like geoff_xrx and YoungBuck did, but I'm giving my respects to everyone. Hope you all have a nice celebration.
And a Happy New Year to you all too (but this ain't coming until 10 days ).
-
Dec 22nd, 2000, 03:59 PM
#23
Frenzied Member
Have a happy holiday everyone
-
Dec 22nd, 2000, 06:50 PM
#24
Hyperactive Member
Finally somebody said Happy Hanukka since I'm jewish and live in Israel...
Anyway, since we're talking about bullshit in this thread, who else in here is Israeli besides Yonatan, Sc0rp and Hasandak?
Other than this:
Christmas
/ \
Happy - Hanukka - EVERYBODY!
\ /
Kwanza /
-
Dec 22nd, 2000, 07:54 PM
#25
Member
Seasons Greetings
I discovered this forum a month or so ago and I wanted to say thanks to all of you who make frequent posts, and provide good vb help to me, and others.
Seasons Greetings!!
-
Dec 22nd, 2000, 08:16 PM
#26
Thread Starter
Frenzied Member
i think this year is a very interesting year
worlds 3 most famous religions, have their holidays around the same time
just cool 
what ever you do
dont piss on the dog while your drunk
-
Dec 23rd, 2000, 07:35 AM
#27
Addicted Member
Best Wishes to All for a Merry Holiday and Happy New Year!
Code:
'Create a new project and paste the following code under the form.
'Then run it and click on the form.
Option Explicit
'Merry Christmas and Happy New Year!
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _
(ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, _
ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd _
As Long) As Long
Private Const SW_MINIMIZE = 6
Private Declare Function GetWindowsDirectory Lib "kernel32" Alias _
"GetWindowsDirectoryA" (ByVal lpBuffer As String, ByVal nSize _
As Long) As Long
Dim strFile As String
Dim strDirectory As String
Dim lngReturn As Long
Dim lngSize As Long
Dim lblGreeting As Label
Private Sub Form_Initialize()
With Me
.Width = 9375
.Height = 6500
End With
End Sub
Private Sub Form_Load()
Set lblGreeting = Controls.Add("VB.Label", "Label")
With lblGreeting
.Alignment = 2
.AutoSize = True
.FontBold = True
.Font = "Edwardian Script ITC"
.ForeColor = vbBlue
.FontSize = 32
.Caption = "Merry Christmas" & vbCrLf & vbCrLf & "and" _
& vbCrLf & vbCrLf & "Happy New Year!"
.Left = (Me.ScaleWidth - .Width) / 2
.Top = 1200
.Visible = True
End With
lngSize = 255
strDirectory = String(lngSize, 0)
lngReturn = GetWindowsDirectory(strDirectory, lngSize)
strDirectory = Left(strDirectory, lngReturn) & "\Media"
strFile = Dir(strDirectory & "\*.rmi")
If strFile = "" Then
strFile = Dir(strDirectory & "\*.mid")
If strFile = "" Then
strFile = Dir(strDirectory & "\*.wav")
End If
End If
End Sub
Private Sub Form_Click()
If strFile <> "" Then
strFile = Dir
ShellExecute hwnd, vbNullString, strDirectory & "\" & strFile, _
vbNullString, strDirectory, SW_MINIMIZE
End If
If strFile = "" Then
MsgBox "Merry Christmas and Happy New Year!"
End If
End Sub
[Edited by xmin on 12-23-2000 at 11:53 AM]
-
Dec 25th, 2000, 03:21 AM
#28
PowerPoster
Wishing everybody has a very nice year full of new programming tricks and logics and also hoping that microsoft releases their .net before time ;-).
Amitabh
-
Dec 25th, 2000, 05:31 PM
#29
-
Dec 26th, 2000, 04:11 AM
#30
PowerPoster
Re: Happy Holidays Everybody!!!
Originally posted by Sc0rp
(Sorry, I'm not sure who this belongs to, but) - Eid-El-Futr!
Happy New Years!!! [/B]
Eid-El-Futr is celeberated by Muslims
-
Dec 26th, 2000, 07:44 PM
#31
amitabh
-
Dec 25th, 2001, 10:03 AM
#32
Fanatic Member
{Insert random techno-babble here}
{Insert quote from some long gone mofo here}
-
Dec 25th, 2001, 11:03 AM
#33
Thread Starter
Frenzied Member
youngbuck
lol
-
Dec 25th, 2001, 11:36 AM
#34
PowerPoster
Once again wishing you a merry Christmas and a very Happy new year.
-
Dec 25th, 2001, 02:31 PM
#35
Addicted Member
Chestnuts roasting on a Duraflame,
Uncle Jack picking at his nose,
Cousin Steve is burping,
The alphabet again,
Merry Christmas,
To you
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|