Using Visual Studio and C#, does anyone know how to code a 3d button? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

21st Oct 2022, 8:11 PM
MasterHun
MasterHun - avatar
9 Answers
+ 2
Why isn't the student asking? Search for "C# 3d Button" with the Google Search engine.
21st Oct 2022, 8:32 PM
Chris Coder
Chris Coder - avatar
21st Oct 2022, 9:04 PM
Chris Coder
Chris Coder - avatar
+ 1
We tried nothing useful showed up in our search result.
21st Oct 2022, 8:56 PM
MasterHun
MasterHun - avatar
+ 1
In WinForms.
22nd Oct 2022, 1:41 PM
MasterHun
MasterHun - avatar
0
Winforms or wpf
22nd Oct 2022, 8:04 AM
sneeze
sneeze - avatar
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.
22nd Oct 2022, 1:45 PM
MasterHun
MasterHun - avatar
0
Can you post a picture or a link to show what you have in mind.
23rd Oct 2022, 12:47 PM
sneeze
sneeze - avatar
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
25th Oct 2022, 8:07 PM
sneeze
sneeze - avatar