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.
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
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
I added two lines to the maximize code, so it wont go over everything(Like the taskbar)
Just copy this to the maximize button:
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
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!
LSIBMHBIWFETALOL
Which means -
Laughing silently in between my head because it wasn't funny enough to actually laugh out loud!
Agust1337 wrote:I added two lines to the maximize code, so it wont go over everything(Like the taskbar)Great!
Just copy this to the maximize button:
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.
Well this is one of the best progressbar using different colors. Thanks for sharing cooll;
Copyright Information
Copyright © Codenstuff.com 2020 - 2023