|
-
Aug 18th, 2020, 11:07 AM
#1
Thread Starter
Hyperactive Member
-
Aug 18th, 2020, 09:00 PM
#2
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.
-
Aug 19th, 2020, 03:05 AM
#3
Thread Starter
Hyperactive Member
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?
-
Aug 19th, 2020, 03:44 AM
#4
Re: Windows-Form Customized Top Border Design
-
Aug 19th, 2020, 04:46 AM
#5
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:
-
Aug 23rd, 2020, 06:52 AM
#6
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|