Page 2 of 3

Re: My progressbar

Posted: Mon Jan 31, 2011 11:38 am
by Usman55
Good stuff! I really like it...

Re: My progressbar

Posted: Mon Jan 31, 2011 1:24 pm
by Codex
I really like this and looking forward for some more from you... cooll; but whoever rated this 2 stars doesnt know how to rate

5 stars from me

Re: My progressbar + custom form beta

Posted: Tue Feb 08, 2011 1:58 pm
by Runar
Thread updated :)

Re: My progressbar + custom form beta

Posted: Tue Feb 08, 2011 3:09 pm
by mandai
What has been updated?

Re: My progressbar + custom form beta

Posted: Tue Feb 08, 2011 3:10 pm
by Agust1337
I added two lines to the maximize code, so it wont go over everything(Like the taskbar)
Just copy this to the maximize button:
Code: Select all
If maxi = True Then
            Me.WindowState = FormWindowState.Maximized
            Me.FormBorderStyle = Windows.Forms.FormBorderStyle.FixedSingle
            maxi = False
        ElseIf maxi = False Then
            Me.WindowState = FormWindowState.Normal
            maxi = True
        End If
        Me.FormBorderStyle = Windows.Forms.FormBorderStyle.None

Re: My progressbar + custom form beta

Posted: Tue Feb 08, 2011 3:15 pm
by Skillful
The beta look good. Keep it up!

Re: My progressbar + custom form beta

Posted: Tue Feb 08, 2011 3:49 pm
by Runar
Agust1337 wrote:
I added two lines to the maximize code, so it wont go over everything(Like the taskbar)
Just copy this to the maximize button:
Great!
I updated it:
Code: Select all
    Dim f1
If maxi = True Then
            Me.WindowState = FormWindowState.Maximized
            f1 = Label1.Text
            Label1.Text = "   " & f1
            Panel3.Visible = False
            Panel4.Visible = False
            Me.FormBorderStyle = Windows.Forms.FormBorderStyle.FixedSingle
            maxi = False
        ElseIf maxi = False Then
            Me.WindowState = FormWindowState.Normal
            Label1.Text = f1
            Panel3.Visible = True
            Panel4.Visible = True
            maxi = True
        End If
        Me.FormBorderStyle = Windows.Forms.FormBorderStyle.None

Re: My progressbar + custom form beta

Posted: Fri Jul 22, 2011 12:00 pm
by RonaldHarvey
Well this is one of the best progressbar using different colors. Thanks for sharing cooll;

Re: My progressbar + custom form beta

Posted: Fri Jul 22, 2011 12:21 pm
by Agust1337
Bump much?

Re: My progressbar + custom form beta

Posted: Fri Jul 22, 2011 12:43 pm
by Zulf
Lol ikrrrrrrrrrrrrrrrrrrrrrrrrrrrr.