Ah, thanks for the reminder. Uploaded virus scans.
I removed the binaries from the project folder and re-uploaded.
Files are clean. Approved
Originally Posted by Jason
I removed the binaries from the project folder and re-uploaded.
Files are clean. Approved
Thanks for the approval
It's pixelly. Use Anti-aliasing, it looks ALOT better.
[highlight=vb.net]Dim g As Graphics = PictureBox1.CreateGraphics
g.SmoothingMode = Drawing2D.SmoothingMode.AntiAlias
g.DrawArc(Draw, 14, 14, 190, 190, x, CInt(Label1.Text))[/highlight]
It seems to glitch though. :/
Originally Posted by master131
It's pixelly. Use Anti-aliasing, it looks ALOT better.
[highlight=vb.net]Dim g As Graphics = PictureBox1.CreateGraphics
g.SmoothingMode = Drawing2D.SmoothingMode.AntiAlias
g.DrawArc(Draw, 14, 14, 190, 190, x, CInt(Label1.Text))[/highlight]
It seems to glitch though. :/
I was going to, but I made this just sort of as an example to show people how it's done. Very easy, but has a cool result. I'll most likely update it to a non-pixily version soon when I get the chance.
And how does your code glitch?
Since i don't see any declaration of Draw, then i'd suggest using Pens.Gray in it's place; or any other color of choice.
Hey nice release
Originally Posted by cgallagher21
Hey nice release
Thanks for the feedback.
I'm definitely looking forward to making further releases.
It doesn't draw properly like it works, and then suddenly the arc screws up. I can't explain.
Originally Posted by master131
It doesn't draw properly like it works, and then suddenly the arc screws up. I can't explain.
I tested it, and it works fine for me.
Here's what I tested;
[highlight=vb.net]
Dim g As Graphics = PictureBox1.CreateGraphics
g.SmoothingMode = Drawing2D.SmoothingMode.AntiAlias
g.DrawArc(Pens.Turquoise, 14, 14, 190, 190, x, CInt(Label1.Text))[/highlight]
Wow good job! Ill learn to replace the gui tho xD
Originally Posted by Dreamer
Wow good job! Ill learn to replace the gui tho xD
Thanks!
And the GUI is easily changeable if you have access to Adobe Photoshop.
i was wounder if i could bent the progress bar ? like making it wavy with some type of degree ?? idk havnt try just asking to see if u know if it is possable @HiddenoO