Search

You searched for the word(s): userid:774655

Matching Posts

  • Re: Add new control to page from designer

    Have you tried using "Designer.RootDesigner.AddControlToDocument(newControl,referenceControl,location);" public class MyDesignerActionList : DesignerActionList { private MyControlDesigner _designer; private DesignerActionItemCollection _items; public MyDesignerActionList(MyControlDesigner designer) : base(designer.Component) { this._designer = designer; } public override DesignerActionItemCollection GetSortedActionItems() { if (_items == null) { _items = new DesignerActionItemCollection
    Posted to Custom Server Controls (Forum) by KNGRFFIN on 1/10/2009
  • Re: Build succeeded but still shows as failed.

    My Web Deployment Project used to compile without a problem, however, after installing the Visual Studio 2008 SDK I now get the same error. Everything looks ok but the output reports the "failed" message. Is there some setting that the SDK changes? Any information would be appreciated, but I will investigate further. UPDATE: I have now removed the VS 2008 SDK and now the Web Deployment Project compiles without any problems. This is a bit of a problem as I need both WDP and SDK. Anyone else
    Posted to VS Web Deployment Projects (Forum) by KNGRFFIN on 5/4/2008
  • Re: DesignerActionMethodItem: Need to display Collection Editor

    Problem solved. I created my own Editor Service class (needed to implement "IWindowsFormsEditorService" & "ITypeDescriptorContext")
    Posted to Custom Server Controls (Forum) by KNGRFFIN on 12/7/2007
  • DesignerActionMethodItem: Need to display Collection Editor

    I have added a "DesignerActionMethodItem" to my control designer and I now I need tio wire it up so that it actually does something. In the properties window the collection form for the control property opens no problem, I would like this method to do exactly the same - Any clues as to how to wire it up?
    Posted to Custom Server Controls (Forum) by KNGRFFIN on 12/6/2007
Page 1 of 1 (4 items)