in Search
     

Browse Site by Tags

Showing related tags and posts accross the entire site.
All Tags » Windows Forms » .NET » controls (RSS)
  • .NET: Unable to load one or more of the requested types exception in winforms

    I have encoutered this very strange error when Im trying to modify one of my user controls on a winddows forms module. It's the first happened to me so I assume I can fix this just by cleaning up the bin folder, update references, reload or restart the project. To no avail, I have googled around and...
    Posted to Weblog by dehran ph on 11-24-2006
  • L10N: Autosize property of labels on windows forms

    Lately, I was wondering why the Autosize property of label on windows forms is set to true, this is annoying and tiring if you love using windows forms designer(yucks! kidding ), because you often want a properly aligned controls and fixed with labels on data entry textboxes.But not until i want to loicalize...
    Posted to Weblog by dehran ph on 11-07-2006
  • Combobox SelectedIndexChanged vs SelectionChangeCommitted

    In ASPNET we only have SelectedIndexChanged ( DropDownList ), in Windows Forms we have both, but which one to use? My first .NET project is a Windows Application which uses databinding a lot and we were using SelectedIndexChanged of Combobox back then and it gave me a headache. I also encountered the...
    Posted to Weblog by jokiz on 11-23-2005
  • Talk about a breaking change

    Last time, I reported a bug on the ToolBar control of Windows Forms which I have discovered upon a query of an officemate. I just saw that there is an update on my reported bug as Won’t Fix due to a breaking change, :p.
    Posted to Weblog by jokiz on 05-03-2005
  • Strongly-typed Collection’s Add and AddRange methods

    The CollectionCodeDomSerializer uses reflection to serialize a serializeable collection properties to locate methodinfo with “Add” and “AddRange” as names. We have a coding convention here to use prefix to clearly distinguish methods from properties, and others. Method like these should have been exempted...
    Posted to Weblog by jokiz on 04-13-2005
  • System.Windows.Forms.Control$ControlCollection class

    I tried to use the ControlCollection class defined inside the System.Windows.Forms.Control to use as temporary storage of layout-affected controls in my last post. Not knowing the internals of the said class, I got some problems when child controls of the container control are not added to my instance...
    Posted to Weblog by jokiz on 03-04-2005
  • Setting the Default Size for Custom Controls

    The ideal way to set the default size for your custom controls is to override the readonly DefaultSize property of the Control class and not set it in your derived control’s constructor. The said method is queried once the control is properly instantiated before setting any of its non-default properties...
    Posted to Weblog by jokiz on 02-21-2005
Page 1 of 1 (7 items)