codeorder 197 Nearly a Posting Virtuoso
.ever thought of using the "." key instead of the "Shift" key when starting a new paragraph? .what about using.a.dot/etc. for.the.space.key? Reason, a little.difference can be good for the soul, if in a Constant.Loop.
codeorder 197 Nearly a Posting Virtuoso
Well renowned quote for "Be Careful What You Eat" is mostly mentioned by those that purchase a meal at a place that swaps chicken/beef/etc. with cat/dog/etc. meat.
What would a well renowned qoute be for what is found in the burger of the following image?

yum
(img.located and slightly edited from: http://futiledemocracy.wordpress.com/tag/jesus/)

codeorder 197 Nearly a Posting Virtuoso
When it comes to knowledge of the bible, I am very limited since I not once have bothered to read this holy.book entirely, just a few passages from it.
Christian by birth, atheist nowadays by choice(:call it some sort of freedom that I can actually declare without a doubt(since living in the .us nowadays):), I am a bit confused on this following thought.
As I know of God, he is just a cloud with an eye. Has no ears and no mouth, correct?
I do know that somewhere in Revelations, when supposably he comes down to Earth in his little holy.throne, with some creatures around him, those do have quite a few ears and mouths. The thought that confuses .Me, is: "who actually listens and responds" to someone's prayers? and does God only approve/decline a prayer and Nothing Else?
Could this be a reason you might have noticed preachers/nuns/etc. in movies say "You have to say/do x.amount of Hail Mary's"? And are those preachers/nuns/etc. just making sure that each and every one of the ears around God gets your message and not just one?
codeorder 197 Nearly a Posting Virtuoso
Greenpeace is not Bluepeace, and sometimes water can be simply clear; and since clear is not a color, is blue actually the color of clear?
codeorder 197 Nearly a Posting Virtuoso
If you are going to "get there someday no matter what", then why not take the scenic route and if there isn't one, take the time to create one, for you will "get there someday no matter what".
codeorder 197 Nearly a Posting Virtuoso
If God can heal a human then he can also possess their soul; he just did not mention that part in the bible. Are these left out written doings done in good.faith?or did he have to keep a secret or two, just to "keep it real"?
codeorder 197 Nearly a Posting Virtuoso
With today's cnn.news shared through google.images, I keep up the pace with the world's morning.walk.
codeorder 197 Nearly a Posting Virtuoso
Shatter thy mind with thy difference, and change the world's way of thinking for the day.
codeorder 197 Nearly a Posting Virtuoso
A little hurt can end up killing someone, thus be careful what you give to others in small packages; for it is quite known that "Big things come in small packages".
codeorder 197 Nearly a Posting Virtuoso
Anybody else gotta pee again? Sucks getting old. :(
codeorder 197 Nearly a Posting Virtuoso
The previous thought I had, lost my current thought, and thus I start again this thoughtful journey, thoughtless and .Clear minded.
codeorder 197 Nearly a Posting Virtuoso
May I have a word while I drink my presidential spit in a cup(forgot what to do, a ?mark or a ., sec, getting old, forgetting sh.t, brb, gotta pee).
codeorder 197 Nearly a Posting Virtuoso
Old people forget sh.t due to asthma not arthritis.
codeorder 197 Nearly a Posting Virtuoso

I went ahead with the On Error Resume Next and it met the requirements needed for me to accomplish my "previous" task.

Thanx for any and all input from the both of you; quite more informative than expected. :)

codeorder 197 Nearly a Posting Virtuoso
"yet", as in "Not yet.", is a sign towards something that could someday be great, if hope is involved.
codeorder 197 Nearly a Posting Virtuoso

Reverend Jim, should I proceed with the On Error Resume Next or Not? Seems like the only clear.solution for this issue, other than a bunch of "GoTo" and tons of Try/Catches. AndAlso, thanx for code.sample, news2Me.

codeorder 197 Nearly a Posting Virtuoso
Fear not to make a simple routine as a simple walk in the park, stroll through a mall, coffee break at a coffee.shop, etc.; done at least once a week on the similar.day each week, and greet all the life around you with warmth for at least a few seconds; even if just a simple smile that says hello. Sooner or later, the previously greeted life will return the warmth and eventually return it to you before you even start taking your routined.journey; even if it is just a flower blooming in the wind, it will greet you with warmth.
codeorder 197 Nearly a Posting Virtuoso

Thanks for the informative reply Oxiegen. :)

I basically need to run a Sub that will set values to TextBoxes with Ctype(someCoolForm.Controls("someCoolTextBox"),TextBox).Text="daniweb.com" and wanted to use the minimum amount of typing/lines to accomplish this, even if it throws an error in case a TextBox does not exist on a Form; since planning to use that Sub for multiple.Forms/.Apps.
.Using a Try/Catch, it will error on first error and go straight to the Catch part, which does Nothing for the remaining TextBoxes waiting in line for values, If they exist on a specified Form.

As for the On Error Resume Next, I think that it should stay as a .Net option, even if integrated from the previous non.Net Visual Basics. A very strong opinion from my point of view.

Regarding the "Have you looked at MessageBox()?":
I have and it does offer a few/or one extra option(s) above the MsgBox, though for testing, MsgBox is less time typing and quicker results. :)

codeorder 197 Nearly a Posting Virtuoso

Regarding my previous.post containing this:

As a human being, how old are you in the eyes of the heavens, if not counting the time spent sleeping without dreams?

I came to a conclusion.

How young is your spirit?/soul?/etc.? compared to your age?; For I do feel as a 17yr.old in a 33yr.old body. :)
codeorder 197 Nearly a Posting Virtuoso

Being a vb.noob as basically most of the vb.net world, I use the Try/Catch statement quite a bit for when it comes to errors, as the following.

        With Me
            .Text = "a"
            Try
                .Text += 1
            Catch ex As Exception
                MsgBox("error: " & ex.Message, MsgBoxStyle.Critical)
            End Try
            MsgBox("a")
            .Text = "b"
            Try
                .Text += 1
            Catch ex As Exception
                MsgBox("error: " & ex.Message, MsgBoxStyle.Critical)
            End Try
            MsgBox("b")
        End With

For the first time today, I attempted to use the On Error Resume Next and it returned the results I needed; less lines of code and only results if an error occured.

        On Error Resume Next
        With Me
            .Text = "a"
            .Text += 1
            MsgBox("a")
            .Text = "b"
            .Text += 1
            MsgBox("b")
        End With

My question is, even though quite clear to me:
For such lines of code as above, is the On Error Resume Next appropriate and can I move on to the next part of my.app with no worries, ever?
.thanx.in.adv,.Me.

codeorder 197 Nearly a Posting Virtuoso
If you are not welcomed in my heart, especially more than once, then why keep my love away from others while you keep knocking on my heart's door?
codeorder 197 Nearly a Posting Virtuoso
In our reality as humans, we age by day and night.
In the reality of the heavens, we only age when our soul is not suspended in time; as when awake and fully aware of the surroundings.
As a human being, how old are you in the eyes of the heavens, if not counting the time spent sleeping without dreams?
As an example, I (codeorder) am 33yrs.old, and in the reality of the heavens, I am not even 18yrs.old.
codeorder 197 Nearly a Posting Virtuoso
How can someone try to cover their sh.t, when they don't have any sh.t to cover?
codeorder 197 Nearly a Posting Virtuoso
A great wise.someone once said "It's all fun and games until 'someone' gets hurt.", though what will another to be a great wise.someone have to say about it "when that 'someone' dies in the process"?
codeorder 197 Nearly a Posting Virtuoso
Freedom is freedom, thus when it comes to invading someone's personal fantasies, you are invading their soul, not their personal life. From someone in .us, to someone around .us, respect a soul more than a dream.
codeorder 197 Nearly a Posting Virtuoso
The greatest retirement of all, is being retired from life it's self.
codeorder 197 Nearly a Posting Virtuoso
Wake up to a beautiful thought of the day, shared from a distant part of the world, and wake up to...
codeorder 197 Nearly a Posting Virtuoso
If you ever had anyone or anything to blame, God should be at the top of the list of suspects to blame.
codeorder 197 Nearly a Posting Virtuoso
Why continue to speak if no one ever cared or will ever care about what you have said or will have to say?
codeorder 197 Nearly a Posting Virtuoso
To have never cared that you previously lived before getting eternal.life, is as having lived a worthless life, and as you, this Thought of the Day has never existed.
codeorder 197 Nearly a Posting Virtuoso
Think of nothing before saying anything and you will say nothing about everything?.
codeorder 197 Nearly a Posting Virtuoso
If you knew for a fact that they beat, rape, and kill kids in heaven, then keep them in hell for 10 years with no God given reason, and you had the option to accept eternal.life or not, would you accept it anyways? What if one of those kids was you, would you still accept?
codeorder 197 Nearly a Posting Virtuoso

bad day ?

Just stating fact, Nothing Else. :)

codeorder 197 Nearly a Posting Virtuoso
Forget Nothing and Format Everything.
codeorder 197 Nearly a Posting Virtuoso
I don't need to be p.ssed off all day for no God dam.n reason, worthless sh.t anyways.
codeorder 197 Nearly a Posting Virtuoso
Sounds to my heart from my heart to yours, beat like the rain drops on a distant drum.
codeorder 197 Nearly a Posting Virtuoso
Monks of deception are part of a deceptive religion.
codeorder 197 Nearly a Posting Virtuoso

Fugg this ambiguous word, yo!!!(tough cookie to crack;D)

Foshizzle

codeorder 197 Nearly a Posting Virtuoso
If I were a God and would have to wash away the world's sins, Greed would be at the top of the list and Nothing Else following; somewhat deadly for a world full of sinners.
codeorder 197 Nearly a Posting Virtuoso
Respect and honor the ones close to you and care not about the one close to them.
codeorder 197 Nearly a Posting Virtuoso
If the world owes a debt, then why do I have "their?" headache?
codeorder 197 Nearly a Posting Virtuoso
Why follow the ways of someone if they only follow one path and are blind?
codeorder 197 Nearly a Posting Virtuoso

Know the Brouhaha of the world and know their greed.

Thanks :)

codeorder 197 Nearly a Posting Virtuoso
Clear a day and clear a.way.
codeorder 197 Nearly a Posting Virtuoso

What would codeorder do if this thread was never created?

I would not help out with the Thoughts of the Day, Nothing Else.

Be bold, be creative and wonder what to do spiritually beyond 2012, for no known prophecies occur beyond this year, says so part of a world.
codeorder 197 Nearly a Posting Virtuoso
Fear the glare of my sun no more, for it has grown.
codeorder 197 Nearly a Posting Virtuoso
.note to God: When did you turn retarded? Just wondering since there is still a world left and I'm living in it.
codeorder 197 Nearly a Posting Virtuoso

I am currently at a loss, for I cannot matiscate? the word mastication in a sentence. :'(

Honesty

codeorder 197 Nearly a Posting Virtuoso
To open a door to another dimension, is to open someone else's safe.door.
codeorder 197 Nearly a Posting Virtuoso
When you know that you are in safe.hands, then you know that you have Nothing to worry about.