Someway to override Delphi default procedures at Design Time ? I need to override the InstanceSize at design time, I did it run开发者_StackOverflow中文版time using FastCode method:
If you use Application.StartupPath in a referenced dll, the path points to the path of the IDE. Is there anyway to get the path of the actual application?
Hopefully this is simple - I DataBind a bunch of labels and text controls in a Silverlight application (to DependencyProperties that I create in my class), but of course the text is empty at design ti
I have a Windows Forms user control, which (for various reasons irrelevant to this issue) are exposed in the designer, much like the panels in a split panel. Most everything works nicely, except for d
Controls in my ASP.Net (3.5) pages to simulate popups (Visual-Studio 2008). The problem is that all these popups are positioned over the normal controls in the page in design mode.
Is it possible to write a control which can create/ modify a code file in the same project - (Along the lines of the how the form designer works). I can\'t see the actual creating / modification of fi
I\'m working on a set of controls that has a number of DependencyProperties. The properties are themselves DependencyObjects and created during the get method of the properties. During the Get method,
When using the Swing graphical editor in NetBeans is it possible for a custom component to detect that it\'s design time? E.g.
I\'ve started looking at Windows Mobile development and I\'m struggling to make a pleasing UI using the def开发者_如何学JAVAault controls (they really are ugly). I\'ve looked at a handful of UI \'fram
I need a way to initialize my web control\'s properties when it\'s dropped on the designer area. As \"initialize\" I mean: If my control has a property Prop1. I need to assign a value to Prop1 and I n