![]() |
|
Tutorial C# Material Design/Lollipop WinForms UI - 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: Tutorial C# Material Design/Lollipop WinForms UI (/Thread-Tutorial-C-Material-Design-Lollipop-WinForms-UI) |
C# Material Design/Lollipop WinForms UI - v.i.k.i - 06-03-2015 ![]() After month of hardworking, today i introduce to you Google's Material Design Controls for C# WinForms projects. • Version: 1.0 ![]() Current controls: • Button • FlatButton • Card • SmallCard • CheckBox • Toggle • RadioButton • TextBox • FileInput • FolderInPut • Label • ProgressBar Here is a screenshot: ![]() ![]() To implement LollipopUI in your application 1. Add the resources to your project Add Roboto-Medium and Roboto-Regular fonts to resources. Open solution explorer and Right-click on Roboto-Medium => Properties => Change Build Action from "None" to "Embedded Resource".....Do the same to Roboto-Regular . 2. Add the references add System.Design.dll reference to your project. To do that click on Project tab => Choose Add Reference => Select System.Design and press ok. ![]() you can download a zip file containing cs files, fonts and Example Project from GitHub. https://github.com/Viki4Tech/MaterialDesign ![]() If you need any help or anything else, don't hesitate =D My Facebook acc: https://www.facebook.com/profile.php?id=100006635474719 v.i.k.i Facebook: https://www.facebook.com/VikiTechnology v.i.k.i Google+: https://plus.google.com/u/0/b/113510021162458322468/113510021162458322468 RE: C# Material Design/Lollipop WinForms UI - NoNs - 06-05-2015 can this use for vb.net ? RE: C# Material Design/Lollipop WinForms UI - v.i.k.i - 06-05-2015 actually i didn't design it for vb.net , but it may be available in next version =D RE: C# Material Design/Lollipop WinForms UI - NoNs - 06-05-2015 do you use Skype ? i'm waiting for your next version add me, : Breaker9691 fb.com/non9196 :3 i have a tons of project and need your skill for design, if i can make profit then i will share with you okay ? RE: C# Material Design/Lollipop WinForms UI - v.i.k.i - 06-05-2015 I dont have skype acc but here is my own facebook : https://www.facebook.com/profile.php?id=100006635474719 =D RE: C# Material Design/Lollipop WinForms UI - Ultimatum - 06-06-2015 Very nice. No alert or message box yet? RE: C# Material Design/Lollipop WinForms UI - v.i.k.i - 06-06-2015 more controls will be existed in the next version
RE: C# Material Design/Lollipop WinForms UI - NoNs - 06-06-2015 so when you will release the next version :3 I added you mate "Đặng Khánh" -> RE: C# Material Design/Lollipop WinForms UI - Xanders - 06-06-2015 Not sure what we can actually use this for but hope it's good! RE: C# Material Design/Lollipop WinForms UI - Altair - 08-05-2017 Happy to I found what I search in SL
|