8 questions from the last 30 days
0
votes
0
answers
44
views
DevExpress WinForms: Ribbon BarButtonGroup loses visual grouping when AllowAllUp = true is set for SpreadsheetControl alignment buttons
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 ...
1
vote
2
answers
198
views
No background available for pasting a root node
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 ...
Best practices
0
votes
8
replies
90
views
Best practice regarding formating code in visual studio
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 ...
Tooling
0
votes
10
replies
141
views
(JavaScript/TypeScript + npm) vs C# (WPF/WinForms) in Desktop Development
🚀 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 ...
-1
votes
0
answers
86
views
How to use snap lines from an exisiting .NET control in WinForms Out of Process Designer?
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 ...
0
votes
1
answer
103
views
Applying relief (emboss) effect to bitmap using GetPixel/SetPixel in C# WinForms
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 ...
1
vote
1
answer
101
views
Is there an altgr modifier for SendKeys.Send
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 ...
Best practices
0
votes
7
replies
131
views
.NET 10 WinForms handling SQL Connection Strings
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 ...