Results 1 to 6 of 6

Thread: Windows-Form Customized Top Border Design

  1. #1

    Thread Starter
    Hyperactive Member pourkascheff's Avatar
    Join Date
    Apr 2020
    Location
    LocalHost
    Posts
    384

    Windows-Form Customized Top Border Design

    Greetings dear reader. What does the thicker transparent top border of some specific windows-itself programs call? Is it open for everyone to code and create some? Is additional options open to all like office-button, custom minimize, help etc. buttons and/or back, forward search-box controls STILL on a transparent bar... Few examples are attached as well. Thanks for cooperation \o with love, an alien
    I'm using VS10, Win10
    Target: .NET4 Win7

    Name:  Untitled.jpg
Views: 878
Size:  37.0 KB

    Name:  sssss.jpg
Views: 724
Size:  25.6 KB

    Name:  sad.png
Views: 740
Size:  38.3 KB

    Name:  djh.png
Views: 663
Size:  7.5 KB
    Attached Images Attached Images  
    Last edited by pourkascheff; Aug 18th, 2020 at 11:21 AM.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Windows-Form Customized Top Border Design

    Those windows appear to be using Aero and Aero Glass effects, which were introduced with Windows Vista but are no longer supported in Windows 10. There's no inbuilt support in .NET but you can incorporate such effects into .NET apps using API calls. If you search for those keywords then you should be able to find some information.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Hyperactive Member pourkascheff's Avatar
    Join Date
    Apr 2020
    Location
    LocalHost
    Posts
    384

    Re: Windows-Form Customized Top Border Design

    Thanks a lot jmcilhinney. The problem was I didn't know the keywords, now I do... What about customized buttons on control bar? What keyword should I look up?

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Windows-Form Customized Top Border Design

    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5
    Fanatic Member
    Join Date
    Jun 2019
    Posts
    579

    Re: Windows-Form Customized Top Border Design

    For custom UI you need to do some work on getting/creating icons, choose color schema for the app, find some custom controls libraries or create them yourself. Then you have to play with controls properties to set colors, fonts, create panels for different parts of the UI.

    You also need to add some code to handle mouse movements and clicks to get some of the visual appearance found in other applications.

    There are videos which show the process using Visual Studio:






  6. #6
    PowerPoster Poppa Mintin's Avatar
    Join Date
    Mar 2009
    Location
    Bottesford, North Lincolnshire, England.
    Posts
    2,500

    Re: Windows-Form Customized Top Border Design

    With regard to icons, you might like to design your own, or just convert an image or an existing icon to the icon you want.
    For this purpose I have been using the free 'Junior Icon Editor' from here, for half a tidy few years.

    Poppa
    Along with the sunshine there has to be a little rain sometime.

Tags for this Thread

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