![]() |
|
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) |
RE: N2Oxide ProgressBar [C# - GDI] - Linuxephus™ - 04-15-2013 (04-15-2013, 04:21 AM)ArkPhaze Wrote: @Linuxephus - I've made another update to this progress bar look/style. It now is modified to show a visual display of the percentage too. This is the good sh*t: Yes, the space between the percentage counter and the progress bar could be narrowed another 5 clicks or so. Otherwise, even better. RE: N2Oxide ProgressBar [C# - GDI] - ArkPhaze - 04-15-2013 EDIT: Fixed... ![]() {Code: UPDATED First Post} (04-15-2013, 04:27 AM)Linuxephus Wrote: Yes, the space between the percentage counter and the progress bar could be narrowed another 5 clicks or so. When you get to 100% it takes up nearly the full space - the width before the text.. So it's all even ![]() EDIT: More previews: ![]() EDIT: I've added the colors as properties now so they can be configured via the IDE Properties window through the designer. RE: N2Oxide ProgressBar [C# - GDI] - ArkPhaze - 04-15-2013 EDIT: Fixed... ![]() {Code: UPDATED First Post} (04-15-2013, 04:27 AM)Linuxephus Wrote: Yes, the space between the percentage counter and the progress bar could be narrowed another 5 clicks or so. When you get to 100% it takes up nearly the full space - the width before the text.. So it's all even ![]() EDIT: More previews: ![]() EDIT: I've added the colors as properties now so they can be configured via the IDE Properties window through the designer. RE: N2Oxide ProgressBar [C# - GDI] - Psycho_Coder - 04-15-2013 (04-15-2013, 04:21 AM)ArkPhaze Wrote:(04-15-2013, 04:18 AM)Linuxephus Wrote:(04-15-2013, 02:53 AM)ArkPhaze Wrote: You can change the alpha settings as well to get the style that you want: Oh , thank you sir I've learned some cool effects from your last post on GDI and I will implement this as well and make something new , Thanks a lot you're a real help . miling: miling: miling: miling:
RE: N2Oxide ProgressBar [C# - GDI] - Psycho_Coder - 04-15-2013 (04-15-2013, 04:21 AM)ArkPhaze Wrote:(04-15-2013, 04:18 AM)Linuxephus Wrote:(04-15-2013, 02:53 AM)ArkPhaze Wrote: You can change the alpha settings as well to get the style that you want: Oh , thank you sir I've learned some cool effects from your last post on GDI and I will implement this as well and make something new , Thanks a lot you're a real help . miling: miling: miling: miling:
RE: N2Oxide ProgressBar [C# - GDI] - Linuxephus™ - 04-15-2013 (04-15-2013, 04:41 AM)ArkPhaze Wrote: When you get to 100% it takes up nearly the full space - the width before-->>you meant the width after?<<-- the text.. So it's all even Eh...I assume you meant the space betwixt the text (percentage counter) and the start of the progress bar could be moved closer together by 5 clicks or so is what I was referring to. Edit: Never mind @ArkPhaze, I just re-read your updated comment. Duly noted and understood now.:thumbs: RE: N2Oxide ProgressBar [C# - GDI] - Linuxephus™ - 04-15-2013 (04-15-2013, 04:41 AM)ArkPhaze Wrote: When you get to 100% it takes up nearly the full space - the width before-->>you meant the width after?<<-- the text.. So it's all even Eh...I assume you meant the space betwixt the text (percentage counter) and the start of the progress bar could be moved closer together by 5 clicks or so is what I was referring to. Edit: Never mind @ArkPhaze, I just re-read your updated comment. Duly noted and understood now.:thumbs: RE: N2Oxide ProgressBar [C# - GDI] - ArkPhaze - 04-15-2013 (04-15-2013, 04:52 AM)Linuxephus Wrote:(04-15-2013, 04:41 AM)ArkPhaze Wrote: When you get to 100% it takes up nearly the full space - the width before-->>you meant the width after?<<-- the text.. So it's all even Ahh, I see :ok:. At first you mentioned the text, so my head was thinking relative coordinates from the rectangular splitter I drew, and the text display, hence the value in between these 2 points. I meant the Y coordinate of the actual splitter/rectangle/line that splits the text and the progress indication bar itself though. Who needs paid custom controls when you can draw your own though I'm thinking... ? lol I'm getting a good collection of my own just from my demos: ![]() Actually, my hard drive is full of other controls I have made that you guys haven't even seen yet as well. RE: N2Oxide ProgressBar [C# - GDI] - ArkPhaze - 04-15-2013 (04-15-2013, 04:52 AM)Linuxephus Wrote:(04-15-2013, 04:41 AM)ArkPhaze Wrote: When you get to 100% it takes up nearly the full space - the width before-->>you meant the width after?<<-- the text.. So it's all even Ahh, I see :ok:. At first you mentioned the text, so my head was thinking relative coordinates from the rectangular splitter I drew, and the text display, hence the value in between these 2 points. I meant the Y coordinate of the actual splitter/rectangle/line that splits the text and the progress indication bar itself though. Who needs paid custom controls when you can draw your own though I'm thinking... ? lol I'm getting a good collection of my own just from my demos: ![]() Actually, my hard drive is full of other controls I have made that you guys haven't even seen yet as well. 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 ![]() Is GDI available in VB.NET? |