Silver Black
How to distribute VisualStyles for dialogs Vista style - FIXED!
I created a self-contained package and it works. Problem is that in my project C# WinForms, I use System.Windows.Forms.VisualStyles to have dialogs in Vista style, but the sytle is not applied as if I used normal dialogs.
What should I distribute to make it work?
Note that the software works as expected if executed from Debug folder or from the IDE itself, but not from the Release folder after the self-contained packags is created.
15 replies
Control for showing icons (.ICO files) (WinForms .Net 8)
I'm an old Delphi developer that recently is enjoying the passage to .Net and C#. I was used to have a Picture/Image control that allowed me to use image files like PNG, JPEG, BMP, ICO, etc.
But now I see that in VS Community 2022 the control Picture does not accept ICO files.
Are there other controls/methods to show icons on a form?
9 replies
✅ Should I use WinForms or WPF for my Windows x32 projects?
I'm an absolute beginner with .Net, VS and C#, but I've a long experience with Delphi and Windows development. So now I'm very excited with this new adventure in C#, but I'm kinda confused about what technology should I use for my Windows project... WPF or WinForms? I feel that WinForms could be the best choice. I only develop Windows native software.
Thank you in advance for your help.
55 replies