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 >>
|