+ 1
Using Visual Studio and C#, does anyone know how to code a 3d button?
I have a student in the GITA program at his HS. He's learning C# and the .Net Framework. He can code flat buttons. But not 3d buttons.
9 Antworten
+ 2
Why isn't the student asking? Search for "C# 3d Button" with the Google Search engine.
+ 2
+ 1
We tried nothing useful showed up in our search result.
+ 1
In WinForms.
+ 1
Can you post a picture or a link to show what you have in mind.
https://www.google.com/imgres?imgurl=http%3A%2F%2Fwww.hacktrix.com%2Fwp-content%2Fuploads%2F2009%2F01%2Fwindows-xp-captions-button-size-2.jpg&imgrefurl=https%3A%2F%2Fwww.hacktrix.com%2Fchange-the-size-of-minimize-maximize-and-close-button-in-windows&tbnid=cDldZ7lMQWnUeM&vet=1&docid=d5KbtKX74lGqjM&w=404&h=448&hl=en-US&source=sh%2Fx%2Fim
0
Winforms or wpf
0
Buttons like this?
https://www.codeproject.com/KB/miscctrl/MACButton_Article/MACButton_Article.PNG
Not exactly these buttons. But the 3D buttons from Windows XP. Windows 95.
0
Can you post a picture or a link to show what you have in mind.
0
It is not just property, but it can be done.
It is not easy and needs some work-arrounds.
Have a look at the following links.
https://stackoverflow.com/questions/37484556/c-sharp-winforms-button-with-solid-border-like-3d
This is about panels, when adding a onclick event panels can be used as buttons.
https://bytes.com/topic/c-sharp/answers/266824-borderstyle-panel