| 发表于:2007-01-27 13:07:306楼 得分:5 |
考虑下使用scrollwindow这个api: [dllimport( "user32.dll ", charset = charset.auto, exactspelling = true)] [return: marshalas(unmanagedtype.bool)] private static extern bool scrollwindow(intptr hwnd, int nxamount, int nyamount, ref rect rectscrollregion, ref rect rectclip); | | |
|