design-time
How to fix Delphi component with TFont property that gets "cannot assign NIL to a TFont" at design time?
I have started building a new component in Delphi 6 Pro.Currently it just has a single TFont published property.However, when I drop the component on a Form at design time, and click on the edit butto[详细]
2023-04-03 21:23 分类:问答WIn Forms loading labels from resx file
I\'m creating a windows forms application. I have al开发者_运维问答l of my resource strings (resx files) in its own project within the solution. Is it possible to reference those resource files at des[详细]
2023-04-03 09:15 分类:问答Design Mode Preprocessor Directive Workaround
I know that there is no DESIGN, DESIGN_MODE, DESIGN_TIME, etc preprocessor directive value. Howev开发者_StackOverflow社区er, I need something that can do the trick. I can\'t use a normal If statement,[详细]
2023-03-19 12:54 分类:问答What are the equivalents for DesignTimeVisibleAttribute and ToolBoxItemAttribute in WP7?
What are the equivalents for DesignTimeVisibleAttribute and ToolBoxItemAttribute in WP7? We can use those two attri开发者_运维技巧butes to show/hide a certain control in design time, but the WP7\'s F[详细]
2023-03-12 09:55 分类:问答Accessing assemblies at design time in Blend 4
I am getting an exception from my code while designing in Blend 4. I have narrowed the issue down to loading a specific library.Other libraries can be loaded fine, just this one fails.So, for thi开发[详细]
2023-03-06 06:51 分类:问答Reflect Project Solution at design-time
Good night guys, i have a little problem ... For my current project, i must reflect the whole solution on each type which inherits \"IPropertyValidator\".[详细]
2023-02-28 13:55 分类:问答Get all controls of the current form at design-time
I have a question about design-time things: I\'ve made a component with an property \"Links\". Those links are Controls. Now I want to make a UI-Dialog (for editing this property in the property grid[详细]
2023-02-28 01:38 分类:问答Problem with DesignerSerializationVisibility attribute [Winform]
I have a problem with a property which has a [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] attribute :[详细]
2023-02-24 07:54 分类:问答Setting the Site Property of TFrame
I am attempting to create a CustomControl in C# which contains a Delphi TFrame, which can be dragged from the VisualStudio toolbox onto a Form. This much I have working correctly, however when I attem[详细]
2023-02-23 07:20 分类:问答Removing </p> tag after ValidationSummary control
I use Visual Studio 2010 in ASP.NET with C# code behind. I have an ASP.NET page with code in Source View:[详细]
2023-02-18 18:15 分类:问答