winforms
Preventing horizontal auto-scrolling on radtreeview with long node names
I have a winform RadTreeView that has long names for the nodes and in a small area of the application. When I click the checkbox next to the node name to check it, the node gets selected and the windo[详细]
2023-04-13 05:33 分类:问答TabControl and borders visual glitch
I have these visual glitches on every tabControls when I am changing its tabPages BackColor and the BackColor of the form, as illustrated on the following images:[详细]
2023-04-13 05:15 分类:问答How can i show MinimizeBox without MaximizeBox?
How 开发者_JAVA技巧can i show the MinimizeBox without the MaximizeBox.You cannot hide them. The Form has two properties called MinimizeBox and MaximizeBox, set false which you do notneed.[详细]
2023-04-13 04:47 分类:问答Numeric validations for DataGridView in WinForm application
I have a DataGridView in which I have to do cell validations for double a开发者_运维知识库nd integer values as well as checking whether they are empty. How to do it?For cell value validation you may h[详细]
2023-04-13 04:28 分类:问答How do I play two sounds one after the other in a Windows Forms application?
I want to play two sounds one after the other in reaction to a button click. When the first sound finishes, the second sound should start playing.[详细]
2023-04-13 03:28 分类:问答Issue with Listing Files During Load Event
I created a program that lists all the files you have in a certain(select-able) directory with the file extensi开发者_如何学Goon \".pdf\" and allows the user send these files to a network drive.[详细]
2023-04-13 02:25 分类:问答Tabs in right and left side of TabControl c#
Is it possible to have ta开发者_运维知识库bs in both sides of TabControl ? if yes how can i do it ?You can adjust the alignment of all of the tabs on the control (top, left, right, bottom) but you can[详细]
2023-04-13 02:21 分类:问答Prevent changes on radio button checked?
When i change the checked into another radio button, i wanna show a message and when user answers no, i want there will be any changing in my form but in my case i do get any changes.[详细]
2023-04-13 00:42 分类:问答Data Grid View and Vertical scrollbars issue
I realized something annoying when using a data grid view control. When I try to set the cell\'s height by setting the RowTemplate height property to fit more records on the grid, the vertica开发者_JA[详细]
2023-04-13 00:42 分类:问答Dynamically programming a grid consisting of 64 buttons (8x8)
I\'m trying to create a chess game purely for my learning C# and chess. Just to start off with, I would like to create an 8x8 grid of buttons through code rather than the designer. This would save me[详细]
2023-04-13 00:22 分类:问答