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 > july 2003 > threads for saturday july 12

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

Intercepting events
Posted by joe at 7/12/2003 7:44:34 PM
Hello all, I have a form with several controls(buttons) on it. I want to start a screen saver after nothing has been pressed for 10 min. And of course if something has been pressed, to restart the timer. To to this I have to trap each control's Click event and restart the timer from there...more >>


Bug in datatable.select
Posted by Thorben Jensen at 7/12/2003 7:19:48 PM
If you use a datatable select on a column that contains a GUID you will have a major problem if you are not using US language. We are using Danish language and when selecting like this: ds.Tables(0).Select(GuidColumn = 'SomeGUID') It will not always return the row as expected, I suspect the ...more >>

TreeView with adjustable TreeNode height
Posted by Ron Bullman at 7/12/2003 5:51:47 PM
Hi, Does anyone know a third party TreeView control with the possibility to adjust (programmatically) independently the heights of the TreeNodes? i.e. sort of multiline TreeNode. (Or would it be feasible to construct such one by yourself inheriting from the .NET TreeNode class?) Ron ...more >>

Quote extraction from Yahoo Historical Quotes
Posted by Pete Davis at 7/12/2003 3:14:58 PM
I have the following method that retrieves quotes from the Yahoo historical quotes web page. According to their FAQ, there is no limitation on the number of quotes one may download, and because the problem seems to come and go, I'm concerned it may be a problem with my code. In particular, ...more >>

mdi scrollbars - now tearing my hair out!
Posted by Carl Prentice at 7/12/2003 7:29:29 AM
Hi all! Original question:- Is it possible to disable the scrollbars that appear on an MDI parent form, so when the child forms are dragged outside the forms client area the scroll bars do not show! ---------------- Still can't seem to find any info on how this is done! Searched everyw...more >>

problem with form1.show
Posted by dennist at 7/12/2003 5:08:28 AM
If I use the command form1.showdialog() the form appears and stays on the screen. However, if I use form1.show() it appears then immediately closes. I've spent two hours pulling my hair out on this one, thumbing through 3 vb.net books. For now I'm using showdialog, but I need the 'real ...more >>



DevelopmentNow Blog