codeorder 197 Nearly a Posting Virtuoso
Does thieving the internet offend the internet? Reason asking: Internet does not speak for it's self, yet?.
codeorder 197 Nearly a Posting Virtuoso
GameSpy To (:my.cool.little.email,that should be safest email.inbox on line, "If" .i. use Windows 7:)@live.com:"Dark Souls Hits PC in August"(my.b.day.in.aug,fugged.up)
codeorder 197 Nearly a Posting Virtuoso
In an elemental world my dear...daniweb.members, we are IT and being "it" is not being human, it is being elemental.
codeorder 197 Nearly a Posting Virtuoso
The further away from shore one gets, the deeper the sh.t he can get into.

(pardon the choice of "word", for I am Not pure.blood american)

codeorder 197 Nearly a Posting Virtuoso

For my determination to be clear to others as well as myself, I have to leave this life's sentence a little earlie....

Seduction

codeorder 197 Nearly a Posting Virtuoso
If the #'s for "I Love You" are "1 4 3" Then what do the #'s in "Area 51" stand for?
codeorder 197 Nearly a Posting Virtuoso
For a story to begin, another story must end.
codeorder 197 Nearly a Posting Virtuoso

For "I" is commited to "Me" and that commitment in my book of commitments(lmaoo:D), seems eternal.

Burst

codeorder 197 Nearly a Posting Virtuoso

Check out this post for info regarding downloading web.content in vb.net and displaying progress via a ProgressBar.

codeorder 197 Nearly a Posting Virtuoso

Since you do Not have a "href=" or a "onclick=" in that html.element, I doubt you can click it.
Post more of the html.content surrounding your type="image" if possible.

codeorder 197 Nearly a Posting Virtuoso
Autumn's leaves are spring's arrivals.
codeorder 197 Nearly a Posting Virtuoso

Since you have titleRect to draw the Form's Title, why Not add an "iconRect" just prior to the .Location.X of the titleRect and draw the Form's Icon?

codeorder 197 Nearly a Posting Virtuoso
If helium is funny Then what is sad?
codeorder 197 Nearly a Posting Virtuoso
To get guaranteed results, a light must be lit to point the way to victory.
codeorder 197 Nearly a Posting Virtuoso
A green planet means less humanity for the world. Go green or go human?
codeorder 197 Nearly a Posting Virtuoso
Exotic forces of nature, point to the ones that can honorably hold their head up high.
codeorder 197 Nearly a Posting Virtuoso
For me to get my news quicker, I had to hack cnn.com and extract content. Just thinking, what are your ways when IT comes to getting news quicker?
codeorder 197 Nearly a Posting Virtuoso
For a life's time, Constant-ly improve the time of IT's life.
codeorder 197 Nearly a Posting Virtuoso
Should we "see" what an "eye" is without an "ehy"?;Then vote for Obama to be a once in a lifetime deal, the 3rd candidate.
codeorder 197 Nearly a Posting Virtuoso

..., for IT has lots of love.

codeorder 197 Nearly a Posting Virtuoso
The sunrise over a world, is a sunrise for a new world order.
codeorder 197 Nearly a Posting Virtuoso

...and cloud has a sky to cover.

codeorder 197 Nearly a Posting Virtuoso
For news to be great, "we" have to make the world greater.
codeorder 197 Nearly a Posting Virtuoso

But would other programs with this code be able to decode the data?

I'm not quite certain since cryptography is a new field for me, though I do believe that this: Dim saltValue As String = "mySaltValue" is what makes your .app unique. Changing the value to anything, should only allow your app to decode it and none other.

codeorder 197 Nearly a Posting Virtuoso

Create a folder in \bin\Debug as "Test".
Use this to locate folder and files within.

Dim myFolder As String = Application.StartupPath & "\Test\"

When distributing the .app, make sure you have a folder named "Test" in the same folder as the .exe and you can use that Application.StartupPath & "\Test\" for whatever use needed.

Hope this helps.

codeorder 197 Nearly a Posting Virtuoso
Astronomy would be better if we had more creative astronomers and less people breaking their telescopes.
codeorder 197 Nearly a Posting Virtuoso
Without NASA, our love for space would be less defined.
codeorder 197 Nearly a Posting Virtuoso
Challenge today's technology and rebuild tomorrow without it.
codeorder 197 Nearly a Posting Virtuoso
Courage is an unexplainable desire.
codeorder 197 Nearly a Posting Virtuoso
Shifting old horizons into new ones, is my thought of the day. What's yours?
codeorder 197 Nearly a Posting Virtuoso
A pencil will never write without a hand.
codeorder 197 Nearly a Posting Virtuoso

WebBrowser1.Document.Forms(0).InvokeMember("submit")

codeorder 197 Nearly a Posting Virtuoso
The only thing that Not even God can ever give back to a human, is their childhood.
codeorder 197 Nearly a Posting Virtuoso

If you are trying to get extract content from a webpage in a WebBrowser, use MsgBox(WebBrowser1.Document.Body.InnerHtml).

codeorder 197 Nearly a Posting Virtuoso

Bright is for darkness and dark is for brightness.

codeorder 197 Nearly a Posting Virtuoso

I would change those 255's to 256 since Int(Rnd() * 255) will return values from 0 To 254 and Not 0 To 255 as it should.

codeorder 197 Nearly a Posting Virtuoso

See if this helps.

Public Class Form1
    Private WithEvents tmrMain As New Timer With {.Interval = 2000, .Enabled = True}
    Private rnd As New Random

    Private Sub tmrMain_Tick(ByVal sender As Object, ByVal e As System.EventArgs) Handles tmrMain.Tick
        Static r, g, b As Integer
        r = rnd.Next(0, 256) : g = rnd.Next(0, 256) : b = rnd.Next(0, 256)
        Me.BackColor = Color.FromArgb(r, g, b)
    End Sub
End Class
codeorder 197 Nearly a Posting Virtuoso

Not a c#.coder, though see if this helps.
http://www.daniweb.com/software-development/vbnet/threads/312128/1335997#post1335997
The first part, "Using .txt File.", replace "TextBox1.Text" with "counter".

codeorder 197 Nearly a Posting Virtuoso

As Mitja Bonca's post, declare your Class Level Integer( int counter; ) at the top of the Form's code window, not in a Sub/etc.. This keeps track of how many clicks.
.on Form.Load, check if a certain.File.Exist and if it does, load the file, read it, and set the value from the file to your int counter; . If it does not exist, just skip.
Now, to make it all work, when closing the app, only save "counter" Integer to the same certain.File you checked if existed on Form.Load.

codeorder 197 Nearly a Posting Virtuoso

If you're trying to do a 30 day trial version, save the # from Mitja Bonca's post to a file and load the # back each time the app loads.

I think that using the registry to save/load your trial #'s is a little more secure than a basic file, if not encrypted properly.

codeorder 197 Nearly a Posting Virtuoso

.heights' of destruction can get politically incorrect for uncertain good.reasons.

codeorder 197 Nearly a Posting Virtuoso

.i just went grasshopper and ran out the.door, thanks also.:)

codeorder 197 Nearly a Posting Virtuoso

daydie keep up the go in "go"od work andAlso :).

codeorder 197 Nearly a Posting Virtuoso

Not a math.wiz, just hobbyist programmer, and am just wondering; How are the calculations added up to return those results?
.ex: "C=0.4857143", though how are you getting that value?

zhouy commented: comment is not important -1
codeorder 197 Nearly a Posting Virtuoso

use a Static inside your Sub.

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click, Button2.Click, Button3.Click
        Static btnName As String = "" '// stores .Name of btn.
        With CType(sender, Button)
            If btnName = "" Then MsgBox(.Name) Else MsgBox("previous btn: " & btnName)
            btnName = .Name '// add value to your string "AFTER".
        End With
    End Sub
codeorder 197 Nearly a Posting Virtuoso

.talent above style, is to been seen.

codeorder 197 Nearly a Posting Virtuoso

A newborn's courage is fearless.

codeorder 197 Nearly a Posting Virtuoso

:)

codeorder 197 Nearly a Posting Virtuoso

.don't wanna spam thread,though u got b.tch.slapped=True .
.sh.t happens sometimes.:)

codeorder 197 Nearly a Posting Virtuoso

skilly, .i left a few times also.:)