Groups | Blog | Home


Archived Months
November 2003
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet windows forms controls > may 2007 > threads for may 29 - 31, 2007

Filter by week: 1 2 3 4 5

MenuStrip...ToolStripItems
Posted by Herb at 5/30/2007 8:28:01 AM
How do I programatically access menu strip item subitems? I can get to top level menu items via MenuStrip.Items.Item(x), but how do I get to the .DropDownItems collection from there? Example: File <-- I can get to this MenuStrip.Items.Item(0) Exit <-- I can not get to th...more >>

Enable/Disable controls on a panel
Posted by Brian at 5/30/2007 8:14:01 AM
I have a panel with a bunch of controls on it. I want to be able to set the readonly property on the control ...but only the client area portion so that the scroll bars continue to work but none of the controls can be edited. Is there a way to get the client area control and set it's propertie...more >>

Dynamic properties for a PropertyGrid
Posted by David Thielen at 5/29/2007 3:10:01 PM
I added to PropertyBag the ability to pass an array of strings for an enum - http://www.davidthielen.info/programming/2007/05/passing_an_enum.html -- thanks - dave david_at_windward_dot_net http://www.windwardreports.com Cubicle Wars - http://www.windwardreports.com/film.htm ...more >>

Combo box with 2 data source
Posted by Abhishek at 5/29/2007 11:43:03 AM
Hi I want to have a combobox with some commands in it and a data source. Basically the list should look like command1 command2 ----------- data1 data2 data3 To solve this problem i decided to derive my own combo box form standard ComboBox control. I exposed 2 properties in this clas...more >>



DevelopmentNow Blog