windows-forms-designer
DVCS (or rather, any non-exclusive checkout VCS) and Windows Forms? Merge problems?
Does anyone have any experience with this? For instance, consider Subversion, Git, or Mercurial, and a typical Windows Forms form.[详细]
2023-01-22 13:18 分类:问答Determine if Form has focus in Visual Studio designer
I\'m really not sure how to start on this one. I need to know if the form has fo开发者_运维知识库cus, which I do using ContainsFocus in code. However, this does not seem to work in the designer. Any s[详细]
2023-01-20 07:46 分类:问答Winforms: Why do events fire at design-time?
Why are messages displayed at design-time? My开发者_StackOverflow code is : class Class1 : TextBox { public Class1()[详细]
2023-01-19 05:05 分类:问答textbox always putting cursor at beginning of text
I have a textbox, nothing surprising there.When the text is changed I开发者_开发知识库 call the change event and put everything in that text box to uppercase characters using .upper().However, the tex[详细]
2023-01-18 04:02 分类:问答Designer does not generate code for a property of a subcontrol. Why?
I created SubCtrl inheriting UserControl.开发者_运维问答 It has no code. I created then Ctrl, which also inherits UserControl. It has a SubCtrl in it and its only code means to expose it publicly so i[详细]
2023-01-15 18:30 分类:问答How do I get the Windows Forms Designer to use resources from external assembly?
I have some resources (images in this case) in a resource file that I use on controls in my Windows Forms project. The Visual Studio Resource Selection dialog doesn\'t have very good support for choos[详细]
2023-01-14 05:15 分类:问答How do I debug Windows Forms Designer crashing?
I have a windows forms project. It has a main form derived from System::Windows::Forms::Form which I can open in designer without any problems. If I try and close designer though, it kills Visual Stud[详细]
2023-01-13 07:51 分类:问答Overriding the Windows (Form) control TableLayoutPanel questions
I have a class which derived from the TableLayoutPanel. This class makeup the tabel corrects (grid 3x8) and add some checkboxes in some cells. All this is done by overriding the function InitLayout().[详细]
2023-01-12 01:55 分类:问答how to use special characters in windows forms application/report
I need to use a special character (an exponent of two, aka ^2) in a windows forms application. I also need to use it in a Microsoft Report that is opened by this same windows forms application.[详细]
2023-01-11 13:15 分类:问答Custom user controls - how to add Code Collection Editor of type Dictionary<int, Color>
I am fairly familiar with creating simple custom controls, but I haven\'t had this instance come up before, I wish to give design time changeability support to a \"Colors\" dictionary which applies a[详细]
2023-01-06 10:43 分类:问答