Results 1 to 16 of 16

Thread: Neumorphism Design

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2008
    Location
    Argentina
    Posts
    441

    Neumorphism Design

    In this case, it is, on the one hand, a class Module and, on the other, a Usercontrol to create a modern user interface called Neumorphism, which began to become fashionable as of 2020, although it is designed for mobile applications or webs I see no reason not to implement it in our beloved vb6, at least in small applications so as not to overload memory and slow down our app. The whole engine is based on GDI +.

    With the class module there is an example where we can play with the properties of the class and other forms with some graphical examples.
    In addition, this allows you to draw a GDI + Path with which an extra module was used, where you can create different shapes (Shapes) and the style can be applied to them, I take the opportunity to thank Eduardo for taking part in the routines of his ShapeEx. and thank you very much to SomeYguy for the rutine to rotate path.

    With the Usercontrol there are three applied examples. I am not going to detail all the properties, it is a matter of reaching out and playing a bit, they are the same as the module. Accompanying the examples is the "LabelPlus" usercontrol, which is to add text and icons to the forms, (I didn't want to reprogram all this, that's why I used two usercontrols).

    Later I am going to upload a music player in which I am working where you can see all this applied.

    Finally I want to clarify that all this works faster when it is compiled.

    Name:  Neumorphism1.jpg
Views: 1480
Size:  17.1 KBName:  Neumorphism2.jpg
Views: 1386
Size:  18.1 KBName:  Neumorphism4.jpg
Views: 1332
Size:  32.0 KBName:  Neumorphism5.jpg
Views: 1317
Size:  15.4 KB

    Neumorphism.zip
    Last edited by LeandroA; Mar 16th, 2021 at 09:43 PM.
    leandroascierto.com Visual Basic 6 projects

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width