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
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
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,
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
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开发
Good night guys, i have a little problem ... For my current project, i must reflect the whole solution on each type which inherits \"IPropertyValidator\".
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
I have a problem with a property which has a [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] attribute :
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
I use Visual Studio 2010 in ASP.NET with C# code behind. I have an ASP.NET page with code in Source View: