Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
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 > august 2003 > threads for sunday august 24

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

WINDOWPLACEMENT
Posted by Patrick DeNardo at 8/24/2003 11:42:51 PM
I am trying to save the size and state information for a Form in C# and cannot get it to work correctly. I can get the size and WindowState information but setting this information on FormLoad() does not work right. I performed this stuff with the WINDOWPLACEMENT structure and everything wa...more >>


How to Scroll A TreeView Programatically
Posted by VoxCode LLC at 8/24/2003 10:06:46 PM
What is the correct way to scroll a tree view control programatically. I can't seem to find any functions to do this. I am implementing some drag and drop code for a TreeView and I need to be able to scroll the tree when the drag cursor is on the first visiable or last visible node. Thanks -...more >>

handling mousedown for dynamic pictureboxes
Posted by Scott Mackay at 8/24/2003 7:39:54 PM
Hi, I'm using visual studio dotnet 2002 programming in vb can anyone tell me how I can handle the mousedown event for pictureboxes I create dynamically at runtime? I've tried setting the mousedown to handle mybase.mousedown but it doesn't detect the mousedown event until I move out of the p...more >>

DataGrid Toolbar Save
Posted by Lech at 8/24/2003 7:21:19 PM
Help on the following would be much appreciated. Pre-2003 version of c# I'm having a problem with saving a changed value in a bound datagrid control. The problem is that when I immediately click the Toolbar "Save" button, the data change is not saved. It will only save if I leave the cel...more >>

necessary?: base.OnPaintBackground (pevent);
Posted by John Charbonneau at 8/24/2003 5:17:08 PM
I'm painting the entire background of a form. My question is is it necessary to call base.OnPaintBackground (pevent); before I do my painting? I don't want to call it because it paints the form with the default color - a waste of time, and it causes flickering. Not calling it doesn't s...more >>



DevelopmentNow Blog