ÔõÑù²¶×½´°ÌåµÄÊó±ê
ºÚ¿Í·ÀÏßÍø°²ÍøѶ£º->Õâ¸ö¼¼Çɽ«ÏòÄúչʾÈçºÎʹÓò¶×½¹â±êµÄAPIº¯Êý×èÖ¹Êó±êÖ¸ÕëÒƳö´°Ìå¡£¡¡¡¡¡¡¡¡×¢Ò⣡£ºÈç¹û´°ÌåµÄBorderStyleÊôÐÔ±»ÉèΪsizeable£¨2»ò5£©£¬Ôòµ±Äã¸Ä±ä´°ÌåµÄ´óСʱÊó±ê¾Í»á¡°ÌÓÍÑ¡±³ÌÐòµÄ...
->Õâ¸ö¼¼Çɽ«ÏòÄúչʾÈçºÎʹÓò¶×½¹â±êµÄAPIº¯Êý×èÖ¹Êó±êÖ¸ÕëÒƳö´°Ìå¡£
¡¡¡¡
¡¡¡¡×¢Ò⣡£ºÈç¹û´°ÌåµÄBorderStyleÊôÐÔ±»ÉèΪsizeable£¨2»ò5£©£¬Ôòµ±Äã¸Ä±ä´°ÌåµÄ´óСʱÊó±ê¾Í»á¡°ÌÓÍÑ¡±³ÌÐòµÄ¼à¿Ø£¡Òò´ËÄã×îºÃ°ÑBorderStyleÉèΪ0¡¢1¡¢3»ò4¡£
¡¡¡¡
¡¡¡¡²½Ö裺
¡¡¡¡°ÑÒÔÏ´úÂëÌí¼ÓÈçÄ£¿é£º
¡¡¡¡OptionExplicit
¡¡¡¡
¡¡¡¡TypeRECT
¡¡¡¡
¡¡¡¡LeftAsLong
¡¡¡¡
¡¡¡¡TopAsLong
¡¡¡¡
¡¡¡¡RightAsLong
¡¡¡¡
¡¡¡¡BottomAsLong
¡¡¡¡
¡¡¡¡EndType
¡¡¡¡
¡¡¡¡DeclareFunctionClipCursorLib"user32"_
¡¡¡¡
¡¡¡¡(lpRectAsAny)AsLong
¡¡¡¡
¡¡¡¡PublicSubDisableTrap(CurFormAsForm)
¡¡¡¡
¡¡¡¡DimergAsLong
¡¡¡¡
¡¡¡¡'ÉùÃ÷¹ý³Ì±äÁ¿
¡¡¡¡
¡¡¡¡'ÉèÖÃÐÂ×ø±ê
¡¡¡¡
¡¡¡¡DimNewRectAsRECT
¡¡¡¡
¡¡¡¡CurForm.Caption="ÊÍ·ÅÊó±ê"
¡¡¡¡
¡¡¡¡WithNewRect
¡¡¡¡
¡¡¡¡.Left=0&
¡¡¡¡
¡¡¡¡.Top=0&
¡¡¡¡
¡¡¡¡.Right=Screen.Width/Screen.TwipsPerPixelX
¡¡¡¡
¡¡¡¡.Bottom=Screen.Height/Screen.TwipsPerPixelY
¡¡¡¡
¡¡¡¡EndWith
¡¡¡¡
¡¡¡¡erg&=ClipCursor(NewRect)
¡¡¡¡
¡¡¡¡EndSub
¡¡¡¡
¡¡¡¡PublicSubEnableTrap(CurFormAsForm)
¡¡¡¡
¡¡¡¡DimxAsLong,yAsLong,ergAsLong
¡¡¡¡
¡¡¡¡'ÉùÃ÷¹ý³Ì±äÁ¿
¡¡¡¡
¡¡¡¡'ÉèÖÃÐÂ×ø±ê
¡¡¡¡
¡¡¡¡DimNewRectAsRECT
¡¡¡¡
¡¡¡¡'µÃµ½TwipsperPixel
¡¡¡¡
¡¡¡¡'´°ÌåµÄScaleMode±ØÐëÉèΪTwips£¡£¡£¡
¡¡¡¡
¡¡¡¡x&=Screen.TwipsPerPixelX
¡¡¡¡
¡¡¡¡y&=Screen.TwipsPerPixelY
¡¡¡¡
¡¡¡¡CurForm.Caption="²¶×½Êó±ê"
¡¡¡¡
¡¡¡¡'ÉèÖùâ±êµÄ·¶Î§
¡¡¡¡
¡¡¡¡WithNewRect
¡¡¡¡
¡¡¡¡.Left=CurForm.Left/x&
¡¡¡¡
¡¡¡¡.Top=CurForm.Top/y&
¡¡¡¡
¡¡¡¡.Right=.Left CurForm.Width/x&
¡¡¡¡
¡¡¡¡.Bottom=.Top CurForm.Height/y&
¡¡¡¡
¡¡¡¡EndWith
¡¡¡¡
¡¡¡¡erg&=ClipCursor(NewRect)
¡¡¡¡
¡¡¡¡EndSub
¡¡¡¡
¡¡¡¡2¡¢ÔÚ´°ÌåÉÏÌí¼ÓÁ½¸öÃüÁî°´Å¥£¨CommandButton£©¡£
¡¡¡¡
¡¡¡¡3¡¢°ÑÒÔÏ´úÂëÌí¼ÓÈçForm1¡£
¡¡¡¡
¡¡¡¡PrivateSubCommand1_Click()
¡¡¡¡
¡¡¡¡EnableTrapForm1
¡¡¡¡
¡¡¡¡EndSub
¡¡¡¡
¡¡¡¡PrivateSubCommand2_Click()
¡¡¡¡
¡¡¡¡DisableTrapForm1
¡¡¡¡
¡¡¡¡EndSub
¡¡¡¡
¡¡¡¡PrivateSubForm_Unload(CancelAsInteger)
¡¡¡¡
¡¡¡¡'³ÌÐò½áÊøʱÊÍ·ÅÊó±ê¡£
¡¡¡¡
¡¡¡¡DisableTrapForm1
¡¡¡¡
¡¡¡¡EndSub->
->
Íøվά»¤½Ì³Ì¸üÐÂʱ¼ä:2012-04-03 01:09:23 ¡¾
´òÓ¡´ËÒ³¡¿ ¡¾
¹Ø±Õ¡¿