My progressbar + custom form beta

If you have completed an application and wish to share the complete source/project files with everyone then please post it in here. Source-code files only, no tutorials.
21 posts Page 2 of 3
User avatar
Usman55
VIP - Site Partner
VIP - Site Partner
Posts: 2821
Joined: Thu Dec 24, 2009 7:52 pm

Re: My progressbar
Usman55
Good stuff! I really like it...
Image
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: My progressbar
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
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
User avatar
Runar
VIP - Donator
VIP - Donator
Posts: 28
Joined: Thu Jan 20, 2011 11:18 pm

Re: My progressbar + custom form beta
Runar
Thread updated :)
Copyrighted © 2011 RunarM.
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

What has been updated?
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

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
Top-notch casual Dating
User avatar
Skillful
Skillful Coders
Skillful Coders
Posts: 969
Joined: Tue Nov 16, 2010 10:07 am

The beta look good. Keep it up!
Instead of LOL use this -
LSIBMHBIWFETALOL

Which means -
Laughing silently in between my head because it wasn't funny enough to actually laugh out loud!
User avatar
Runar
VIP - Donator
VIP - Donator
Posts: 28
Joined: Thu Jan 20, 2011 11:18 pm

Re: My progressbar + custom form beta
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
Copyrighted © 2011 RunarM.
User avatar
RonaldHarvey
Top Poster
Top Poster
Posts: 113
Joined: Tue Apr 05, 2011 2:32 pm

Well this is one of the best progressbar using different colors. Thanks for sharing cooll;
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Bump much?
Top-notch casual Dating
User avatar
Zulf
Serious Programmer
Serious Programmer
Posts: 441
Joined: Fri Jun 11, 2010 7:46 am

Re: My progressbar + custom form beta
Zulf
Lol ikrrrrrrrrrrrrrrrrrrrrrrrrrrrr.
Image
21 posts Page 2 of 3
Return to “Source-Code”