Results 1 to 9 of 9

Thread: Creating a new template and a beautiful user interface

  1. #1

    Thread Starter
    Addicted Member Mojtaba's Avatar
    Join Date
    Dec 2020
    Posts
    150

    Creating a new template and a beautiful user interface

    Hello friends, I am very fond of designing beautiful forms
    I want to create a form where all controls change
    like the : SkinCrafter ، Active skin ، codejock skin . . .
    Each of these tools has its own characteristics as well as problems
    I want to create my form without using these tools so that it applies to all forms

    Name:  fauxstoon.png
Views: 367
Size:  42.2 KB

    Name:  darksun.png
Views: 376
Size:  50.1 KB

    Please advise how I can do this without tools and with VB6 itself
    For example, create my own button and apply it to all the default buttons
    Or apply the form I designed to all app forms

  2. #2
    Hyperactive Member
    Join Date
    Jun 2016
    Location
    España
    Posts
    506

    Re: Creating a new template and a beautiful user interface


  3. #3
    Lively Member
    Join Date
    May 2021
    Posts
    95

    Re: Creating a new template and a beautiful user interface

    You could also check out Leandro Ascierto's blog generally, but his posts on skins for Forms specifically: http://leandroascierto.com/blog/cate...a-formularios/

  4. #4

    Thread Starter
    Addicted Member Mojtaba's Avatar
    Join Date
    Dec 2020
    Posts
    150

    Re: Creating a new template and a beautiful user interface

    Thank you both

  5. #5
    PowerPoster
    Join Date
    Jul 2010
    Location
    NYC
    Posts
    5,652

    Re: Creating a new template and a beautiful user interface

    There's also http://www.vbaccelerator.com/codelib/gfx/skin.htm

    Edit: Appears vbAccelerator is back to not fully working (you can view that page with images of what it does, but the DL links are broken), but I had archived it and Tanner made a github repo from that, you can find that project here.
    Last edited by fafalone; Aug 9th, 2022 at 09:58 PM.

  6. #6
    Lively Member
    Join Date
    May 2021
    Posts
    95

    Re: Creating a new template and a beautiful user interface

    I can't thank you enouh for archiving it (and to Tanner for putting it on Github) - it's currently my primary resource in my GDI/GDI+ studies!

  7. #7

    Thread Starter
    Addicted Member Mojtaba's Avatar
    Join Date
    Dec 2020
    Posts
    150

    Re: Creating a new template and a beautiful user interface

    Quote Originally Posted by fafalone View Post
    There's also http://www.vbaccelerator.com/codelib/gfx/skin.htm

    Edit: Appears vbAccelerator is back to not fully working (you can view that page with images of what it does, but the DL links are broken), but I had archived it and Tanner made a github repo from that, you can find that project here.
    I downloaded and ran this project
    I added all the references, the executable opens, but the project gives an error in VB6.
    Error in the code : Dim f As New frmCustomiseSkin
    What could be the problem?

    Name:  Untitled.jpg
Views: 250
Size:  37.5 KB

    This project is exactly what I want to assign multiple images to all forms
    Last edited by Mojtaba; Aug 11th, 2022 at 09:14 AM.

  8. #8
    PowerPoster
    Join Date
    Jul 2010
    Location
    NYC
    Posts
    5,652

    Re: Creating a new template and a beautiful user interface

    Do you have the frmCustomiseSkin? What's the error?

  9. #9

    Thread Starter
    Addicted Member Mojtaba's Avatar
    Join Date
    Dec 2020
    Posts
    150

    Re: Creating a new template and a beautiful user interface

    Quote Originally Posted by fafalone View Post
    Do you have the frmCustomiseSkin? What's the error?
    The problem was solved. I added the frmCustomiseSkin form to the project

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