Settings

The page will reload to apply your changes.
Theme

ASCII Art Font

ASCII Art Menu

Original Usenet message from alt.ascii-art, 1 Oct 2000.
Re: [PIC] NudeLeela :-)

Re: [PIC] NudeLeela :-)

Christian Biesinger (cbi...@gmx.at) writes:
> Krogg schrieb:
>> 
>> Faux_Pseudo wrote:
>> >
>> > --(Once apon a time, in alt.ascii-art,)--
>> >                 --(Krogg said it like only they can.)--
>> > >> 10 PRINT "HOME"
>> > >> 20 PRINT "SWEET"
>> > >> 30 GOTO 10
>> > >
>> > > 10 PRINT "HOME"
>> > > 15 IF i=1 then end
>> > > 20 PRINT "SWEET"
>> > > 25 i=1
>> > > 30 GOTO 10
>> > >
>> >
>> > while : ; do echo -e 'HOME \n SWEET' ; done
>> 
>> for(;;){cout<<"HOME\nSWEET\n";}
> 
> <html>
> <head>
> <title>Home sweet Home</title>
> </head>
> <body>
> <?php
> for(;;) { print "HOME\nSWEET\n"; }
> ?>
> </body>
> </html>
> 
>                               -- 1984, George Orwell


Option Explicit
Dim Time as Integer

Private Sub Form_Load()
Time = 0
tmrCount.Enabled + True
End Sub

Private Sub tmrCount_Timer()
Time = Time + 0.5
If Time = 1 Then
	frmHSH.BackColor = &HFFFF&
	lblHome.Caption = "Sweet"
Else
	frmHSH.BackColor = &HFF&
	lblHome.Caption = "Home"
End If
If Counter >1 Then
	Counter = 0
	tmrCount.Enabled = False
End If
End Sub

Private Sub cmdQuit_Click()
End
End Sub


Ah...the wonders of Visual Basic! :)

-KMB
--
                                                    //     //////   //////
===================================================//=====//=======//  //
==================================================//=====//=======//  //
                                                 //     //////   ////// //   

Original message headers
X-Google-Language: ENGLISH,ASCII-7-bit
X-Google-Thread: f996b,191221da87e9d55
X-Google-Attributes: gidf996b,public
From: en0...@FreeNet.Carleton.CA (Kevin Brideau)
Subject: Re: [PIC] NudeLeela :-)
Date: 2000/10/01
Message-ID: <8r87ko$a5a$1...@freenet9.carleton.ca>#1/1
X-Deja-AN: 676305181
References: <vgm...@4ax.com> <39D...@gtcom.net> <slr...@faux.local.net> <39D...@gtcom.net> <39D...@gmx.at>
X-Given-Sender: en0...@freenet10.carleton.ca (Kevin Brideau)
X-Complaints-To: com...@ncf.ca
X-Trace: freenet9.carleton.ca 970432984 10410 134.117.136.30 (1 Oct 2000 20:43:04 GMT)
Organization: The National Capital FreeNet
Reply-To: en0...@FreeNet.Carleton.CA (Kevin Brideau)
NNTP-Posting-Date: 1 Oct 2000 20:43:04 GMT
Newsgroups: alt.ascii-art
About this message. This message was posted publicly to the newsgroup alt.ascii-art in 2000 and is mirrored here unchanged as part of the Historic Archives – only email addresses are masked. The artwork and text belong to their original authors: if you copy a piece, keep the artist's initials or signature intact and credit them where you can. Are you the author? Contact us to get your posts attributed, connected to your artist profile, or removed.