Sinisterly
N2Oxide ProgressBar [C# - GDI] - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework)
+--- Thread: N2Oxide ProgressBar [C# - GDI] (/Thread-N2Oxide-ProgressBar-C-GDI)

Pages: 1 2 3 4 5


RE: N2Oxide ProgressBar [C# - GDI] - Ex094 - 04-15-2013

Wow, thats wicked especially the one with the stars and the progress bar, A Job well done Smile
Is GDI available in VB.NET?


RE: N2Oxide ProgressBar [C# - GDI] - ArkPhaze - 04-15-2013

@Ex094 - GDI is available in VB.NET yes. :ok:


RE: N2Oxide ProgressBar [C# - GDI] - ArkPhaze - 04-15-2013

@Ex094 - GDI is available in VB.NET yes. :ok:


RE: N2Oxide ProgressBar [C# - GDI] - Ex094 - 04-15-2013

(04-15-2013, 05:39 AM)ArkPhaze Wrote: @Ex094 - GDI is available in VB.NET yes. :ok:
Those themes in VB.NET applications, they are made using GDI too, right?


RE: N2Oxide ProgressBar [C# - GDI] - Ex094 - 04-15-2013

(04-15-2013, 05:39 AM)ArkPhaze Wrote: @Ex094 - GDI is available in VB.NET yes. :ok:
Those themes in VB.NET applications, they are made using GDI too, right?


RE: N2Oxide ProgressBar [C# - GDI] - ArkPhaze - 04-15-2013

Most likely Smile DirectX is usually C++, unless the person is using some managed library. Most people use GDI however, out of whatever options you know might be available.

If used properly, you can still make some cool stuff, and with animations too...

Here's a demo of what my progressbar looks like while incrementing the value:
[Image: K54a6ei.gif]


RE: N2Oxide ProgressBar [C# - GDI] - ArkPhaze - 04-15-2013

Most likely Smile DirectX is usually C++, unless the person is using some managed library. Most people use GDI however, out of whatever options you know might be available.

If used properly, you can still make some cool stuff, and with animations too...

Here's a demo of what my progressbar looks like while incrementing the value:
[Image: K54a6ei.gif]


RE: N2Oxide ProgressBar [C# - GDI] - Coder-san - 04-15-2013

Nice. Loved it. Smile


RE: N2Oxide ProgressBar [C# - GDI] - Coder-san - 04-15-2013

Nice. Loved it. Smile


RE: N2Oxide ProgressBar [C# - GDI] - Riverclawz - 04-15-2013

Should i start playing with VB as a second language to learn or should i pick something else?
I want learn how to create something with nice visuals so i can make an even prettier progress bar Biggrin Biggrin And i started programming with C.