DevPinoy.org
A Filipino Developers Community
Attention: Site upgrade failed last night. Will resume updates this weekend. Thanks!- Keith

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Overriding ControlDesigner.SelectionRules

    The virtual readonly SelectionRules property of the ControlDesigner class is necessary if you want to fiddle with the selection grabs of your control at designtime (if you want to make your control not re-sizable vertically like the Windows Forms TextBox control). You might experience a control design...
    Posted to jokiz (Weblog) by jokiz on 04-11-2005
  • MissingMethodException during a form load at designtime

    Some control properties where dropped. Forms still have them in InitializeComponent. Form is loaded at designtime with an attached debugger instance (devenv.exe). CodeDomSerializer class tries to deserialize the said property set. A MissingMethodException was raised. Attached debugger could not give...
    Posted to jokiz (Weblog) by jokiz on 03-17-2005
  • Undo feature bug of VS2003

    Create a form with anchored controls. (Not just the default Top | Left) Resize the form Hit Undo (Ctrl-Z), voila! The Undo feature at design time is handled by the Windows Forms Designer and the said functionality is one of the complex implementations in .NET that I am still unfamiliar with up to this...
    Posted to jokiz (Weblog) by jokiz on 02-02-2005
  • InitializeComponent, Abstract Base Forms and Visual Studio Design Behavior

    It is interesting to know how the Designers works in Visual Studio when one is designing a component, control or form (controls and forms by the way are special kind of components with visual representation at the document surface). Knowing such kind of information can be crucial for a Windows Form Developer...
    Posted to jokiz (Weblog) by jokiz on 01-20-2005
Page 1 of 1 (4 items)

Copyright DevPinoy 2005-2008
Powered by Community Server (Commercial Edition), by Telligent Systems