all groups > dotnet windows forms > april 2004 > threads for sunday april 18
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
(0-AutoScrollPosition.X) != AutoScrollMinSize.Height
Posted by cisco at 4/18/2004 10:44:22 PM
I'm trying to figure out when a vertical scrollbar hits its maximum
value. Basically the user keeps on clicking 'down' and i want to know
when he can't scroll anymore.
It seems to depend on the scrollbar size as to how much it differes from
the AutoScrollMinSize.Height.
For 16px Scrollba... more >>
How to determine current/open Form name??
Posted by dw at 4/18/2004 10:41:01 PM
Hello
I have a function (that is within a class module) and while it is doing its thing, I'd like to find out the name of the form that is open/active that called this function. Is there an easy way to find this out? And, if not an easy way, is there any way to accomplish this? Depending on the... more >>
Graphics.TranformRotate
Posted by SOS at 4/18/2004 8:34:56 PM
Hi guys !
i have a graphic object wich contains a rectangle ,
i want to rotate it 30 angle ... so i use of this code :
MyGraphic.TransformRotate(30);
but any thing not happened !
what's the problem ?
Thanx
... more >>
Mouse Events (Group Box)
Posted by Craig Mellon at 4/18/2004 2:19:38 PM
Hi All,
I have a group box with three other controls inside it. The controls are a
label box, a progress bar and a link label.
I have put some code in the groupbox Mouse_Enter, Mouse_Leave events to
change the backcolor of the groupbox. This works great, I have set the
other controls bac... more >>
SQL Statement
Posted by Brian P. Hammer at 4/18/2004 2:16:40 PM
Cross Posted =3D 3
All - I have a SQL statement that I used in access and VB.Net to display =
as a pivot table and a chart on a VB form. I am now in the process of =
changing it all over to SQL data adapters. I cannot seem to get the =
Access statement to covert over to SQL. I get an err... more >>
Obtaining handle to Form's client area
Posted by Andy Mustapick at 4/18/2004 8:55:41 AM
How can I obtain a handle to the underlying window contained within the
Form's client area only?
... more >>
RowError in grid increases the RowHeaderWidth
Posted by WineNCheese at 4/18/2004 1:02:04 AM
Why do RowErrors in a DataGrid increase the RowHeaderWidth? What is the
common way of dealing with this? Do people normally adjust the
RowHeaderWidth so it starts out big enough? Or is there a way to prevent it
from enlarging when you set a row error?
BTW, this grid control is horrible.
... more >>
Modifying the Control Area - A Challenge
Posted by Nilesh Rade at 4/18/2004 12:36:03 AM
Hi All
Am having a custom Panel control derived from Panel. I am drawing only a 6 pixel border on the panel to give it a frame effect. But the problem is tht when I am using my custom Panel control to add a control on it and set the dockFill property then the added control is filled over the comple... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|