Skip to main content
0 votes
0 answers
44 views

I am working with DevExpress WinForms SpreadsheetControl (v23.2) and generating a custom Ribbon. I have a SpreadsheetBarController linked to the control to automatically update the button states. I ...
NgDinhThi's user avatar
1 vote
2 answers
198 views

I have a Winforms app with a treeview which consists of multiple root nodes. My data would not look good with just a single root node. I require the user to have the ability to click the mouse to add ...
tonyk's user avatar
  • 23
Best practices
0 votes
8 replies
90 views

I’ve recently started working with more complex code to improve my programming skills. As my projects grow, I’m finding it increasingly difficult to keep my code well formatted and readable and it ...
ReallyBadProgrammer's user avatar
Tooling
0 votes
10 replies
141 views

🚀 Desktop Development Debate: Electron vs C# (WPF/WinForms) I've been exploring desktop application development and came across an Electron-based project (using npm, Tailwind CSS, and modern web ...
Ammar Ahmed's user avatar
-1 votes
0 answers
86 views

I have a custom Winforms control containing a text box. I want to implement a custom designer for my control showing the snap lines of the included text box. For .NET Framework, I found a solution ...
TSchoening's user avatar
0 votes
1 answer
103 views

I am trying to apply a simple relief (emboss-like) effect to an image in a WinForms application using Bitmap.GetPixel and SetPixel. The idea is to compare the brightness of the current pixel with a ...
SuperHonkMan's user avatar
1 vote
1 answer
101 views

I'm writing a simple little winforms program that takes a text from a textbox and types it out one character at a type using the SendKeys.Send method. The problem is that the modifier in the string ...
Zoltán Király's user avatar
Best practices
0 votes
7 replies
131 views

I'm creating a .NET 10 WinForms program that will run on multiple user's desktop and communicate with a remote SQL Server (standalone server, not Azure). I've looked around for the best practice to ...
somecallmetim's user avatar