Sign in
|
Join
|
Help
in
Current Tags
(Entire Site)
DevPinoy.org
A Filipino Developers Community
Home
Blogs
Media
Forums
Groups
DevCast
All Tags
»
Windows Forms
»
controls
(RSS)
ATTENTION
:Take our Code Challenge for the month of October 2008 and win some great prize! Learn more about it
here
!
Browse Blog Posts by Tags
Showing related tags and posts for the
Blogs
application. See
all tags in the site
.NET
ASP.NET
bug
designer
L10N
localization
scripts
sp
stored procedures
techie
tips
.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
Rodel E. Dagumampan
by
dehran ph
on 11-24-2006
Filed under:
Filed under:
.NET
,
windows forms
,
controls
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
Rodel E. Dagumampan
by
dehran ph
on 11-07-2006
Filed under:
Filed under:
.NET
,
L10N
,
localization
,
windows forms
,
controls
,
sp
,
scripts
,
stored procedures
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
jokiz
by
jokiz
on 11-23-2005
Filed under:
Filed under:
.NET
,
tips
,
windows forms
,
controls
,
ASP.NET
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
jokiz
by
jokiz
on 05-03-2005
Filed under:
Filed under:
.NET
,
windows forms
,
bug
,
controls
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
jokiz
by
jokiz
on 04-13-2005
Filed under:
Filed under:
.NET
,
designer
,
windows forms
,
controls
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
jokiz
by
jokiz
on 03-04-2005
Filed under:
Filed under:
.NET
,
windows forms
,
controls
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
jokiz
by
jokiz
on 02-21-2005
Filed under:
Filed under:
.NET
,
techie
,
windows forms
,
controls
Page 1 of 1 (7 items)
Copyright DevPinoy 2005-2008