object.Move left, top, width, height例:
Private Sub Form_Click ()
   Dim Inch, Msg   ' Declare variables.
   Msg = "Choose OK to resize and move this form by "
   Msg = Msg & "changing the value of properties."
   MsgBox Msg   ' Display message.
   Inch = 1440   ' Set inch in twips.
   Width = 4 * Inch   ' Set width.
   Height = 2 * Inch   ' Set height.
   Left = 0   ' Set left to origin.
   Top = 0   ' Set top to origin.
   Msg = "Now choose OK to resize and move this form "
   Msg = Msg & "using the Move method."
   MsgBox Msg   ' Display message.
   Move Screen.Width - 2 * Inch, Screen.Height - Inch, 2 * Inch, Inch
End Sub

解决方案 »

  1.   

    object.Move left, top, width, height
      

  2.   

    控件名.move 然后会有一大堆参数出现,根据不同要求满足不同参数就可以了
      

  3.   

    object.Move left, top, width, height就行了
      

  4.   

    我支持一下!!并不在乎什么分不分的,不过的确数据太少,不太好测试。
    只能这样,随着网站的不断建设中,有好的建议或发现BUG,会提出来的。
      

  5.   

    欢迎你去www.myvc.net编程技术论坛
    你可以在那里交流编程技术
    注册用户请去以下帖子领分
    http://www.csdn.net/expert/topic/682/682036.xml?temp=.5972101
    http://www.csdn.net/expert/topic/681/681917.xml?temp=.5434992
    http://www.csdn.net/expert/topic/676/676074.xml?temp=.9520075
    http://www.csdn.net/expert/topic/641/641938.xml?temp=5.826968E-02