The Town of Animemusicvideos.org

This forum is for actual topics of discussion that do not fit the above categories.
Locked
User avatar
Jace Tsunami
Joined: Wed Jan 02, 2002 5:56 am
Location: Los Angeles, Ca
Contact:
Org Profile

Post by Jace Tsunami » Thu Jan 09, 2003 12:38 am

very cool Kamoc, but I definetly think you should throw back in mayor phade. :D
http://www.punkaddict.com

myspace.com/punkaddict

User avatar
kthulhu
Joined: Thu May 30, 2002 6:01 pm
Location: At the pony stable, brushing the pretty ponies
Org Profile

Post by kthulhu » Thu Jan 09, 2003 12:39 am

That was good shit.
I'm out...

User avatar
Ashton
Joined: Mon Jul 23, 2001 11:52 am
Location: Northern California
Contact:
Org Profile

Post by Ashton » Thu Jan 09, 2003 1:59 am

Im not sure how this works, but here is my 1.2 cents:
Image
Image
The anime Channel Petition Sign it if you like anime.
My member profile on the org.
オタク同士やろう! Ashton

EarthCurrent
Joined: Tue Feb 12, 2002 8:27 pm
Org Profile

Post by EarthCurrent » Thu Jan 09, 2003 7:15 am

I have fianlly decided something about all of you...but I haven't figured out what it is yet..... :?

EarthCurrent
Joined: Tue Feb 12, 2002 8:27 pm
Org Profile

Post by EarthCurrent » Thu Jan 09, 2003 7:18 am

And RadicalEd with a goatee and mustache... :shock:

User avatar
RadicalEd0
Joined: Mon Jun 24, 2002 2:58 pm
Org Profile

Post by RadicalEd0 » Thu Jan 09, 2003 12:03 pm

HE SPELLED MY NAME WRONG
I dont have a goatee :\

User avatar
RadicalEd0
Joined: Mon Jun 24, 2002 2:58 pm
Org Profile

Post by RadicalEd0 » Thu Jan 09, 2003 12:12 pm

I'm in visual basic class before lunch like omg yAy
wanna see what we're doing
Option Explicit

Private Sub txtName_Keypress(KeyAscii As Integer)
'splits name and displays in a label

Dim strName As String
Dim strFirst As String
Dim strLast As String
Dim strFirst2 As String
Dim strLast2 As String
Dim strReSort As String
Dim j As Integer

Select Case KeyAscii
Case 13
strName = Trim(txtName.Text)

For j = 1 To 22
If Mid(strName, j, 1) = " " Then
strFirst = Left(strName, (j - 1))
strFirst2 = UCase(Left(strFirst, 1)) & LCase(Right(strFirst, Len(strFirst) - 1))
strLast = Right(strName, Len(strName) - j)
strLast2 = UCase(Left(strLast, 1)) & LCase(Right(strLast, Len(strLast) - 1))
strReSort = strLast2 & ", " & strFirst2
End If
Next j

lblName.Caption = strReSort

cmdClear.SetFocus
End Select

End Sub


Private Sub cmdClear_Click()
'clears textbox and label

txtName.Text = ""
lblName.Caption = ""

txtName.SetFocus
End Sub

Private Sub cmdExit_Click()
'ends program

Unload frmMain
End

End Sub
the end

User avatar
SSJVegita0609
Joined: Sat Aug 03, 2002 10:52 pm
Location: Around...
Org Profile

Post by SSJVegita0609 » Thu Jan 09, 2003 12:25 pm

Wow Ed... That certainly is interesting...
The best effects are the ones you don't notice.

User avatar
klinky
Joined: Mon Jul 23, 2001 12:23 am
Location: Cookie College...
Contact:
Org Profile

Post by klinky » Thu Jan 09, 2003 1:23 pm

RadicalEd0 wrote:I'm in visual basic class before lunch like omg yAy
wanna see what we're doing

Code: Select all

Option Explicit

Private Sub txtName_Keypress(KeyAscii As Integer)
    'splits name and displays in a label
    
    Dim strName As String
    Dim strFirst As String
    Dim strLast As String
    Dim strFirst2 As String
    Dim strLast2 As String
    Dim strReSort As String
    Dim j As Integer
    
    Select Case KeyAscii
        Case 13
        strName = Trim(txtName.Text)
    
        For j = 1 To 22
            If Mid(strName, j, 1) = " " Then
                strFirst = Left(strName, (j - 1))
                strFirst2 = UCase(Left(strFirst, 1)) & LCase(Right(strFirst, Len(strFirst) - 1))
                strLast = Right(strName, Len(strName) - j)
                strLast2 = UCase(Left(strLast, 1)) & LCase(Right(strLast, Len(strLast) - 1))
                strReSort = strLast2 & ", " & strFirst2
            End If
        Next j
    
        lblName.Caption = strReSort
        
        cmdClear.SetFocus
    End Select

End Sub


Private Sub cmdClear_Click()
    'clears textbox and label
    
    txtName.Text = ""
    lblName.Caption = ""
    
    txtName.SetFocus
End Sub

Private Sub cmdExit_Click()
    'ends program
    
    Unload frmMain
    End

End Sub
the end
There is a

Code: Select all

 bbcode :}

Also your l33t program takes a single string from a text box, splits it to a first and last, adds a capital letter to the first character of each and then ouputs to a label caption with the last name in front of the first name.


Of course the comment at the time says that already :O But whatever.. I didn't see it until reviewing AFTER reviewing the code.

:}

~klinky

User avatar
klinky
Joined: Mon Jul 23, 2001 12:23 am
Location: Cookie College...
Contact:
Org Profile

Post by klinky » Thu Jan 09, 2003 1:25 pm

I am going to bed :O

That last post almost made no sense...


Tonight I tried programming a SOCKS4 Proxy, but it wasn't as easy as I thought it would be. It LOOKED EASY, but it wasn't THAT easy... Anyways. Another night wasted to a crappy TCP program that doesn't work. I need to move from the MS Winsock Control to the Winsock API :... O. I don't like working with the API tho.. It's all messy looking.


~klinky

Locked

Return to “General Off Topic”