windows-forms-designer
Windows Form Designer Custom Control changes Anchor which works correctly at run-time, but not at design-time
My custom control sets the values I want in the Properties for Anchor on my Custom Label. With Serializable set to Visible I\'m getting the code ge开发者_StackOverflow中文版nerated for run-time, whi[详细]
2023-02-09 03:46 分类:问答Windows Forms Designer Custom Control from Label has wrong property value -> designer exception
I\'m actually a bit confused here, I\'ve built a dll with a custom control based on Label with AutoSize fixed as true.I happily used it but the designer created the control with AutoSize still set to[详细]
2023-02-09 00:46 分类:问答Managing loosely coupled assembly references incurred through usage of the 'Designer' attribute
We build a lot of components, WinForms, Workflow activities etc, and something that we use a lot is the \'Designer\' attribute.[详细]
2023-02-08 12:47 分类:问答position one form on top of its owner form
i have an mdiform which is my main application form. and i\'m t开发者_如何转开发rying to implement the following:[详细]
2023-02-08 00:29 分类:问答Why doesn't the Visual Studio designer want me to change event names in code?
I have a question about C# Event naming conventions: private void button21_Click(object se开发者_如何学Cnder, EventArgs e) { /// CODE /// }[详细]
2023-02-07 23:14 分类:问答How to obtain ITypeDescriptorContext and IServiceProvider in inherited ControlDesigner class
I have inherited ControlDesigner class into MyControlDesigner. In this class I need to obtain objects behind ITypeDescriptorContext and IServiceProvid开发者_如何学Cer interfaces, but I don\'t know ho[详细]
2023-02-07 10:46 分类:问答Can I modify Designer.vb (form designer) to remove a DataSet control from winforms windows?
I am attempting to update an existing winforms applic开发者_如何学编程ation, that was created with a dataset control on all the winforms pages. I have ported it from VS 2008 to VS 2010 and I need to u[详细]
2023-02-07 05:27 分类:问答Simple Drag & Drop Event Handling problem
I am new to using E开发者_运维技巧vent Handling in C# .NET, and I am trying to understand the behavior behind some simple code that I am experimenting with. I am working with a more complicated exampl[详细]
2023-02-05 16:32 分类:问答Make A Control Be On Top
I have this one Image and I want it to be on top of 开发者_如何学Canother image. (window form application, c#)In the code you have a few of calls you can make. BringToFront and SendToBack are probabl[详细]
2023-02-04 10:10 分类:问答Creating Button Shortcuts with Java like & (ampersand) with Windows Forms
I wish I could word this question better. Partly I just don\'t know the name of what I\'m looking for.[详细]
2023-02-04 08:27 分类:问答