codeorder 197 Nearly a Posting Virtuoso
If none other as .Me prior to the only Day, then possibly none other as .Me following the .death of this Knight.
Ezzaral commented: Damn, you're really spouting quite the stream of useless nonsense here, aren't you? +0
codeorder 197 Nearly a Posting Virtuoso
If you ever face anyone, even a God, fake or Not, keep your chin up.
codeorder 197 Nearly a Posting Virtuoso
Without the .Love of this.World, even if just a crumb, I would have crumbled a long time ago.
codeorder 197 Nearly a Posting Virtuoso
When I remind myself of .something., I remind myself of a previously introduced .death in .My life.
codeorder 197 Nearly a Posting Virtuoso
Between now and later, lies the spoken end.
codeorder 197 Nearly a Posting Virtuoso
Living and Dying is the same for everyone, not just for a Day.
codeorder 197 Nearly a Posting Virtuoso
If I were a slave and came from the time of slavery, I would misspell on a test also.
codeorder 197 Nearly a Posting Virtuoso
For the slaves with.in .Me; from the beginning of a new Day, the slaves within our lives, have been and still are, misjudged.
codeorder 197 Nearly a Posting Virtuoso
I am Not your .Friend, I am .not your Enemy, I am your reality.
Ezzaral commented: Reality is not your domain. +0
codeorder 197 Nearly a Posting Virtuoso
.da.mn?.
codeorder 197 Nearly a Posting Virtuoso
.dam.n.
codeorder 197 Nearly a Posting Virtuoso
If I had only question to ask God, I would stare him in his little beady.eye as if I would step on him like an ant, and ask "What the Fu.k are you doing?".
codeorder 197 Nearly a Posting Virtuoso
Fear the glare of my sun no more, for it has grown.
codeorder 197 Nearly a Posting Virtuoso
For a human in God's world, it took over 2,000 years to get here; for .Me, only 33 years.
codeorder 197 Nearly a Posting Virtuoso
With the universe at .My hands, I hold a sun before .Me and brighten this world again to.day.
codeorder 197 Nearly a Posting Virtuoso
From the year of Judgement Day, you, the world, have an adult's freedom in time before you meet outsiders, someone as .Me.
codeorder 197 Nearly a Posting Virtuoso
For family, honor thy sun.
codeorder 197 Nearly a Posting Virtuoso
Why even vote if you don't have anything to say about it?
codeorder 197 Nearly a Posting Virtuoso
If you can't enjoy a hangover then why drink to get one?
codeorder 197 Nearly a Posting Virtuoso
Some big kids don't just play with big toys, they are big toys and get played with.
codeorder 197 Nearly a Posting Virtuoso
When is the appropriate time in a kid's life to be taught how to give someone "the bird" from .us?
codeorder 197 Nearly a Posting Virtuoso
If I had only one finger to point to God with, I would fly that finger away.
codeorder 197 Nearly a Posting Virtuoso
.note to God: Still no reason to keep me in hell, then why talk to me again today?
codeorder 197 Nearly a Posting Virtuoso
Share a hand and shake the share.
codeorder 197 Nearly a Posting Virtuoso
Honor thy nation and point to the finish line, honor thy finisher and point to the nation.
codeorder 197 Nearly a Posting Virtuoso
Bend someone's time over and fugg it.
codeorder 197 Nearly a Posting Virtuoso
Foreign lands offer .us the only difference this world can offer.
TrustyTony commented: Comon, one full page of posts from codeorder (in less than hour) is "too much of the good thing" +0
codeorder 197 Nearly a Posting Virtuoso

>>How on earth can you multiply strings together If all .Numeric, Then "why.Not?"

codeorder 197 Nearly a Posting Virtuoso

Use the FormClosing event.

Private Sub Form1_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
        '// save code here.
    End Sub
codeorder 197 Nearly a Posting Virtuoso

A cup is not empty.
Protect life as you protect the dead.
Why.t.f. does youtube block my youtube.mp3.downloader on certain songs?

codeorder 197 Nearly a Posting Virtuoso

If I do.k.Not bother w/your.problems, will you bother with.mine?

codeorder 197 Nearly a Posting Virtuoso

>>... - you are legend.
I might be "you are legend", though I'll never be "I Am Legend".
>>thank you once again...
(:.glad I could help.:)

EDIT:
.apologies for this reply, got an alert in email(11/15/11) from DaniWeb.com, stating that:

Dear codeorder,

adsa2004 has just replied to a thread you have subscribed to.

Thread: Please Help! - Moving labels inside a groupbox using vertical scrollbar


Forum: VB.NET

... and got a bit confused over my morning cup of water, before realizing that the recent.poster never posted.

Unhnd_Exception commented: A legend in your own mind. -2
codeorder 197 Nearly a Posting Virtuoso

This will not add anything to a database, but it might make it easier to work with for your previously posted code.

Select Case TextBox1.Text
            '// 0921115150 “Dark Chocolate Truffles”, 2221001501 “ mint mintaways”, 6652300415 “Chocolate Covered Cherries”,
            '// 0255541028 “Malted Milk Balls”, 0921115141 “Chocolate Covered Raisins “
            Case "0921115150 ", " 2221001501 ", " 6652300415 ", " 0255541028 ", " 0921115141 "
                MsgBox("Correct #")
            Case Else
                MsgBox("Must be either: 0921115150 /2221001501 /6652300415 /0255541028 /0921115141 ", MsgBoxStyle.Exclamation) ' Error message displayed
        End Select