当前位置:编程学习 > VB >>

vb splitframe 框菜鸟跪求答

用splitframe分成两个cell,右边的那个cell里我要帮个text框,要使text随右边cell移动而移动。
但那个top,left怎么确定??
Private Sub Main_ResizeCell(ByVal iCell As Integer)
   Me.1.Height = Me.Main.CellHeight(2)
    Me.1.Width = Me.Main.CellWidth(2)
       
End Sub
但是用 Me.1.Width = Me.Main.Cellleft(2)
是错误的
补充:VB ,  控件
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,