windows-forms-designer
C#, do forms have an option to start with a certain button "selected"?
This was hard to explain, but say I have a form with a numeric up down. When the form starts, I want the number in the numeric up down to be highlighted meaning you can just press and number without c[详细]
2023-03-23 08:50 分类:问答C# Windows form text box format with data binding
I have a wi开发者_C百科ndows form with a text box: txtMyText. txtMyText.Text is Bound to a data source: long lMyLongValue.[详细]
2023-03-23 06:55 分类:问答Winforms application shakes when loading if a background image is set
I set a background image for my 开发者_JAVA技巧forms, but when I run the application, the form shakes. If I remove the background image, the form doesn\'t shake. How can I set the background image wit[详细]
2023-03-21 19:41 分类:问答Value of Column Name DataGridView
I\'m using Visual Studio 2010 and i\'m developing a windows form. Right now I\'m using a data grid view and i want to write some functions that would allow you to automaticlly edit the datagrid by jus[详细]
2023-03-19 13:10 分类:问答How i can use DOS Command in VB.NET?
I want to run this \"rar a -rr10 -s c:\\backup.rar c:\\file.txt\" DOS command in vb.net, my main problem is that i want to compress file in Winrar software using vb.net coding. a button is press in wi[详细]
2023-03-19 00:34 分类:问答Using VS form designer to put controls in a container defined in a superclass?
I\'m using Visual Studio 2010, and I have a base class Form, and several other forms subclassing it.I can create a co开发者_运维知识库ntainer, such as a Panel in the parent form.In the designers for t[详细]
2023-03-18 04:30 分类:问答C# Form's background image as pictureBox parent?
I have a picturebox with some transparency. I found out I can use picturebox.Parent to set the parent image, but it only works when Parent is another picturebox. But what if i want form\'s background[详细]
2023-03-16 14:13 分类:问答Why do my forms look like 'Windows Classic'?
Is there any free tool to style my C# Windows Forms, to make them look like Windows 7 Windows. **EDIT**[详细]
2023-03-15 16:01 分类:问答How to work with AutomationElement in C# properly
I want to test a windows application that is formed with Windows Forms. I decided to work with the library AutomationElements.[详细]
2023-03-13 06:45 分类:问答TabStop is not working
We have a form and textboxes in it. All of control\'s tabindex are set correctly and TabStop = true.[详细]
2023-03-11 20:22 分类:问答