Does anyone know how to control scrolling programactically, e.g. scroll to the very end of the form? Thanks!
TaoLi
Posts
-
Controll Scrolling Programactically -
How to decide if a Point is on a curveThere is a problem with this method. Though the curve is a open end curve, the region seems like a closed region. IsVisible returns true not only when the mouse is over the curve but also inside the region enveloped by the region. Have you encountered the same problem? How did you resolve it? Thanks!
-
How to decide if a Point is on a curveThanks a lot!
-
How to decide if a Point is on a curveI draw a curve using the DrawCurve method. I also want to have some kind of interaction with the curve when moving the mouse over it. Could someone show me how to decide if a Point is on the curve? Thanks!
-
How to Make a MDI form itself XP theme awareI can call EnableVisualStyle to make contained controls to have visula styles. But for the form itself, e.g. border colors, how do I make that happen?
-
How to Make a MDI form itself XP theme awareI'm coding a MDI form application. What I really want the form (not the controls it contain) to look like is similar to Office 2003, which reflects the theme the system is using. Could someone give me some help? Thanks!
-
Change Menu Bar Backgroud ColorCould you give me a little hint on how to do the Owner Draw on the form and fill in different color for the whole Menu Bar area?
-
Change Menu Bar Backgroud ColorDoes anyone know how to change the backgroud color of the entire Menu Bar? Thanks in advance!
-
Pass data between framesHi, I'm a starter at ASP.Net programming. I have a testing WebForm comprising two frames. What I wanna do is to pass some data from frame 1 to frame 2 upon clicking a button on frame 1. Does anyone know how to do it or an example showing the similar behavior? Thanks, Tony